PrivateStoreResource.GetPrivateStoreCollectionInfoAsync メソッド

定義

プライベート ストア コレクションを取得します

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • 操作IdPrivateStoreCollection_Get
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))

パラメーター

collectionId
Guid

コレクション ID。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象