共用方式為


DenyAssignmentsOperationsExtensions.ListForResourceAsync 方法

定義

取得資源的拒絕指派。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.DenyAssignment>> ListForResourceAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member ListForResourceAsync : Microsoft.Azure.Management.Authorization.IDenyAssignmentsOperations * string * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Authorization.Models.DenyAssignmentFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.DenyAssignment>>
<Extension()>
Public Function ListForResourceAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DenyAssignment))

參數

operations
IDenyAssignmentsOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源群組的名稱。 名稱不區分大小寫。

resourceProviderNamespace
String

資源提供者的命名空間。

parentResourcePath
String

父資源識別。

resourceType
String

資源的資源類型。

resourceName
String

要取得拒絕指派的資源名稱。

odataQuery
ODataQuery<DenyAssignmentFilter>

要套用至作業的 OData 參數。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於