次の方法で共有


ProviderOperationsMetadataOperationsExtensions.ListAsync メソッド

定義

プロバイダー操作のメタデータ リストを取得します

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataListResult> ListAsync (this Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations operations);
static member ListAsync : Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataListResult>
<Extension()>
Public Function ListAsync (operations As IProviderOperationsMetadataOperations) As Task(Of ProviderOperationsMetadataListResult)

パラメーター

operations
IProviderOperationsMetadataOperations

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

戻り値

プロバイダー操作メタデータの一覧

適用対象