IPAllocationType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O tipo da alocação de endereço IP, padronizado como "DualStack".
public readonly struct IPAllocationType : IEquatable<Azure.ResourceManager.NetworkCloud.Models.IPAllocationType>
type IPAllocationType = struct
Public Structure IPAllocationType
Implements IEquatable(Of IPAllocationType)
- Herança
-
IPAllocationType
- Implementações
Construtores
IPAllocationType(String) |
Inicializa uma nova instância de IPAllocationType. |
Propriedades
DualStack |
DualStack. |
IPV4 |
IPV4. |
IPV6 |
IPV6. |
Métodos
Equals(IPAllocationType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(IPAllocationType, IPAllocationType) |
Determina se dois IPAllocationType valores são os mesmos. |
Implicit(String to IPAllocationType) |
Converte uma cadeia de caracteres em um IPAllocationType. |
Inequality(IPAllocationType, IPAllocationType) |
Determina se dois IPAllocationType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET