共用方式為


SnapshotType Struct

Definition

The type of a snapshot. The default is NodePool.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotTypeTypeConverter))]
public struct SnapshotType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotTypeTypeConverter))>]
type SnapshotType = struct
    interface IArgumentCompleter
Public Structure SnapshotType
Implements IArgumentCompleter, IEquatable(Of SnapshotType)
Inheritance
SnapshotType
Attributes
Implements

Fields

NodePool

The snapshot is a snapshot of a node pool.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type SnapshotType (override for Object)

Equals(SnapshotType)

Compares values of enum type SnapshotType

GetHashCode()

Returns hashCode for enum SnapshotType

ToString()

Returns string representation for SnapshotType

Operators

Equality(SnapshotType, SnapshotType)

Overriding == operator for enum SnapshotType

Implicit(SnapshotType to String)

Implicit operator to convert SnapshotType to string

Implicit(String to SnapshotType)

Implicit operator to convert string to SnapshotType

Inequality(SnapshotType, SnapshotType)

Overriding != operator for enum SnapshotType

Applies to