Partager via


IPAllocationType Structure

Définition

Type de l’allocation d’adresses IP, défini par défaut sur « DualStack ».

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

Constructeurs

IPAllocationType(String)

Initialise une nouvelle instance de IPAllocationType.

Propriétés

DualStack

DualStack.

IPV4

IPV4.

IPV6

IPV6.

Méthodes

Equals(IPAllocationType)

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

Détermine si deux IPAllocationType valeurs sont identiques.

Implicit(String to IPAllocationType)

Convertit une chaîne en IPAllocationType.

Inequality(IPAllocationType, IPAllocationType)

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

S’applique à