ContainerServiceFleetCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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

Parameters

fleetName
String

The name of the Fleet resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

fleetName is null.

Applies to