Compartilhar via


PrivateStoreResource.GetPrivateStoreCollectionInfoAsync Método

Definição

Obtém a coleção de repositório particular

  • Caminho da Solicitação/provedores/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • IdPrivateStoreCollection_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>> GetPrivateStoreCollectionInfoAsync (Guid collectionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateStoreCollectionInfoAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>>
override this.GetPrivateStoreCollectionInfoAsync : Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>>
Public Overridable Function GetPrivateStoreCollectionInfoAsync (collectionId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateStoreCollectionInfoResource))

Parâmetros

collectionId
Guid

A ID da coleção.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a