Sdílet prostřednictvím


PrivateStoreCollectionInfoCollection.Exists(Guid, CancellationToken) Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • Operation Id: PrivateStoreCollection_Get
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)

Parameters

collectionId
Guid

The collection ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to