DenyAssignmentsOperationsExtensions.ListForResource Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les affectations de refus pour une ressource.
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)
Paramètres
- operations
- IDenyAssignmentsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- resourceProviderNamespace
- String
Espace de noms du fournisseur de ressources.
- parentResourcePath
- String
Identité de ressource parente.
- resourceType
- String
Type de ressource de la ressource.
- resourceName
- String
Nom de la ressource pour laquelle obtenir des affectations de refus.
- odataQuery
- ODataQuery<DenyAssignmentFilter>
Paramètres OData à appliquer à l’opération.
Retours
S’applique à
Azure SDK for .NET