Compartilhar via


IotHubPrivateLinkServiceConnectionState Construtor

Definição

Inicializa uma nova instância de IotHubPrivateLinkServiceConnectionState.

public IotHubPrivateLinkServiceConnectionState (Azure.ResourceManager.IotHub.Models.IotHubPrivateLinkServiceConnectionStatus status, string description);
new Azure.ResourceManager.IotHub.Models.IotHubPrivateLinkServiceConnectionState : Azure.ResourceManager.IotHub.Models.IotHubPrivateLinkServiceConnectionStatus * string -> Azure.ResourceManager.IotHub.Models.IotHubPrivateLinkServiceConnectionState
Public Sub New (status As IotHubPrivateLinkServiceConnectionStatus, description As String)

Parâmetros

status
IotHubPrivateLinkServiceConnectionStatus

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

description
String

A descrição do estado atual de uma conexão de ponto de extremidade privado.

Exceções

description é nulo.

Aplica-se a