次の方法で共有


ArtifactStoreResource.GetArtifactManifestAsync メソッド

定義

成果物マニフェスト リソースに関する情報を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}/artifactManifests/{artifactManifestName}
  • 操作IdArtifactManifests_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridNetwork.ArtifactManifestResource>> GetArtifactManifestAsync (string artifactManifestName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetArtifactManifestAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridNetwork.ArtifactManifestResource>>
override this.GetArtifactManifestAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridNetwork.ArtifactManifestResource>>
Public Overridable Function GetArtifactManifestAsync (artifactManifestName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ArtifactManifestResource))

パラメーター

artifactManifestName
String

成果物マニフェストの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

artifactManifestName が null です。

artifactManifestName は空の文字列であり、空でないと予想されていました。

適用対象