ISnapshot.SnapshotType 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.
The type of a snapshot. The default is NodePool.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The type of a snapshot. The default is NodePool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType) }, ReadOnly=false, Required=false, SerializedName="snapshotType")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType? SnapshotType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The type of a snapshot. The default is NodePool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType) }, ReadOnly=false, Required=false, SerializedName="snapshotType")>]
member this.SnapshotType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType> with get, set
Public Property SnapshotType As Nullable(Of SnapshotType)
Property Value
- Attributes