Share via


CloudHsmClusterCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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