AuthorizationClient.RemoveDenyAssignment 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.
Removes a deny assignment by its fully qualified ID or by name + scope. Idempotent: returns null (without throwing) when no matching deny assignment exists.
public Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment RemoveDenyAssignment(string denyAssignmentId, string denyAssignmentName, string scope, string subscriptionId);
member this.RemoveDenyAssignment : string * string * string * string -> Microsoft.Azure.Commands.Resources.Models.Authorization.PSDenyAssignment
Public Function RemoveDenyAssignment (denyAssignmentId As String, denyAssignmentName As String, scope As String, subscriptionId As String) As PSDenyAssignment
Parameters
- denyAssignmentId
- String
- denyAssignmentName
- String
- scope
- String
- subscriptionId
- String