Share via


IComputeInstanceSchema.AuthorizationType Property

Definition

The Compute Instance Authorization type. Available values are personal (default).

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The Compute Instance Authorization type. Available values are personal (default).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType) }, ReadOnly=false, Required=false, SerializedName="computeInstanceAuthorizationType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType? AuthorizationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The Compute Instance Authorization type. Available values are personal (default).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType) }, ReadOnly=false, Required=false, SerializedName="computeInstanceAuthorizationType")>]
member this.AuthorizationType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType> with get, set
Public Property AuthorizationType As Nullable(Of ComputeInstanceAuthorizationType)

Property Value

Attributes

Applies to