MockableSubscriptionTenantResource.GetBillingAccountPolicy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get Billing Account Policy.
- Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default
- Operation Id: BillingAccount_GetPolicy
public virtual Azure.Response<Azure.ResourceManager.Subscription.BillingAccountPolicyResource> GetBillingAccountPolicy (string billingAccountId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBillingAccountPolicy : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Subscription.BillingAccountPolicyResource>
override this.GetBillingAccountPolicy : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Subscription.BillingAccountPolicyResource>
Public Overridable Function GetBillingAccountPolicy (billingAccountId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingAccountPolicyResource)
Parameters
- billingAccountId
- String
Billing Account Id.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
billingAccountId
is null.
billingAccountId
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET