Share via


MockableAuthorizationArmClient.GetDenyAssignmentAsync Method

Definition

Get the specified deny assignment.

  • Request Path: /{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
  • Operation Id: DenyAssignments_Get
  • Default Api Version: 2022-04-01
  • Resource: DenyAssignmentResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.DenyAssignmentResource>> GetDenyAssignmentAsync (Azure.Core.ResourceIdentifier scope, string denyAssignmentId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDenyAssignmentAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.DenyAssignmentResource>>
override this.GetDenyAssignmentAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.DenyAssignmentResource>>
Public Overridable Function GetDenyAssignmentAsync (scope As ResourceIdentifier, denyAssignmentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DenyAssignmentResource))

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

denyAssignmentId
String

The ID of the deny assignment to get.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

denyAssignmentId is null.

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

Applies to