Share via


ConnectedClusterServiceCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /{resourceUri}/providers/Microsoft.KubernetesRuntime/services/{serviceName}
  • Operation Id: ServiceResource_Get
  • Default Api Version: 2024-03-01
  • Resource: ConnectedClusterServiceResource
public virtual Azure.NullableResponse<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterServiceResource> GetIfExists (string serviceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterServiceResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterServiceResource>
Public Overridable Function GetIfExists (serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ConnectedClusterServiceResource)

Parameters

serviceName
String

The name of the the service.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

serviceName is null.

Applies to