Bagikan melalui


CloudServiceSwapCollection.Exists(CancellationToken) Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource}
  • Operation Id: VipSwap_Get
  • Default Api Version: 2023-09-01
  • Resource: CloudServiceSwapResource
public virtual Azure.Response<bool> Exists (System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to