次の方法で共有


AuthorizationExtensions.GetAuthorizationProviderOperationsMetadataAsync メソッド

定義

指定したリソース プロバイダーのプロバイダー操作メタデータを取得します。

  • 要求パス/プロバイダー/Microsoft.Authorization/providerOperations/{resourceProviderNamespace}
  • 操作IdProviderOperationsMetadata_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.AuthorizationProviderOperationsMetadataResource>> GetAuthorizationProviderOperationsMetadataAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string resourceProviderNamespace, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAuthorizationProviderOperationsMetadataAsync : Azure.ResourceManager.Resources.TenantResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.AuthorizationProviderOperationsMetadataResource>>
<Extension()>
Public Function GetAuthorizationProviderOperationsMetadataAsync (tenantResource As TenantResource, resourceProviderNamespace As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AuthorizationProviderOperationsMetadataResource))

パラメーター

tenantResource
TenantResource

TenantResourceメソッドが実行されるインスタンス。

resourceProviderNamespace
String

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

expand
String

値を展開するかどうかを指定します。

cancellationToken
CancellationToken

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

戻り値

例外

resourceProviderNamespace が null です。

適用対象