MockableAuthorizationArmClient.GetRoleManagementAlertConfiguration Method

Definition

Get the specified alert configuration.

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

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

alertId
String

The name of the alert configuration to get.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

alertId is null.

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

Applies to