Skip navigation links
A B C D E F G H I J L M N O P R S U V W 

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Adds a policy to the set of existing policies.
AIX - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value aix for ArtifactOperatingSystem.
AMD64 - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value amd64 for ArtifactArchitecture.
ANDROID - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value android for ArtifactOperatingSystem.
ARM - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value arm for ArtifactArchitecture.
ARM64 - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value arm64 for ArtifactArchitecture.
ArtifactArchitecture - Class in com.azure.containers.containerregistry.models
Defines values for ArtifactArchitecture.
ArtifactArchitecture() - Constructor for class com.azure.containers.containerregistry.models.ArtifactArchitecture
 
ArtifactManifestOrderBy - Class in com.azure.containers.containerregistry.models
Defines values for ArtifactManifestOrderBy.
ArtifactManifestOrderBy() - Constructor for class com.azure.containers.containerregistry.models.ArtifactManifestOrderBy
 
ArtifactManifestPlatform - Class in com.azure.containers.containerregistry.models
Manifest attributes details.
ArtifactManifestPlatform() - Constructor for class com.azure.containers.containerregistry.models.ArtifactManifestPlatform
 
ArtifactManifestProperties - Class in com.azure.containers.containerregistry.models
Manifest attributes details.
ArtifactManifestProperties() - Constructor for class com.azure.containers.containerregistry.models.ArtifactManifestProperties
 
ArtifactOperatingSystem - Class in com.azure.containers.containerregistry.models
Defines values for ArtifactOperatingSystem.
ArtifactOperatingSystem() - Constructor for class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
 
ArtifactTagOrderBy - Class in com.azure.containers.containerregistry.models
Defines values for ArtifactTagOrderBy.
ArtifactTagOrderBy() - Constructor for class com.azure.containers.containerregistry.models.ArtifactTagOrderBy
 
ArtifactTagProperties - Class in com.azure.containers.containerregistry.models
Tag attributes.
ArtifactTagProperties() - Constructor for class com.azure.containers.containerregistry.models.ArtifactTagProperties
 
authenticationScope(String) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Sets the authentication scope to be used for getting AAD credentials.

B

buildAsyncClient() - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Creates a ContainerRegistryAsyncClient based on options set in the Builder.
buildClient() - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Creates a ContainerRegistryClient based on options set in the Builder.

C

clientOptions(ClientOptions) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Sets the ClientOptions which enables various options to be set on the client.
com.azure.containers.containerregistry - package com.azure.containers.containerregistry
Package containing the classes for ContainerRegistry.
com.azure.containers.containerregistry.models - package com.azure.containers.containerregistry.models
Package containing classes for ContainerRegistry.
configuration(Configuration) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Sets the configuration store that is used during construction of the service client.
ContainerRegistryAsyncClient - Class in com.azure.containers.containerregistry
This class provides a client that exposes operations to managing container images and artifacts.
ContainerRegistryClient - Class in com.azure.containers.containerregistry
This class provides a client that exposes operations to managing container images and artifacts.
ContainerRegistryClientBuilder - Class in com.azure.containers.containerregistry
This class provides a fluent builder API to help aid the configuration and instantiation of ContainerRegistryClients and ContainerRegistryAsyncClients, call buildClient and buildAsyncClient respectively to construct an instance of the desired client.
ContainerRegistryClientBuilder() - Constructor for class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
 
ContainerRegistryServiceVersion - Enum in com.azure.containers.containerregistry
The versions of Azure Container Registry supported by this client library.
ContainerRepository - Class in com.azure.containers.containerregistry
This class provides a helper type that contains all the operations for repositories in Azure Container Registry.
ContainerRepositoryAsync - Class in com.azure.containers.containerregistry
This class provides helper methods for operations on a given repository in Azure Container Registry.
ContainerRepositoryProperties - Class in com.azure.containers.containerregistry.models
Repository attributes.
ContainerRepositoryProperties() - Constructor for class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
 
credential(TokenCredential) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Sets the TokenCredential used to authenticate REST API calls.

D

