MockableAuthorizationArmClient.GetRoleManagementAlertDefinitionAsync Method

Definition

Get the specified alert definition.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleManagementAlertDefinitionResource>> GetRoleManagementAlertDefinitionAsync(Azure.Core.ResourceIdentifier scope, string alertDefinitionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRoleManagementAlertDefinitionAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleManagementAlertDefinitionResource>>
override this.GetRoleManagementAlertDefinitionAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleManagementAlertDefinitionResource>>
Public Overridable Function GetRoleManagementAlertDefinitionAsync (scope As ResourceIdentifier, alertDefinitionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoleManagementAlertDefinitionResource))

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

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