Compartilhar via


IotHubPrivateLinkServiceConnectionStatus Estrutura

Definição

O status de uma conexão de ponto de extremidade privado.

public readonly struct IotHubPrivateLinkServiceConnectionStatus : IEquatable<Azure.ResourceManager.IotHub.Models.IotHubPrivateLinkServiceConnectionStatus>
type IotHubPrivateLinkServiceConnectionStatus = struct
Public Structure IotHubPrivateLinkServiceConnectionStatus
Implements IEquatable(Of IotHubPrivateLinkServiceConnectionStatus)
Herança
IotHubPrivateLinkServiceConnectionStatus
Implementações

Construtores

IotHubPrivateLinkServiceConnectionStatus(String)

Inicializa uma nova instância de IotHubPrivateLinkServiceConnectionStatus.

Propriedades

Approved

Aprovada.

Disconnected

Desconectado

Pending

Pendente.

Rejected

Rejeitado.

Métodos

Equals(IotHubPrivateLinkServiceConnectionStatus)

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

Determina se dois IotHubPrivateLinkServiceConnectionStatus valores são os mesmos.

Implicit(String to IotHubPrivateLinkServiceConnectionStatus)

Converte uma cadeia de caracteres em um IotHubPrivateLinkServiceConnectionStatus.

Inequality(IotHubPrivateLinkServiceConnectionStatus, IotHubPrivateLinkServiceConnectionStatus)

Determina se dois IotHubPrivateLinkServiceConnectionStatus valores não são os mesmos.

Aplica-se a