次の方法で共有


DevCenterResource.GetDevCenterCatalogAsync(String, CancellationToken) メソッド

定義

カタログを取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/catalogs/{catalogName}
  • 操作IdCatalogs_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevCenter.DevCenterCatalogResource>> GetDevCenterCatalogAsync (string catalogName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevCenterCatalogAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevCenter.DevCenterCatalogResource>>
override this.GetDevCenterCatalogAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevCenter.DevCenterCatalogResource>>
Public Overridable Function GetDevCenterCatalogAsync (catalogName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevCenterCatalogResource))

パラメーター

catalogName
String

カタログの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

catalogName が null です。

適用対象