Share via


IJobResponse.IdentityType Property

Definition

The type of identity

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

Property Value

Attributes

Applies to