Condividi tramite


IManagedCluster.NodeProvisioningProfileMode 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 NodeProvisioningProfileMode { 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.NodeProvisioningProfileMode : string with get, set
Public Property NodeProvisioningProfileMode As String

Property Value

Attributes

Applies to