ProvidersOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.ResourceManager.Models.Provider Get (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, string resourceProviderNamespace, string expand = default);
static member Get : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.Provider
<Extension()>
Public Function Get (operations As IProvidersOperations, resourceProviderNamespace As String, Optional expand As String = Nothing) As Provider

パラメーター

operations
IProvidersOperations

この拡張メソッドの操作グループ。

resourceProviderNamespace
String

リソース プロバイダーの名前空間。

expand
String

$expand クエリ パラメーター。 たとえば、応答にプロパティ エイリアスを含めるには、$expand=resourceTypes/aliases を使用します。

戻り値

適用対象