AffectedObjectDetails Class

Definition

Details of the affected object.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AffectedObjectDetailsTypeConverter))]
public class AffectedObjectDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.AffectedObjectDetailsTypeConverter))>]
type AffectedObjectDetails = class
    interface IAffectedObjectDetails
    interface IJsonSerializable
Public Class AffectedObjectDetails
Implements IAffectedObjectDetails
Inheritance
AffectedObjectDetails
Attributes
Implements

Constructors

Name Description
AffectedObjectDetails()

Creates an new AffectedObjectDetails instance.

Properties

Name Description
Description

Description of the affected object details.

Type

Type of the affected object details.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AffectedObjectDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AffectedObjectDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails.

FromJsonString(String)

Creates a new instance of AffectedObjectDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AffectedObjectDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to