次の方法で共有


AuthorizationProviderOperationsMetadataResource.GetAsync メソッド

定義

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

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

パラメーター

expand
String

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

cancellationToken
CancellationToken

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

戻り値

適用対象