VirtualNetworkPeeringLevel 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.
A sincronização de emparelhamento status do emparelhamento de rede virtual.
public readonly struct VirtualNetworkPeeringLevel : IEquatable<Azure.ResourceManager.Network.Models.VirtualNetworkPeeringLevel>
type VirtualNetworkPeeringLevel = struct
Public Structure VirtualNetworkPeeringLevel
Implements IEquatable(Of VirtualNetworkPeeringLevel)
- Herança
-
VirtualNetworkPeeringLevel
- Implementações
Construtores
VirtualNetworkPeeringLevel(String) |
Inicializa uma nova instância de VirtualNetworkPeeringLevel. |
Propriedades
FullyInSync |
TotalmenteInSync. |
LocalAndRemoteNotInSync |
LocalAndRemoteNotInSync. |
LocalNotInSync |
LocalNotInSync. |
RemoteNotInSync |
RemoteNotInSync. |
Métodos
Equals(VirtualNetworkPeeringLevel) |
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(VirtualNetworkPeeringLevel, VirtualNetworkPeeringLevel) |
Determina se dois VirtualNetworkPeeringLevel valores são os mesmos. |
Implicit(String to VirtualNetworkPeeringLevel) |
Converte uma cadeia de caracteres em um VirtualNetworkPeeringLevel. |
Inequality(VirtualNetworkPeeringLevel, VirtualNetworkPeeringLevel) |
Determina se dois VirtualNetworkPeeringLevel valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET