Compartir a través de


SnapshotType Struct

Definition

The type of a snapshot. The default is NodePool. Serialized Name: SnapshotType

public readonly struct SnapshotType : IEquatable<Azure.ResourceManager.ContainerService.Models.SnapshotType>
type SnapshotType = struct
Public Structure SnapshotType
Implements IEquatable(Of SnapshotType)
Inheritance
SnapshotType
Implements

Constructors

Name Description
SnapshotType(String)

Initializes a new instance of SnapshotType.

Properties

Name Description
ManagedCluster

The snapshot is a snapshot of a managed cluster.

NodePool

The snapshot is a snapshot of a node pool. Serialized Name: SnapshotType.NodePool

Methods

Name Description
Equals(SnapshotType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(SnapshotType, SnapshotType)

Determines if two SnapshotType values are the same.

Implicit(String to SnapshotType)

Converts a String to a SnapshotType.

Inequality(SnapshotType, SnapshotType)

Determines if two SnapshotType values are not the same.

Applies to