IJobBaseProperties.IdentityType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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