Share via


HDInsightClusterPoolCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • Operation Id: ClusterPools_Get
  • Default Api Version: 2023-11-01-preview
  • Resource: HDInsightClusterPoolResource
public virtual Azure.NullableResponse<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource> GetIfExists (string clusterPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>
Public Overridable Function GetIfExists (clusterPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of HDInsightClusterPoolResource)

Parameters

clusterPoolName
String

The name of the cluster pool.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

clusterPoolName is null.

Applies to