ArmNetworkCloudModelFactory.NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent(Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRelayPrivateEndpointConnectionState connectionState = default, string description = default, Azure.Core.ResourceIdentifier privateEndpointResourceId = default);
static member NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent : Azure.ResourceManager.NetworkCloud.Models.NetworkCloudRelayPrivateEndpointConnectionState * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent
Public Shared Function NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent (Optional connectionState As NetworkCloudRelayPrivateEndpointConnectionState = Nothing, Optional description As String = Nothing, Optional privateEndpointResourceId As ResourceIdentifier = Nothing) As NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent

Parameters

connectionState
NetworkCloudRelayPrivateEndpointConnectionState

The state to set for the private endpoint connection.

description
String

The description to associate with the private endpoint connection.

privateEndpointResourceId
ResourceIdentifier

The resource ID of private endpoint to be permitted or denied connection to the relay namespace.

Returns

A new NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent instance for mocking.

Applies to