DevCenterProjectResource.GetProjectCatalogAsync Method

Definition

Gets an associated project catalog.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevCenter.ProjectCatalogResource>> GetProjectCatalogAsync(string catalogName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProjectCatalogAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevCenter.ProjectCatalogResource>>
override this.GetProjectCatalogAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevCenter.ProjectCatalogResource>>
Public Overridable Function GetProjectCatalogAsync (catalogName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ProjectCatalogResource))

Parameters

catalogName
String

The name of the Catalog.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

catalogName is null.

catalogName is an empty string, and was expected to be non-empty.

Applies to