共用方式為


BillingAccountPolicyCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default
  • Operation Id: BillingAccount_GetPolicy
public virtual Azure.NullableResponse<Azure.ResourceManager.Subscription.BillingAccountPolicyResource> GetIfExists (string billingAccountId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Subscription.BillingAccountPolicyResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Subscription.BillingAccountPolicyResource>
Public Overridable Function GetIfExists (billingAccountId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of BillingAccountPolicyResource)

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