Share via


DenyAssignmentsOperationsExtensions.ListForResource Method

Definition

Gets deny assignments for a resource.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.DenyAssignment> ListForResource (this Microsoft.Azure.Management.Authorization.IDenyAssignmentsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.DenyAssignmentFilter> odataQuery = default);
static member ListForResource : Microsoft.Azure.Management.Authorization.IDenyAssignmentsOperations * string * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.DenyAssignmentFilter> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.DenyAssignment>
<Extension()>
Public Function ListForResource (operations As IDenyAssignmentsOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, Optional odataQuery As ODataQuery(Of DenyAssignmentFilter) = Nothing) As IPage(Of DenyAssignment)

Parameters

operations
IDenyAssignmentsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

resourceProviderNamespace
String

The namespace of the resource provider.

parentResourcePath
String

The parent resource identity.

resourceType
String

The resource type of the resource.

resourceName
String

The name of the resource to get deny assignments for.

odataQuery
ODataQuery<DenyAssignmentFilter>

OData parameters to apply to the operation.

Returns

Applies to