次の方法で共有


TenantResource.GetTenantResourceProvider メソッド

定義

テナント レベルで指定されたリソース プロバイダーを取得します。

  • 要求パス/プロバイダー/{resourceProviderNamespace}
  • 操作IdProviders_GetAtTenantScope
public virtual Azure.Response<Azure.ResourceManager.Resources.Models.TenantResourceProvider> GetTenantResourceProvider (string resourceProviderNamespace, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTenantResourceProvider : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Models.TenantResourceProvider>
override this.GetTenantResourceProvider : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.Models.TenantResourceProvider>
Public Overridable Function GetTenantResourceProvider (resourceProviderNamespace As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TenantResourceProvider)

パラメーター

resourceProviderNamespace
String

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

expand
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

resourceProviderNamespace が null です。

適用対象