Sdílet prostřednictvím


DenyAssignmentsOperationsExtensions.ListForResource Metoda

Definice

Získá přiřazení zamítnutí pro zdroj.

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)

Parametry

operations
IDenyAssignmentsOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceProviderNamespace
String

Obor názvů poskytovatele prostředků.

parentResourcePath
String

Identita nadřazeného prostředku.

resourceType
String

Typ prostředku.

resourceName
String

Název zdroje, pro který chcete získat přiřazení zamítnutí.

odataQuery
ODataQuery<DenyAssignmentFilter>

Parametry OData, které se mají použít pro operaci.

Návraty

Platí pro