RegistryArtifact.UpdateManifestProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update the properties of the artifact's manifest.
public virtual Azure.Response<Azure.Containers.ContainerRegistry.ArtifactManifestProperties> UpdateManifestProperties(Azure.Containers.ContainerRegistry.ArtifactManifestProperties value, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateManifestProperties : Azure.Containers.ContainerRegistry.ArtifactManifestProperties * System.Threading.CancellationToken -> Azure.Response<Azure.Containers.ContainerRegistry.ArtifactManifestProperties>
override this.UpdateManifestProperties : Azure.Containers.ContainerRegistry.ArtifactManifestProperties * System.Threading.CancellationToken -> Azure.Response<Azure.Containers.ContainerRegistry.ArtifactManifestProperties>
Public Overridable Function UpdateManifestProperties (value As ArtifactManifestProperties, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ArtifactManifestProperties)
Parameters
Manifest properties object containing values to update.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
Thrown when value
is null.
Thrown when a failure is returned by the Container Registry service.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET