Uses of Class
com.azure.containers.containerregistry.models.ArtifactManifestProperties
Packages that use ArtifactManifestProperties
Package
Description
Package containing the classes for ContainerRegistry.
Package containing the data models for AzureContainerRegistry.
-
Uses of ArtifactManifestProperties in com.azure.containers.containerregistry
Methods in com.azure.containers.containerregistry that return ArtifactManifestPropertiesModifier and TypeMethodDescriptionRegistryArtifact.getManifestProperties()Gets thepropertiesassociated with an artifact in givenrepository.RegistryArtifact.updateManifestProperties(ArtifactManifestProperties manifestProperties) Update the writeable propertiesArtifactTagPropertiesof the artifact with the givendigest.Methods in com.azure.containers.containerregistry that return types with arguments of type ArtifactManifestPropertiesModifier and TypeMethodDescriptionRegistryArtifactAsync.getManifestProperties()Gets thepropertiesassociated with an artifact in givenrepository.com.azure.core.http.rest.Response<ArtifactManifestProperties>RegistryArtifact.getManifestPropertiesWithResponse(com.azure.core.util.Context context) Gets thepropertiesassociated with an artifact in givenrepository.Mono<com.azure.core.http.rest.Response<ArtifactManifestProperties>>RegistryArtifactAsync.getManifestPropertiesWithResponse()Gets thepropertiesassociated with an artifact in givenrepository.com.azure.core.http.rest.PagedIterable<ArtifactManifestProperties>ContainerRepository.listManifestProperties()Fetches all the artifacts associated with the givenrepository.com.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()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.RegistryArtifactAsync.updateManifestProperties(ArtifactManifestProperties manifestProperties) Update the propertiesArtifactManifestPropertiesof the artifact with the givendigest.com.azure.core.http.rest.Response<ArtifactManifestProperties>RegistryArtifact.updateManifestPropertiesWithResponse(ArtifactManifestProperties manifestProperties, com.azure.core.util.Context context) Update the propertiesArtifactTagPropertiesof the artifact with the givendigest.Mono<com.azure.core.http.rest.Response<ArtifactManifestProperties>>RegistryArtifactAsync.updateManifestPropertiesWithResponse(ArtifactManifestProperties manifestProperties) Update the propertiesArtifactManifestPropertiesof the artifact with the givendigest.Methods in com.azure.containers.containerregistry with parameters of type ArtifactManifestPropertiesModifier and TypeMethodDescriptionRegistryArtifact.updateManifestProperties(ArtifactManifestProperties manifestProperties) Update the writeable propertiesArtifactTagPropertiesof the artifact with the givendigest.RegistryArtifactAsync.updateManifestProperties(ArtifactManifestProperties manifestProperties) Update the propertiesArtifactManifestPropertiesof the artifact with the givendigest.com.azure.core.http.rest.Response<ArtifactManifestProperties>RegistryArtifact.updateManifestPropertiesWithResponse(ArtifactManifestProperties manifestProperties, com.azure.core.util.Context context) Update the propertiesArtifactTagPropertiesof the artifact with the givendigest.Mono<com.azure.core.http.rest.Response<ArtifactManifestProperties>>RegistryArtifactAsync.updateManifestPropertiesWithResponse(ArtifactManifestProperties manifestProperties) Update the propertiesArtifactManifestPropertiesof the artifact with the givendigest. -
Uses of ArtifactManifestProperties in com.azure.containers.containerregistry.models
Methods in com.azure.containers.containerregistry.models that return ArtifactManifestPropertiesModifier and TypeMethodDescriptionstatic ArtifactManifestPropertiesArtifactManifestProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ArtifactManifestProperties from the JsonReader.ArtifactManifestProperties.setDeleteEnabled(Boolean deleteEnabled) Set the deleteEnabled property: Delete enabled.ArtifactManifestProperties.setListEnabled(Boolean listEnabled) Set the listEnabled property: List enabled.ArtifactManifestProperties.setReadEnabled(Boolean readEnabled) Set the readEnabled property: Read enabled.ArtifactManifestProperties.setWriteEnabled(Boolean writeEnabled) Set the writeEnabled property: Write enabled.