Partager via


SnapshotType Structure

Définition

Type d’un instantané. La valeur par défaut est NodePool.

public readonly struct SnapshotType : IEquatable<Azure.ResourceManager.ContainerService.Models.SnapshotType>
type SnapshotType = struct
Public Structure SnapshotType
Implements IEquatable(Of SnapshotType)
Héritage
SnapshotType
Implémente

Constructeurs

SnapshotType(String)

Initialise une nouvelle instance de SnapshotType.

Propriétés

ManagedCluster

Le instantané est un instantané d’un cluster managé.

NodePool

Le instantané est un instantané d’un pool de nœuds.

Méthodes

Equals(SnapshotType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(SnapshotType, SnapshotType)

Détermine si deux SnapshotType valeurs sont identiques.

Implicit(String to SnapshotType)

Convertit une chaîne en SnapshotType.

Inequality(SnapshotType, SnapshotType)

Détermine si deux SnapshotType valeurs ne sont pas identiques.

S’applique à