DARWIN - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value darwin for ArtifactOperatingSystem.
delete() - Method in class com.azure.containers.containerregistry.ContainerRepository
Delete the repository in the Azure Container Registry for the given repository.
delete() - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Delete the repository in the Azure Container Registry for the given repository.
delete() - Method in class com.azure.containers.containerregistry.RegistryArtifact
Deletes the registry artifact with the digest and repository associated with the instance.
delete() - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Deletes the registry artifact with the matching digest in the given respository.
deleteRepository(String) - Method in class com.azure.containers.containerregistry.ContainerRegistryAsyncClient
Delete the repository identified by repositoryName.
deleteRepository(String) - Method in class com.azure.containers.containerregistry.ContainerRegistryClient
Delete the repository identified by repositoryName.
deleteRepositoryWithResponse(String) - Method in class com.azure.containers.containerregistry.ContainerRegistryAsyncClient
Delete the repository identified by 'repositoryName'.
deleteRepositoryWithResponse(String, Context) - Method in class com.azure.containers.containerregistry.ContainerRegistryClient
Delete the repository identified by repositoryName.
deleteTag(String) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Deletes the tag with the matching tag name for the given repository.
deleteTag(String) - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Deletes the tag with the matching tag name for the given repository.
deleteTagWithResponse(String, Context) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Deletes the tag with the matching tag name for the given repository.
deleteTagWithResponse(String) - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Deletes the tag with the matching tag name for the given repository.
deleteWithResponse(Context) - Method in class com.azure.containers.containerregistry.ContainerRepository
Delete the repository in the Azure Container Registry for the given repository.
deleteWithResponse() - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Delete the repository in the Azure Container Registry for the given repository.
deleteWithResponse(Context) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Deletes the registry artifact with the digest and repository associated with the instance.
deleteWithResponse() - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Deletes the registry artifact with the matching digest in the given respository.
DRAGONFLY - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value dragonfly for ArtifactOperatingSystem.

E

endpoint(String) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Sets the service endpoint for the Azure Container Registry instance.

F

FREE_BSD - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value freebsd for ArtifactOperatingSystem.
fromString(String) - Static method in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Creates or finds a ArtifactArchitecture from its string representation.
fromString(String) - Static method in class com.azure.containers.containerregistry.models.ArtifactManifestOrderBy
Creates or finds a ArtifactManifestOrderBy from its string representation.
fromString(String) - Static method in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Creates or finds a ArtifactOperatingSystem from its string representation.
fromString(String) - Static method in class com.azure.containers.containerregistry.models.ArtifactTagOrderBy
Creates or finds a ArtifactTagOrderBy from its string representation.

G

