IotHubPrivateEndpointConnectionProperties Constructor

Definition

Initializes a new instance of IotHubPrivateEndpointConnectionProperties.

public IotHubPrivateEndpointConnectionProperties (Azure.ResourceManager.IotHub.Models.IotHubPrivateLinkServiceConnectionState connectionState);
new Azure.ResourceManager.IotHub.Models.IotHubPrivateEndpointConnectionProperties : Azure.ResourceManager.IotHub.Models.IotHubPrivateLinkServiceConnectionState -> Azure.ResourceManager.IotHub.Models.IotHubPrivateEndpointConnectionProperties
Public Sub New (connectionState As IotHubPrivateLinkServiceConnectionState)

Parameters

connectionState
IotHubPrivateLinkServiceConnectionState

The current state of a private endpoint connection.

Exceptions

connectionState is null.

Applies to