Freigeben über


IManagedClusterNodeProvisioningProfile.Mode Property

Definition

The node provisioning mode. If not specified, the default is Manual.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "Manual", "Auto" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The node provisioning mode. If not specified, the default is Manual.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="mode", Update=true)]
public string Mode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "Manual", "Auto" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The node provisioning mode. If not specified, the default is Manual.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="mode", Update=true)>]
member this.Mode : string with get, set
Public Property Mode As String

Property Value

Attributes

Applies to