你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SphereExtensions.GetSphereCatalog Method

Definition

Get a Catalog

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}
  • Operation Id: Catalogs_Get
  • Default Api Version: 2024-04-01
  • Resource: SphereCatalogResource
public static Azure.Response<Azure.ResourceManager.Sphere.SphereCatalogResource> GetSphereCatalog (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string catalogName, System.Threading.CancellationToken cancellationToken = default);
static member GetSphereCatalog : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sphere.SphereCatalogResource>
<Extension()>
Public Function GetSphereCatalog (resourceGroupResource As ResourceGroupResource, catalogName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SphereCatalogResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

catalogName
String

Name of catalog.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or catalogName is null.

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

Applies to