BillingProfileResource.CheckAccessBillingPermissions 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 profile.
- Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/checkAccess
- Operation Id: BillingPermissions_CheckAccessByBillingProfile
- Default Api Version: 2024-04-01
public virtual Azure.Pageable<Azure.ResourceManager.Billing.Models.BillingCheckAccessResult> CheckAccessBillingPermissions (Azure.ResourceManager.Billing.Models.BillingCheckAccessContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CheckAccessBillingPermissions : Azure.ResourceManager.Billing.Models.BillingCheckAccessContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.Models.BillingCheckAccessResult>
override this.CheckAccessBillingPermissions : Azure.ResourceManager.Billing.Models.BillingCheckAccessContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Billing.Models.BillingCheckAccessResult>
Public Overridable Function CheckAccessBillingPermissions (content As BillingCheckAccessContent, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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
A collection of BillingCheckAccessResult that may take multiple service requests to iterate over.
Exceptions
content
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET