Uses of Class
com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Packages that use ContainerRepositoryProperties
Package
Description
Package containing the classes for ContainerRegistry.
Package containing the data models for AzureContainerRegistry.
-
Uses of ContainerRepositoryProperties in com.azure.containers.containerregistry
Methods in com.azure.containers.containerregistry that return ContainerRepositoryPropertiesModifier and TypeMethodDescriptionContainerRepository.getProperties()Gets thepropertiesassociated with the givenrepository.ContainerRepository.updateProperties(ContainerRepositoryProperties repositoryProperties) Update the repository propertiesContainerRepositoryPropertiesof the givenrepository.Methods in com.azure.containers.containerregistry that return types with arguments of type ContainerRepositoryPropertiesModifier and TypeMethodDescriptionContainerRepositoryAsync.getProperties()Gets thepropertiesassociated with the givenrepository.com.azure.core.http.rest.Response<ContainerRepositoryProperties>ContainerRepository.getPropertiesWithResponse(com.azure.core.util.Context context) Gets thepropertiesassociated with the givenrepository.Mono<com.azure.core.http.rest.Response<ContainerRepositoryProperties>>ContainerRepositoryAsync.getPropertiesWithResponse()Gets thepropertiesassociated with the givenrepository.ContainerRepositoryAsync.updateProperties(ContainerRepositoryProperties repositoryProperties) Update the repository propertiesContainerRepositoryPropertiesof the givenrepository.com.azure.core.http.rest.Response<ContainerRepositoryProperties>ContainerRepository.updatePropertiesWithResponse(ContainerRepositoryProperties repositoryProperties, com.azure.core.util.Context context) Update the settable propertiesContainerRepositoryPropertiesof the givenrepository.Mono<com.azure.core.http.rest.Response<ContainerRepositoryProperties>>ContainerRepositoryAsync.updatePropertiesWithResponse(ContainerRepositoryProperties repositoryProperties) Update the repository propertiesContainerRepositoryPropertiesof the givenrepository.Methods in com.azure.containers.containerregistry with parameters of type ContainerRepositoryPropertiesModifier and TypeMethodDescriptionContainerRepository.updateProperties(ContainerRepositoryProperties repositoryProperties) Update the repository propertiesContainerRepositoryPropertiesof the givenrepository.ContainerRepositoryAsync.updateProperties(ContainerRepositoryProperties repositoryProperties) Update the repository propertiesContainerRepositoryPropertiesof the givenrepository.com.azure.core.http.rest.Response<ContainerRepositoryProperties>ContainerRepository.updatePropertiesWithResponse(ContainerRepositoryProperties repositoryProperties, com.azure.core.util.Context context) Update the settable propertiesContainerRepositoryPropertiesof the givenrepository.Mono<com.azure.core.http.rest.Response<ContainerRepositoryProperties>>ContainerRepositoryAsync.updatePropertiesWithResponse(ContainerRepositoryProperties repositoryProperties) Update the repository propertiesContainerRepositoryPropertiesof the givenrepository. -
Uses of ContainerRepositoryProperties in com.azure.containers.containerregistry.models
Methods in com.azure.containers.containerregistry.models that return ContainerRepositoryPropertiesModifier and TypeMethodDescriptionContainerRepositoryProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerRepositoryProperties from the JsonReader.ContainerRepositoryProperties.setDeleteEnabled(Boolean deleteEnabled) Set the deleteEnabled property: Delete enabled.ContainerRepositoryProperties.setListEnabled(Boolean listEnabled) Set the listEnabled property: List enabled.ContainerRepositoryProperties.setReadEnabled(Boolean readEnabled) Set the readEnabled property: Read enabled.ContainerRepositoryProperties.setWriteEnabled(Boolean writeEnabled) Set the writeEnabled property: Write enabled.