次の方法で共有


ProviderOperationsMetadataOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult> GetAsync (this Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations operations, string resourceProviderNamespace);
static member GetAsync : Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult>
<Extension()>
Public Function GetAsync (operations As IProviderOperationsMetadataOperations, resourceProviderNamespace As String) As Task(Of ProviderOperationsMetadataGetResult)

パラメーター

operations
IProviderOperationsMetadataOperations

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

resourceProviderNamespace
String

必須。 リソース プロバイダーの名前空間です。

戻り値

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

適用対象