Udostępnij za pośrednictwem


ArmHardwareSecurityModulesModelFactory.CloudHsmClusterPrivateEndpointConnectionProperties Method

Definition

public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProperties CloudHsmClusterPrivateEndpointConnectionProperties (Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<string> groupIds = default);
static member CloudHsmClusterPrivateEndpointConnectionProperties : Azure.Core.ResourceIdentifier * Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProvisioningState> * seq<string> -> Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointConnectionProperties
Public Shared Function CloudHsmClusterPrivateEndpointConnectionProperties (Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As CloudHsmClusterPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of CloudHsmClusterPrivateEndpointConnectionProvisioningState) = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing) As CloudHsmClusterPrivateEndpointConnectionProperties

Parameters

privateEndpointId
ResourceIdentifier

The private endpoint resource.

connectionState
CloudHsmClusterPrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

provisioningState
Nullable<CloudHsmClusterPrivateEndpointConnectionProvisioningState>

The provisioning state of the private endpoint connection resource.

groupIds
IEnumerable<String>

The group ids for the private endpoint resource.

Returns

A new CloudHsmClusterPrivateEndpointConnectionProperties instance for mocking.

Applies to