ComputeFleetExtensions.GetComputeFleetAsync Method

Definition

Get a Fleet <item> Mocking. To mock this method, please mock GetComputeFleetAsync(String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ComputeFleet.ComputeFleetResource>> GetComputeFleetAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string fleetName, System.Threading.CancellationToken cancellationToken = default);
static member GetComputeFleetAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ComputeFleet.ComputeFleetResource>>
<Extension()>
Public Function GetComputeFleetAsync (resourceGroupResource As ResourceGroupResource, fleetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ComputeFleetResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

fleetName
String

The name of the Compute Fleet.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

resourceGroupResource is null.

Applies to