Compartilhar via


MarketplaceExtensions.GetPrivateStore Método

Definição

Obter informações sobre o repositório particular

  • Caminho da Solicitação/provedores/Microsoft.Marketplace/privateStores/{privateStoreId}
  • IdPrivateStore_Get de operação
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)

Parâmetros

tenantResource
TenantResource

A TenantResource instância na qual o método será executado.

privateStoreId
Guid

A ID da loja – deve usar a ID do locatário.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a