getArchitecture() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestPlatform
Get the architecture property: CPU architecture.
getArchitecture() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the architecture property: CPU architecture.
getArtifact(String, String) - Method in class com.azure.containers.containerregistry.ContainerRegistryAsyncClient
Creates a new instance of RegistryArtifactAsync object for the specified artifact.
getArtifact(String, String) - Method in class com.azure.containers.containerregistry.ContainerRegistryClient
Creates a new instance of RegistryArtifact object for the specified artifact.
getArtifact(String) - Method in class com.azure.containers.containerregistry.ContainerRepository
Creates a new instance of RegistryArtifact object for the specified artifact.
getArtifact(String) - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Creates a new instance of RegistryArtifactAsync object for the specified artifact.
getCreatedOn() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the createdOn property: Created time.
getCreatedOn() - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Get the createdOn property: Tag created time.
getCreatedOn() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the createdOn property: Image created time.
getDigest() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestPlatform
Get the digest property: Manifest digest.
getDigest() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the digest property: Manifest.
getDigest() - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Get the digest property: Tag digest.
getEndpoint() - Method in class com.azure.containers.containerregistry.ContainerRegistryAsyncClient
This method returns the complete registry endpoint.
getEndpoint() - Method in class com.azure.containers.containerregistry.ContainerRegistryClient
This method returns the complete registry endpoint.
getFullyQualifiedReference() - Method in class com.azure.containers.containerregistry.RegistryArtifact
Gets the fully qualified reference for the current instance.
getFullyQualifiedReference() - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Gets the fully qualified reference for the current instance.
getLastUpdatedOn() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the lastUpdatedOn property: Last update time.
getLastUpdatedOn() - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Get the lastUpdatedOn property: Tag last update time.
getLastUpdatedOn() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the lastUpdatedOn property: Image last update time.
getLatest() - Static method in enum com.azure.containers.containerregistry.ContainerRegistryServiceVersion
Gets the latest service version supported by this client library
getManifestCount() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the manifestCount property: Number of the manifests.
getManifestProperties() - Method in class com.azure.containers.containerregistry.RegistryArtifact
Gets the properties associated with an artifact in given repository.
getManifestProperties() - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Gets the properties associated with an artifact in given repository.
getManifestPropertiesWithResponse(Context) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Gets the properties associated with an artifact in given repository.
getManifestPropertiesWithResponse() - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Gets the properties associated with an artifact in given repository.
getName() - Method in class com.azure.containers.containerregistry.ContainerRepository
Gets the Azure Container Registry service endpoint for the current instance.
getName() - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Gets the Azure Container Registry service endpoint for the current instance.
getName() - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Get the name property: Tag name.
getName() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the name property: Image name.
getOperatingSystem() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestPlatform
Get the operatingSystem property: Operating system.
getOperatingSystem() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the operatingSystem property: Operating system.
getProperties() - Method in class com.azure.containers.containerregistry.ContainerRepository
Gets the properties associated with the given repository.
getProperties() - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Gets the properties associated with the given repository.
getPropertiesWithResponse(Context) - Method in class com.azure.containers.containerregistry.ContainerRepository
Gets the properties associated with the given repository.
getPropertiesWithResponse() - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Gets the properties associated with the given repository.
getRegistryEndpoint() - Method in class com.azure.containers.containerregistry.ContainerRepository
Gets the Azure Container Registry name for the current instance.
getRegistryEndpoint() - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Gets the Azure Container Registry name for the current instance.
getRegistryEndpoint() - Method in class com.azure.containers.containerregistry.RegistryArtifact
Gets the Azure Container Registry service endpoint for the current instance.
getRegistryEndpoint() - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Gets the Azure Container Registry service endpoint for the current instance.
getRegistryLoginServer() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the registryLoginServer property: Registry login server name.
getRegistryLoginServer() - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Get the registryLoginServer property: Registry login server name.
getRegistryLoginServer() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the registryLoginServer property: Registry login server name.
getRelatedArtifacts() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
List of artifacts that are referenced by this manifest list, with information about the platform each of them supports.
getRepository(String) - Method in class com.azure.containers.containerregistry.ContainerRegistryAsyncClient
Creates a new instance of ContainerRepositoryAsync object for the specified repository.
getRepository(String) - Method in class com.azure.containers.containerregistry.ContainerRegistryClient
Creates a new instance of ContainerRepository object for the specified repository.
getRepositoryName() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the repositoryName property: Repository name.
getRepositoryName() - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Get the repositoryName property: Image name.
getRepositoryName() - Method in class com.azure.containers.containerregistry.RegistryArtifact
Gets the repository name for the current instance.
getRepositoryName() - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Gets the repository name for the current instance.
getSizeInBytes() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the sizeInBytes property: Image size in bytes.
getTagCount() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the tagCount property: Number of the tags.
getTagProperties(String) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Gets the tag properties associated with a given tag in the repository.
getTagProperties(String) - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Gets the tag properties associated with a given tag in the repository.
getTagPropertiesWithResponse(String, Context) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Gets the tag properties associated with a given tag in the repository.
getTagPropertiesWithResponse(String) - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Gets the tag properties associated with a given tag in the repository.
getTags() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the tags property: List of tags.
getVersion() - Method in enum com.azure.containers.containerregistry.ContainerRegistryServiceVersion

H

httpClient(HttpClient) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Sets the HTTP client to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Sets the logging configuration for HTTP requests and responses.

I

I386 - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value 386 for ArtifactArchitecture.
ILLUMOS - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value illumos for ArtifactOperatingSystem.
IOS - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value ios for ArtifactOperatingSystem.
isDeleteEnabled() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the deleteEnabled property: Delete enabled.
isDeleteEnabled() - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Get the deleteEnabled property: Delete enabled.
isDeleteEnabled() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the deleteEnabled property: Delete enabled.
isListEnabled() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the listEnabled property: List enabled.
isListEnabled() - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Get the listEnabled property: List enabled.
isListEnabled() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the listEnabled property: List enabled.
isReadEnabled() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the readEnabled property: Read enabled.
isReadEnabled() - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Get the readEnabled property: Read enabled.
isReadEnabled() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the readEnabled property: Read enabled.
isTeleportEnabled() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the teleportEnabled property: Enables Teleport functionality on new images in the repository improving Container startup performance.
isWriteEnabled() - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Get the writeEnabled property: Write enabled.
isWriteEnabled() - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Get the writeEnabled property: Write enabled.
isWriteEnabled() - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Get the writeEnabled property: Write enabled.

