MockableAuthorizationArmClient.GetDenyAssignment Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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> GetDenyAssignment(Azure.Core.ResourceIdentifier scope, string denyAssignmentId, System.Threading.CancellationToken cancellationToken = default);
	abstract member GetDenyAssignment : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Authorization.DenyAssignmentResource>
override this.GetDenyAssignment : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Authorization.DenyAssignmentResource>
	Public Overridable Function GetDenyAssignment (scope As ResourceIdentifier, denyAssignmentId As String, Optional cancellationToken As CancellationToken = Nothing) As 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.