Partager via


BatchVmContainerType Structure

Définition

Technologie de conteneur à utiliser.

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

Constructeurs

BatchVmContainerType(String)

Initialise une nouvelle instance de BatchVmContainerType.

Propriétés

CriCompatible

Une technologie basée sur cri sera utilisée pour lancer les conteneurs.

DockerCompatible

Une technologie de conteneur compatible Avec Docker sera utilisée pour lancer les conteneurs.

Méthodes

Equals(BatchVmContainerType)

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(BatchVmContainerType, BatchVmContainerType)

Détermine si deux BatchVmContainerType valeurs sont identiques.

Implicit(String to BatchVmContainerType)

Convertit une chaîne en BatchVmContainerType.

Inequality(BatchVmContainerType, BatchVmContainerType)

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

S’applique à