次の方法で共有


BillingProfileCustomerPolicyResource.Get(CancellationToken) Method

Definition

Lists the policies for a customer. This operation is supported only for billing accounts with agreement type Microsoft Partner Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers/{customerName}/policies/{policyName}
  • Operation Id: Policies_GetByCustomer
  • Default Api Version: 2024-04-01
  • Resource: BillingProfileCustomerPolicyResource
public virtual Azure.Response<Azure.ResourceManager.Billing.BillingProfileCustomerPolicyResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingProfileCustomerPolicyResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.BillingProfileCustomerPolicyResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingProfileCustomerPolicyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to