CostManagementAlertCollection.Get(String, CancellationToken) Method

Definition

Gets the alert for the scope by alert ID.

  • Request Path: /{scope}/providers/Microsoft.CostManagement/alerts/{alertId}
  • Operation Id: Alerts_Get
public virtual Azure.Response<Azure.ResourceManager.CostManagement.CostManagementAlertResource> Get (string alertId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.CostManagementAlertResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.CostManagementAlertResource>
Public Overridable Function Get (alertId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CostManagementAlertResource)

Parameters

alertId
String

Alert ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

alertId is null.

Applies to