你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MarketplaceExtensions.GetPrivateStore 方法

定义

获取有关专用存储的信息

  • 请求路径/providers/Microsoft.Marketplace/privateStores/{privateStoreId}
  • 操作IdPrivateStore_Get
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)

参数

tenantResource
TenantResource

方法 TenantResource 将对其执行的实例。

privateStoreId
Guid

存储 ID - 必须使用租户 ID。

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于