Share via


CloudHsmClusterCollection.GetAsync(String, CancellationToken) 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>> GetAsync (string cloudHsmClusterName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HardwareSecurityModules.CloudHsmClusterResource>>
Public Overridable Function GetAsync (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 an empty string, and was expected to be non-empty.

cloudHsmClusterName is null.

Applies to