PrivateStoreCollectionInfoCollection.Get(Guid, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets private store collection
- Request Path: /providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
- Operation Id: PrivateStoreCollection_Get
public virtual Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource> Get (Guid collectionId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Guid * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>
override this.Get : Guid * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreCollectionInfoResource>
Public Overridable Function Get (collectionId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateStoreCollectionInfoResource)
Parameters
- collectionId
- Guid
The collection ID.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET