ArtifactManifestProperties Class
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.
Manifest attributes details.
public class ArtifactManifestProperties
type ArtifactManifestProperties = class
Public Class ArtifactManifestProperties
- Inheritance
-
ArtifactManifestProperties
Constructors
ArtifactManifestProperties() |
Gets an instance of ArtifactManifestProperties. |
Properties
Architecture |
CPU architecture. |
CanDelete |
Whether or not this tag can be deleted. |
CanList |
Whether or not to include this artifact in the collection returned from GetAllManifestProperties(ArtifactManifestOrder, CancellationToken). |
CanRead |
Whether or not this tag can be read. |
CanWrite |
Whether or not this tag can be written to. |
CreatedOn |
Created time. |
Digest |
Manifest. |
LastUpdatedOn |
Last update time. |
OperatingSystem |
Operating system. |
RegistryLoginServer |
Registry login server name. This is likely to be similar to {registry-name}.azurecr.io. |
RelatedArtifacts |
List of artifacts that are referenced by this manifest list, with information about the platform each supports. This list will be empty if this is a leaf manifest and not a manifest list. |
RepositoryName |
Repository name. |
SizeInBytes |
Image size. |
Tags |
List of tags. |
Applies to
Azure SDK for .NET