ArmNetworkCloudModelFactory.NetworkCloudClusterManagerRelayPrivateEndpointConnectionContent Method
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.
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.