DenyAssignmentCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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