NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent.
public NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent(Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRelayPrivateEndpointConnectionState connectionState, Azure.Core.ResourceIdentifier privateEndpointResourceId);
new Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent : Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRelayPrivateEndpointConnectionState * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent
Public Sub New (connectionState As NetworkCloudRelayPrivateEndpointConnectionState, privateEndpointResourceId As ResourceIdentifier)
Parameters
- connectionState
- NetworkCloudRelayPrivateEndpointConnectionState
The state to set for the private endpoint connection.
- privateEndpointResourceId
- ResourceIdentifier
The resource ID of private endpoint to be permitted or denied connection to the relay namespace.
Exceptions
privateEndpointResourceId is null.