次の方法で共有


ResourceProviderOperationDetailsOperationsExtensions.ListAsync メソッド

定義

リソース プロバイダーの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDetailListResult> ListAsync(this Microsoft.Azure.Management.Resources.IResourceProviderOperationDetailsOperations operations, Microsoft.Azure.ResourceIdentity identity);
static member ListAsync : Microsoft.Azure.Management.Resources.IResourceProviderOperationDetailsOperations * Microsoft.Azure.ResourceIdentity -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceProviderOperationDetailListResult>
<Extension()>
Public Function ListAsync (operations As IResourceProviderOperationDetailsOperations, identity As ResourceIdentity) As Task(Of ResourceProviderOperationDetailListResult)

パラメーター

operations
IResourceProviderOperationDetailsOperations

Microsoft.Azure.Management.Resources.IResourceProviderOperationDetailsOperations への参照。

identity
Microsoft.Azure.ResourceIdentity

必須。 リソースの ID です。

戻り値

リソース プロバイダー操作の一覧。

適用対象