Share via


IJobBaseProperties.IdentityType Property

Definition

[Required] Specifies the type of identity framework.

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

Property Value

Attributes

Applies to