J

JS - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value js for ArtifactOperatingSystem.

L

LAST_UPDATED_ON_ASCENDING - Static variable in class com.azure.containers.containerregistry.models.ArtifactManifestOrderBy
Static value timeasc for ArtifactManifestOrderBy.
LAST_UPDATED_ON_ASCENDING - Static variable in class com.azure.containers.containerregistry.models.ArtifactTagOrderBy
Static value timeasc for ArtifactTagOrderBy.
LAST_UPDATED_ON_DESCENDING - Static variable in class com.azure.containers.containerregistry.models.ArtifactManifestOrderBy
Static value timedesc for ArtifactManifestOrderBy.
LAST_UPDATED_ON_DESCENDING - Static variable in class com.azure.containers.containerregistry.models.ArtifactTagOrderBy
Static value timedesc for ArtifactTagOrderBy.
LINUX - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value linux for ArtifactOperatingSystem.
listManifestProperties() - Method in class com.azure.containers.containerregistry.ContainerRepository
Fetches all the artifacts associated with the given repository.
listManifestProperties(ArtifactManifestOrderBy) - Method in class com.azure.containers.containerregistry.ContainerRepository
Fetches all the artifacts associated with the given repository .
listManifestProperties(ArtifactManifestOrderBy, Context) - Method in class com.azure.containers.containerregistry.ContainerRepository
Fetches all the artifacts associated with the given repository .
listManifestProperties() - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Fetches all the artifacts associated with the given repository.
listManifestProperties(ArtifactManifestOrderBy) - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Fetches all the artifacts associated with the given repository.
listRepositoryNames() - Method in class com.azure.containers.containerregistry.ContainerRegistryAsyncClient
List all the repository names in this registry.
listRepositoryNames() - Method in class com.azure.containers.containerregistry.ContainerRegistryClient
List all the repository names in this registry.
listRepositoryNames(Context) - Method in class com.azure.containers.containerregistry.ContainerRegistryClient
List all the repository names in this registry.
listTagProperties() - Method in class com.azure.containers.containerregistry.RegistryArtifact
Fetches all the tags associated with the given repository.
listTagProperties(ArtifactTagOrderBy) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Fetches all the tags associated with the given repository.
listTagProperties(ArtifactTagOrderBy, Context) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Fetches all the tags associated with the given repository.
listTagProperties() - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Fetches all the tags associated with the given repository.
listTagProperties(ArtifactTagOrderBy) - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Fetches all the tags associated with the given repository.

M

MIPS - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value mips for ArtifactArchitecture.
MIPS64 - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value mips64 for ArtifactArchitecture.
MIPS64LE - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value mips64le for ArtifactArchitecture.
MIPS_LE - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value mipsle for ArtifactArchitecture.

N

NET_BSD - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value netbsd for ArtifactOperatingSystem.
NONE - Static variable in class com.azure.containers.containerregistry.models.ArtifactManifestOrderBy
Static value none for ArtifactManifestOrderBy.
NONE - Static variable in class com.azure.containers.containerregistry.models.ArtifactTagOrderBy
Static value none for ArtifactTagOrderBy.

O

OPEN_BSD - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value openbsd for ArtifactOperatingSystem.

P

pipeline(HttpPipeline) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Sets the HTTP pipeline to use for the service client.
PLAN9 - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value plan9 for ArtifactOperatingSystem.
PPC64 - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value ppc64 for ArtifactArchitecture.
PPC64LE - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value ppc64le for ArtifactArchitecture.

R

