BillingBenefitsSavingsPlanOrderResource.Elevate(CancellationToken) 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.
Elevate as owner on savings plan order based on billing permissions.
- Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/elevate
- Operation Id: SavingsPlanOrder_Elevate
public virtual Azure.Response<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsRoleAssignmentEntity> Elevate (System.Threading.CancellationToken cancellationToken = default);
abstract member Elevate : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsRoleAssignmentEntity>
override this.Elevate : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BillingBenefits.Models.BillingBenefitsRoleAssignmentEntity>
Public Overridable Function Elevate (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingBenefitsRoleAssignmentEntity)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET