次の方法で共有


SubscriptionResource.GetResourceProviderAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/{resourceProviderNamespace}
  • 操作IdProviders_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ResourceProviderResource>> GetResourceProviderAsync (string resourceProviderNamespace, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetResourceProviderAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ResourceProviderResource>>
override this.GetResourceProviderAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resources.ResourceProviderResource>>
Public Overridable Function GetResourceProviderAsync (resourceProviderNamespace As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ResourceProviderResource))

パラメーター

resourceProviderNamespace
String

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

expand
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

resourceProviderNamespace が null です。

resourceProviderNamespace は空の文字列であり、空でないと想定されていました。

適用対象