BillingAccountResource.CheckAccessBillingPermissionsAsync 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.
Provides a list of check access response objects for a billing account.
- Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/checkAccess
- Operation Id: BillingPermissions_CheckAccessByBillingAccount
- Default Api Version: 2024-04-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.Billing.Models.BillingCheckAccessResult> CheckAccessBillingPermissionsAsync (Azure.ResourceManager.Billing.Models.BillingCheckAccessContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckAccessBillingPermissionsAsync : Azure.ResourceManager.Billing.Models.BillingCheckAccessContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.Models.BillingCheckAccessResult>
override this.CheckAccessBillingPermissionsAsync : Azure.ResourceManager.Billing.Models.BillingCheckAccessContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Billing.Models.BillingCheckAccessResult>
Public Overridable Function CheckAccessBillingPermissionsAsync (content As BillingCheckAccessContent, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BillingCheckAccessResult)
Parameters
- content
- BillingCheckAccessContent
The request object against which access of the caller will be checked.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of BillingCheckAccessResult that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET