Sdílet prostřednictvím


PoliciesOperationsExtensions.GetByBillingProfileAsync Metoda

Definice

Zobrazí seznam zásad pro fakturační profil. Tato operace se podporuje jenom u fakturačních účtů s typem smlouvy Smlouva se zákazníkem Microsoftu. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.Policy> GetByBillingProfileAsync (this Microsoft.Azure.Management.Billing.IPoliciesOperations operations, string billingAccountName, string billingProfileName, System.Threading.CancellationToken cancellationToken = default);
static member GetByBillingProfileAsync : Microsoft.Azure.Management.Billing.IPoliciesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.Policy>
<Extension()>
Public Function GetByBillingProfileAsync (operations As IPoliciesOperations, billingAccountName As String, billingProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Policy)

Parametry

operations
IPoliciesOperations

Skupina operací pro tuto rozšiřující metodu.

billingAccountName
String

ID, které jednoznačně identifikuje fakturační účet.

billingProfileName
String

ID, které jednoznačně identifikuje fakturační profil.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro