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