SphereExtensions.GetSphereCatalogAsync Method

Definition

Get a Catalog <item> Mocking. To mock this method, please mock GetSphereCatalogAsync(String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sphere.SphereCatalogResource>> GetSphereCatalogAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string catalogName, System.Threading.CancellationToken cancellationToken = default);
static member GetSphereCatalogAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sphere.SphereCatalogResource>>
<Extension()>
Public Function GetSphereCatalogAsync (resourceGroupResource As ResourceGroupResource, catalogName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SphereCatalogResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

catalogName
String

Name of catalog.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

resourceGroupResource is null.

Applies to