ElasticMonitorResource.GetBillingInfoAsync(CancellationToken) Method

Definition

Get marketplace and organization info mapped to the given monitor.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}/getBillingInfo
  • Operation Id: BillingInfo_Get
  • Default Api Version: 2024-06-15-preview
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.Models.BillingInfoResponse>> GetBillingInfoAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetBillingInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.Models.BillingInfoResponse>>
override this.GetBillingInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Elastic.Models.BillingInfoResponse>>
Public Overridable Function GetBillingInfoAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BillingInfoResponse))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to