Uses of Class
com.azure.containers.containerregistry.models.ArtifactTagOrder
Packages that use ArtifactTagOrder
Package
Description
Package containing the classes for ContainerRegistry.
Package containing the data models for AzureContainerRegistry.
-
Uses of ArtifactTagOrder in com.azure.containers.containerregistry
Methods in com.azure.containers.containerregistry with parameters of type ArtifactTagOrderModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ArtifactTagProperties>RegistryArtifact.listTagProperties(ArtifactTagOrder order) Fetches all the tags associated with the givenrepository.com.azure.core.http.rest.PagedIterable<ArtifactTagProperties>RegistryArtifact.listTagProperties(ArtifactTagOrder order, com.azure.core.util.Context context) Fetches all the tags associated with the givenrepository.com.azure.core.http.rest.PagedFlux<ArtifactTagProperties>RegistryArtifactAsync.listTagProperties(ArtifactTagOrder order) Fetches all the tags associated with the givenrepository. -
Uses of ArtifactTagOrder in com.azure.containers.containerregistry.models
Fields in com.azure.containers.containerregistry.models declared as ArtifactTagOrderModifier and TypeFieldDescriptionstatic final ArtifactTagOrderArtifactTagOrder.LAST_UPDATED_ON_ASCENDINGOrder tags by LastUpdatedOn field, from least recently updated to most recently updated.static final ArtifactTagOrderArtifactTagOrder.LAST_UPDATED_ON_DESCENDINGOrder tags by LastUpdatedOn field, from most recently updated to least recently updated.static final ArtifactTagOrderArtifactTagOrder.NONEDo not provide an orderby value in the request.Methods in com.azure.containers.containerregistry.models that return ArtifactTagOrderModifier and TypeMethodDescriptionstatic ArtifactTagOrderArtifactTagOrder.fromString(String name) Creates or finds a ArtifactTagOrder from its string representation.Methods in com.azure.containers.containerregistry.models that return types with arguments of type ArtifactTagOrderModifier and TypeMethodDescriptionstatic Collection<ArtifactTagOrder>ArtifactTagOrder.values()Gets known ArtifactTagOrder values.