DenyAssignmentCollection.Get(String, CancellationToken) 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 Azure.Response<Azure.ResourceManager.Authorization.DenyAssignmentResource> Get (string denyAssignmentId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Authorization.DenyAssignmentResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Authorization.DenyAssignmentResource>
Public Overridable Function Get (denyAssignmentId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DenyAssignmentResource)

Parameters

denyAssignmentId
String

The ID of the deny assignment to get.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

denyAssignmentId is null.

Applies to