Language

RoleManagementAlertDefinitionCollection.Get(String, CancellationToken) Method

Definition

Get the specified alert definition.

  • Request Path. : /{scope}/providers/Microsoft.Authorization/roleManagementAlertDefinitions/{alertDefinitionId}.
  • Operation Id. : AlertDefinitions_Get.
  • Default Api Version. : 2022-08-01-preview.
public virtual Azure.Response<Azure.ResourceManager.Authorization.RoleManagementAlertDefinitionResource> Get(string alertDefinitionId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Authorization.RoleManagementAlertDefinitionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Authorization.RoleManagementAlertDefinitionResource>
Public Overridable Function Get (alertDefinitionId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RoleManagementAlertDefinitionResource)

Parameters

alertDefinitionId
String

The name of the alert definition to get.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

alertDefinitionId is null.

alertDefinitionId is an empty string, and was expected to be non-empty.

Applies to