RegistryArtifact - Class in com.azure.containers.containerregistry
This class provides a helper type that contains all the operations for artifacts in a given repository.
RegistryArtifactAsync - Class in com.azure.containers.containerregistry
This class provides a helper type that contains all the operations for artifacts in a given repository.
retryPolicy(RetryPolicy) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Sets the HttpPipelinePolicy that is used to retry requests.
RISC_V64 - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value riscv64 for ArtifactArchitecture.

S

S390X - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value s390x for ArtifactArchitecture.
serviceVersion(ContainerRegistryServiceVersion) - Method in class com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Sets the ContainerRegistryServiceVersion that is used when making API requests.
setDeleteEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Set the deleteEnabled property: Delete enabled.
setDeleteEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Set the deleteEnabled property: Delete enabled.
setDeleteEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Set the deleteEnabled property: Delete enabled.
setListEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Set the listEnabled property: List enabled.
setListEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Set the listEnabled property: List enabled.
setListEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Set the listEnabled property: List enabled.
setReadEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Set the readEnabled property: Read enabled.
setReadEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Set the readEnabled property: Read enabled.
setReadEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Set the readEnabled property: Read enabled.
setTeleportEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Set the teleportEnabled property: Enables Teleport functionality on new images in the repository improving Container startup performance.
setWriteEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ArtifactManifestProperties
Set the writeEnabled property: Write enabled.
setWriteEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ArtifactTagProperties
Set the writeEnabled property: Write enabled.
setWriteEnabled(Boolean) - Method in class com.azure.containers.containerregistry.models.ContainerRepositoryProperties
Set the writeEnabled property: Write enabled.
SOLARIS - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value solaris for ArtifactOperatingSystem.

U

updateManifestProperties(ArtifactManifestProperties) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Update the writeable properties ArtifactTagProperties of the artifact with the given digest.
updateManifestProperties(ArtifactManifestProperties) - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Update the properties ArtifactManifestProperties of the artifact with the given digest.
updateManifestPropertiesWithResponse(ArtifactManifestProperties, Context) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Update the properties ArtifactTagProperties of the artifact with the given digest.
updateManifestPropertiesWithResponse(ArtifactManifestProperties) - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Update the properties ArtifactManifestProperties of the artifact with the given digest.
updateProperties(ContainerRepositoryProperties) - Method in class com.azure.containers.containerregistry.ContainerRepository
Update the repository properties ContainerRepositoryProperties of the given repository.
updateProperties(ContainerRepositoryProperties) - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Update the repository properties ContainerRepositoryProperties of the given repository.
updatePropertiesWithResponse(ContainerRepositoryProperties, Context) - Method in class com.azure.containers.containerregistry.ContainerRepository
Update the settable properties ContainerRepositoryProperties of the given repository.
updatePropertiesWithResponse(ContainerRepositoryProperties) - Method in class com.azure.containers.containerregistry.ContainerRepositoryAsync
Update the repository properties ContainerRepositoryProperties of the given repository.
updateTagProperties(String, ArtifactTagProperties) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Update the properties ArtifactTagProperties of the given tag.
updateTagProperties(String, ArtifactTagProperties) - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Update the properties ArtifactTagProperties of the tag with the given name tag.
updateTagPropertiesWithResponse(String, ArtifactTagProperties, Context) - Method in class com.azure.containers.containerregistry.RegistryArtifact
Update the properties ArtifactTagProperties of the given tag in repository.
updateTagPropertiesWithResponse(String, ArtifactTagProperties) - Method in class com.azure.containers.containerregistry.RegistryArtifactAsync
Update the properties ArtifactTagProperties of the tag with the given name tag..

V

valueOf(String) - Static method in enum com.azure.containers.containerregistry.ContainerRegistryServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.containers.containerregistry.ContainerRegistryServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.containers.containerregistry.models.ArtifactArchitecture
 
values() - Static method in class com.azure.containers.containerregistry.models.ArtifactManifestOrderBy
 
values() - Static method in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
 
values() - Static method in class com.azure.containers.containerregistry.models.ArtifactTagOrderBy
 

W

WASM - Static variable in class com.azure.containers.containerregistry.models.ArtifactArchitecture
Static value wasm for ArtifactArchitecture.
WINDOWS - Static variable in class com.azure.containers.containerregistry.models.ArtifactOperatingSystem
Static value windows for ArtifactOperatingSystem.
A B C D E F G H I J L M N O P R S U V W 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.