共用方式為


ElasticMonitorResource.GetBillingInfo(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 Azure.Response<Azure.ResourceManager.Elastic.Models.BillingInfoResponse> GetBillingInfo (System.Threading.CancellationToken cancellationToken = default);
abstract member GetBillingInfo : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Elastic.Models.BillingInfoResponse>
override this.GetBillingInfo : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Elastic.Models.BillingInfoResponse>
Public Overridable Function GetBillingInfo (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BillingInfoResponse)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to