BillingAccountOperationsExtensions.GetPolicyAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie die Abrechnungskontorichtlinie ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Subscription.Models.BillingAccountPoliciesResponse> GetPolicyAsync (this Microsoft.Azure.Management.Subscription.IBillingAccountOperations operations, string billingAccountId, System.Threading.CancellationToken cancellationToken = default);
static member GetPolicyAsync : Microsoft.Azure.Management.Subscription.IBillingAccountOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Subscription.Models.BillingAccountPoliciesResponse>
<Extension()>
Public Function GetPolicyAsync (operations As IBillingAccountOperations, billingAccountId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BillingAccountPoliciesResponse)
Parameter
- operations
- IBillingAccountOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- billingAccountId
- String
Abrechnungskonto-ID.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET