Uses of Class
com.azure.resourcemanager.appcontainers.models.SessionRegistryCredentials
Packages that use SessionRegistryCredentials
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SessionRegistryCredentials in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SessionRegistryCredentialsModifier and TypeMethodDescriptionstatic SessionRegistryCredentials
SessionRegistryCredentials.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SessionRegistryCredentials from the JsonReader.CustomContainerTemplate.registryCredentials()
Get the registryCredentials property: Private container registry credentials for containers used by the sessions of the session pool.SessionRegistryCredentials.withIdentity
(String identity) Set the identity property: A Managed Identity to use to authenticate with Azure Container Registry.SessionRegistryCredentials.withPasswordSecretRef
(String passwordSecretRef) Set the passwordSecretRef property: The name of the secret that contains the registry login password.SessionRegistryCredentials.withServer
(String server) Set the server property: Container registry server.SessionRegistryCredentials.withUsername
(String username) Set the username property: Container registry username.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type SessionRegistryCredentialsModifier and TypeMethodDescriptionCustomContainerTemplate.withRegistryCredentials
(SessionRegistryCredentials registryCredentials) Set the registryCredentials property: Private container registry credentials for containers used by the sessions of the session pool.