Language

ArmHardwareSecurityModulesModelFactory.CloudHsmClusterPrivateLinkServiceConnectionState Method

Definition

public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkServiceConnectionState CloudHsmClusterPrivateLinkServiceConnectionState(Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointServiceConnectionStatus? status = default, string description = default, string actionsRequired = default);
static member CloudHsmClusterPrivateLinkServiceConnectionState : Nullable<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateEndpointServiceConnectionStatus> * string * string -> Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterPrivateLinkServiceConnectionState
Public Shared Function CloudHsmClusterPrivateLinkServiceConnectionState (Optional status As Nullable(Of CloudHsmClusterPrivateEndpointServiceConnectionStatus) = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing) As CloudHsmClusterPrivateLinkServiceConnectionState

Parameters

status
Nullable<CloudHsmClusterPrivateEndpointServiceConnectionStatus>

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

description
String

The reason for approval/rejection of the connection.

actionsRequired
String

A message indicating if changes on the service provider require any updates on the consumer.

Returns

A new CloudHsmClusterPrivateLinkServiceConnectionState instance for mocking.

Applies to