BillingDepartmentResource.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 department.
- Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/departments/{departmentName}/checkAccess
- Operation Id: BillingPermissions_CheckAccessByDepartment
- 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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET