Partager via


PrivateStoreResource.FetchCollectionsToSubscriptionsMapping Méthode

Définition

Pour une liste d’abonnements donnée, l’API retourne une carte des collections et des abonnements associés à partir de la liste fournie.

  • Chemin de la requête/providers/Microsoft.Marketplace/privateStores/{privateStoreId}/collectionsToSubscriptionsMapping
  • IdPrivateStore_CollectionsToSubscriptionsMapping d’opération
public virtual Azure.Response<Azure.ResourceManager.Marketplace.Models.CollectionsToSubscriptionsMappingResult> FetchCollectionsToSubscriptionsMapping (Azure.ResourceManager.Marketplace.Models.CollectionsToSubscriptionsMappingContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member FetchCollectionsToSubscriptionsMapping : Azure.ResourceManager.Marketplace.Models.CollectionsToSubscriptionsMappingContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.Models.CollectionsToSubscriptionsMappingResult>
override this.FetchCollectionsToSubscriptionsMapping : Azure.ResourceManager.Marketplace.Models.CollectionsToSubscriptionsMappingContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.Models.CollectionsToSubscriptionsMappingResult>
Public Overridable Function FetchCollectionsToSubscriptionsMapping (Optional content As CollectionsToSubscriptionsMappingContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CollectionsToSubscriptionsMappingResult)

Paramètres

content
CollectionsToSubscriptionsMappingContent

CollectionsToSubscriptionsMappingContent à utiliser.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

S’applique à