BillingAccountPolicyCollection.Exists(String, CancellationToken) Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default
  • Operation Id: BillingAccount_GetPolicy
public virtual Azure.Response<bool> Exists (string billingAccountId, 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 (billingAccountId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

billingAccountId
String

Billing Account Id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

billingAccountId is null.

Applies to