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

PublisherResource.GetArtifactStore(String, CancellationToken) 方法

定义

获取有关指定项目存储的信息。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}
  • 操作IdArtifactStores_Get
public virtual Azure.Response<Azure.ResourceManager.HybridNetwork.ArtifactStoreResource> GetArtifactStore (string artifactStoreName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetArtifactStore : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridNetwork.ArtifactStoreResource>
override this.GetArtifactStore : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridNetwork.ArtifactStoreResource>
Public Overridable Function GetArtifactStore (artifactStoreName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ArtifactStoreResource)

参数

artifactStoreName
String

项目存储区的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

artifactStoreName 为 null。

artifactStoreName 是一个空字符串,预期为非空。

适用于