Uses of Class
com.azure.containers.containerregistry.models.ArtifactTagProperties
Packages that use ArtifactTagProperties
Package
Description
Package containing the classes for ContainerRegistry.
Package containing the data models for AzureContainerRegistry.
-
Uses of ArtifactTagProperties in com.azure.containers.containerregistry
Methods in com.azure.containers.containerregistry that return ArtifactTagPropertiesModifier and TypeMethodDescriptionRegistryArtifact.getTagProperties(String tag) Gets the tag properties associated with a given tag in therepository.RegistryArtifact.updateTagProperties(String tag, ArtifactTagProperties tagProperties) Update the propertiesArtifactTagPropertiesof the giventag.Methods in com.azure.containers.containerregistry that return types with arguments of type ArtifactTagPropertiesModifier and TypeMethodDescriptionRegistryArtifactAsync.getTagProperties(String tag) Gets the tag properties associated with a given tag in therepository.com.azure.core.http.rest.Response<ArtifactTagProperties>RegistryArtifact.getTagPropertiesWithResponse(String tag, com.azure.core.util.Context context) Gets the tag properties associated with a given tag in therepository.Mono<com.azure.core.http.rest.Response<ArtifactTagProperties>>RegistryArtifactAsync.getTagPropertiesWithResponse(String tag) Gets the tag properties associated with a given tag in therepository.com.azure.core.http.rest.PagedIterable<ArtifactTagProperties>RegistryArtifact.listTagProperties()Fetches all the tags associated with the givenrepository.com.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()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.RegistryArtifactAsync.updateTagProperties(String tag, ArtifactTagProperties tagProperties) Update the propertiesArtifactTagPropertiesof the tag with the given nametag.com.azure.core.http.rest.Response<ArtifactTagProperties>RegistryArtifact.updateTagPropertiesWithResponse(String tag, ArtifactTagProperties tagProperties, com.azure.core.util.Context context) Update the propertiesArtifactTagPropertiesof the given tag inrepository.Mono<com.azure.core.http.rest.Response<ArtifactTagProperties>>RegistryArtifactAsync.updateTagPropertiesWithResponse(String tag, ArtifactTagProperties tagProperties) Update the propertiesArtifactTagPropertiesof the tag with the given nametag..Methods in com.azure.containers.containerregistry with parameters of type ArtifactTagPropertiesModifier and TypeMethodDescriptionRegistryArtifact.updateTagProperties(String tag, ArtifactTagProperties tagProperties) Update the propertiesArtifactTagPropertiesof the giventag.RegistryArtifactAsync.updateTagProperties(String tag, ArtifactTagProperties tagProperties) Update the propertiesArtifactTagPropertiesof the tag with the given nametag.com.azure.core.http.rest.Response<ArtifactTagProperties>RegistryArtifact.updateTagPropertiesWithResponse(String tag, ArtifactTagProperties tagProperties, com.azure.core.util.Context context) Update the propertiesArtifactTagPropertiesof the given tag inrepository.Mono<com.azure.core.http.rest.Response<ArtifactTagProperties>>RegistryArtifactAsync.updateTagPropertiesWithResponse(String tag, ArtifactTagProperties tagProperties) Update the propertiesArtifactTagPropertiesof the tag with the given nametag.. -
Uses of ArtifactTagProperties in com.azure.containers.containerregistry.models
Methods in com.azure.containers.containerregistry.models that return ArtifactTagPropertiesModifier and TypeMethodDescriptionstatic ArtifactTagPropertiesArtifactTagProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ArtifactTagProperties from the JsonReader.ArtifactTagProperties.setDeleteEnabled(Boolean deleteEnabled) Set the deleteEnabled property: Delete enabled.ArtifactTagProperties.setListEnabled(Boolean listEnabled) Set the listEnabled property: List enabled.ArtifactTagProperties.setReadEnabled(Boolean readEnabled) Set the readEnabled property: Read enabled.ArtifactTagProperties.setWriteEnabled(Boolean writeEnabled) Set the writeEnabled property: Write enabled.