次の方法で共有


ProviderOperationsExtensions.GetAsync(IProviderOperations, String) メソッド

定義

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

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

パラメーター

operations
IProviderOperations

Microsoft.Azure.Management.Resources.IProviderOperations への参照です。

resourceProviderNamespace
String

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

戻り値

リソース プロバイダーの情報です。

適用対象