Freigeben über


ISnapshot.SnapshotType Property

Definition

The type of a snapshot. The default is NodePool.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "NodePool" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The type of a snapshot. The default is NodePool.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="snapshotType", Update=true)]
public string SnapshotType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "NodePool" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The type of a snapshot. The default is NodePool.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="snapshotType", Update=true)>]
member this.SnapshotType : string with get, set
Public Property SnapshotType As String

Property Value

Attributes

Applies to