IotHubPrivateEndpointConnectionData Construtor
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.
Inicializa uma nova instância de IotHubPrivateEndpointConnectionData.
public IotHubPrivateEndpointConnectionData (Azure.ResourceManager.IotHub.Models.IotHubPrivateEndpointConnectionProperties properties);
new Azure.ResourceManager.IotHub.IotHubPrivateEndpointConnectionData : Azure.ResourceManager.IotHub.Models.IotHubPrivateEndpointConnectionProperties -> Azure.ResourceManager.IotHub.IotHubPrivateEndpointConnectionData
Public Sub New (properties As IotHubPrivateEndpointConnectionProperties)
Parâmetros
- properties
- IotHubPrivateEndpointConnectionProperties
As propriedades de uma conexão de ponto de extremidade privado.
Exceções
properties
é nulo.