AuthorizationExtensions.GetAuthorizationProviderOperationsMetadataAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したリソース プロバイダーのプロバイダー操作メタデータを取得します。
- 要求パス/プロバイダー/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 です。