Share via


AutoUpgradeProfileCollection.Exists(String, CancellationToken) Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/autoUpgradeProfiles/{autoUpgradeProfileName}
  • Operation Id: AutoUpgradeProfiles_Get
  • Default Api Version: 2024-05-02-preview
  • Resource: AutoUpgradeProfileResource
public virtual Azure.Response<bool> Exists (string autoUpgradeProfileName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (autoUpgradeProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

autoUpgradeProfileName
String

The name of the AutoUpgradeProfile resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

autoUpgradeProfileName is null.

Applies to