你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerRegistryContentClient.SetManifestAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SetManifestAsync(OciImageManifest, String, Nullable<ManifestMediaType>, CancellationToken) |
设置清单。 |
SetManifestAsync(BinaryData, String, Nullable<ManifestMediaType>, CancellationToken) |
设置清单。 |
SetManifestAsync(OciImageManifest, String, Nullable<ManifestMediaType>, CancellationToken)
设置清单。
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>> SetManifestAsync (Azure.Containers.ContainerRegistry.OciImageManifest manifest, string tag = default, Azure.Containers.ContainerRegistry.ManifestMediaType? mediaType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SetManifestAsync : Azure.Containers.ContainerRegistry.OciImageManifest * string * Nullable<Azure.Containers.ContainerRegistry.ManifestMediaType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>>
override this.SetManifestAsync : Azure.Containers.ContainerRegistry.OciImageManifest * string * Nullable<Azure.Containers.ContainerRegistry.ManifestMediaType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>>
Public Overridable Function SetManifestAsync (manifest As OciImageManifest, Optional tag As String = Nothing, Optional mediaType As Nullable(Of ManifestMediaType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SetManifestResult))
参数
- manifest
- OciImageManifest
要设置的清单。
- tag
- String
要分配给此清单所表示的项目的可选标记。
- mediaType
- Nullable<ManifestMediaType>
清单的媒体类型。 如果未指定,此值将设置为默认值“application/vnd.oci.image.manifest.v1+json”。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
设置清单操作的结果。
例外
如果 manifest
为 null。
容器注册表服务返回故障时引发。
适用于
SetManifestAsync(BinaryData, String, Nullable<ManifestMediaType>, CancellationToken)
设置清单。
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>> SetManifestAsync (BinaryData manifest, string tag = default, Azure.Containers.ContainerRegistry.ManifestMediaType? mediaType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SetManifestAsync : BinaryData * string * Nullable<Azure.Containers.ContainerRegistry.ManifestMediaType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>>
override this.SetManifestAsync : BinaryData * string * Nullable<Azure.Containers.ContainerRegistry.ManifestMediaType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Containers.ContainerRegistry.SetManifestResult>>
Public Overridable Function SetManifestAsync (manifest As BinaryData, Optional tag As String = Nothing, Optional mediaType As Nullable(Of ManifestMediaType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SetManifestResult))
参数
- manifest
- BinaryData
包含 BinaryData 要设置的序列化清单的 。
- tag
- String
要分配给此清单所表示的项目的可选标记。
- mediaType
- Nullable<ManifestMediaType>
清单的媒体类型。 如果未指定,此值将设置为默认值“application/vnd.oci.image.manifest.v1+json”。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
设置清单操作的结果。
例外
如果 manifest
为 null。
容器注册表服务返回故障时引发。