MockableAuthorizationArmClient.GetRoleManagementAlertIncident Method

Definition

Get the specified alert incident.

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

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

alertIncidentId
String

The name of the alert incident to get.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

alertIncidentId is null.

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

Applies to