Share via


MoverResourceCollection.ExistsAsync(String, CancellationToken) Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/moveResources/{moveResourceName}
  • Operation Id: MoveResources_Get
  • Default Api Version: 2023-08-01
  • Resource: MoverResource
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string moverResourceName, System.Threading.CancellationToken cancellationToken = default);

Parameters

moverResourceName
String

The Move Resource Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

moverResourceName is null.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview