Partilhar via


PrivateStoreCollectionInfoCollection.Exists(Guid, CancellationToken) Método

Definição

Verifica se o recurso existe no azure.

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

Parâmetros

collectionId
Guid

A ID da coleção.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a