IPAddressAllocationMethod Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Método de asignación de direcciones IP.
public readonly struct IPAddressAllocationMethod : IEquatable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.IPAddressAllocationMethod>
type IPAddressAllocationMethod = struct
Public Structure IPAddressAllocationMethod
Implements IEquatable(Of IPAddressAllocationMethod)
- Herencia
-
IPAddressAllocationMethod
- Implementaciones
Constructores
IPAddressAllocationMethod(String) |
Inicializa una nueva instancia de la clase IPAddressAllocationMethod. |
Propiedades
Dynamic |
Dinámica. |
Linklayer |
linklayer. |
Other |
Otro. |
Random |
Aleatorio. |
Static |
Estática. |
Unset |
Unset. |
Métodos
Equals(IPAddressAllocationMethod) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(IPAddressAllocationMethod, IPAddressAllocationMethod) |
Determina si dos IPAddressAllocationMethod valores son los mismos. |
Implicit(String to IPAddressAllocationMethod) |
Convierte una cadena en un IPAddressAllocationMethod. |
Inequality(IPAddressAllocationMethod, IPAddressAllocationMethod) |
Determina si dos IPAddressAllocationMethod valores no son los mismos. |
Se aplica a
Azure SDK for .NET