Share via


ConnectedClusterCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Kubernetes/connectedClusters/{clusterName}
  • Operation Id: ConnectedCluster_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Kubernetes.ConnectedClusterResource> GetIfExists (string clusterName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Kubernetes.ConnectedClusterResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Kubernetes.ConnectedClusterResource>
Public Overridable Function GetIfExists (clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ConnectedClusterResource)

Parameters

clusterName
String

The name of the Kubernetes cluster on which get is called.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

clusterName is null.

Applies to