ArtifactTagProperties 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.
Tag attributes.
public class ArtifactTagProperties
type ArtifactTagProperties = class
Public Class ArtifactTagProperties
- Inheritance
-
ArtifactTagProperties
Constructors
ArtifactTagProperties() |
Gets and instance of ArtifactTagProperties. |
Properties
CanDelete |
Whether or not this tag can be deleted. |
CanList |
Whether or not to include this tag in the collection returned from GetAllTagProperties(ArtifactTagOrder, CancellationToken). |
CanRead |
Whether or not this tag can be read. |
CanWrite |
Whether or not this tag can be written to. |
CreatedOn |
Tag created time. |
Digest |
Tag digest. |
LastUpdatedOn |
Tag last update time. |
Name |
Tag name. |
RegistryLoginServer |
Registry login server name. This is likely to be similar to {registry-name}.azurecr.io. |
RepositoryName |
Image name. |
Applies to
Azure SDK for .NET