MockableHardwareSecurityModulesResourceGroupResource.GetCloudHsmClusterAsync Method

Definition

Gets the specified Cloud HSM Cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/cloudHsmClusters/{cloudHsmClusterName}
  • Operation Id: CloudHsmClusters_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource>> GetCloudHsmClusterAsync (string cloudHsmClusterName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCloudHsmClusterAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource>>
override this.GetCloudHsmClusterAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource>>
Public Overridable Function GetCloudHsmClusterAsync (cloudHsmClusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CloudHsmClusterResource))

Parameters

cloudHsmClusterName
String

The name of the Cloud HSM Cluster within the specified resource group. Cloud HSM Cluster names must be between 3 and 24 characters in length.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

cloudHsmClusterName is null.

cloudHsmClusterName is an empty string, and was expected to be non-empty.

Applies to