次の方法で共有


AuthorizationProviderOperationsMetadataCollection.GetAsync メソッド

定義

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

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

パラメーター

resourceProviderNamespace
String

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

expand
String

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

cancellationToken
CancellationToken

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

戻り値

例外

resourceProviderNamespace が null です。

適用対象