BillingAccountResource.ConfirmTransition(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.
Gets the transition details for a billing account that has transitioned from agreement type Microsoft Online Services Program to agreement type Microsoft Customer Agreement.
- Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/confirmTransition
- Operation Id: BillingAccounts_ConfirmTransition
- Default Api Version: 2024-04-01
- Resource: BillingAccountResource
public virtual Azure.Response<Azure.ResourceManager.Billing.Models.BillingTransitionDetails> ConfirmTransition (System.Threading.CancellationToken cancellationToken = default);
abstract member ConfirmTransition : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.Models.BillingTransitionDetails>
override this.ConfirmTransition : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.Models.BillingTransitionDetails>
Public Overridable Function ConfirmTransition (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingTransitionDetails)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.