MarketplaceExtensions.GetPrivateStore Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir des informations sur le magasin privé
- Chemin/providers/Microsoft.Marketplace/privateStores/{privateStoreId}
- IdPrivateStore_Get d’opération
public static Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreResource> GetPrivateStore (this Azure.ResourceManager.Resources.TenantResource tenantResource, Guid privateStoreId, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateStore : Azure.ResourceManager.Resources.TenantResource * Guid * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Marketplace.PrivateStoreResource>
<Extension()>
Public Function GetPrivateStore (tenantResource As TenantResource, privateStoreId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateStoreResource)
Paramètres
- tenantResource
- TenantResource
Instance TenantResource sur laquelle la méthode s’exécute.
- privateStoreId
- Guid
ID de magasin : doit utiliser l’ID de locataire.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.