IAffectedObjectDetails.Type Property

Definition

Type of the affected object details.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Type of the affected object details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType? Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Type of the affected object details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AffectedObjectDetailsType> with get, set
Public Property Type As Nullable(Of AffectedObjectDetailsType)

Property Value

Attributes

Applies to