SnapshotType Struct
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.
public readonly struct SnapshotType : IEquatable<Azure.ResourceManager.ContainerService.Models.SnapshotType>
type SnapshotType = struct
Public Structure SnapshotType
Implements IEquatable(Of SnapshotType)
- Inheritance
-
SnapshotType
- Implements
Constructors
SnapshotType(String) |
Initializes a new instance of SnapshotType. |
Properties
ManagedCluster |
The snapshot is a snapshot of a managed cluster. |
NodePool |
The snapshot is a snapshot of a node pool. |
Methods
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
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
Azure SDK for .NET