Uses of Class
com.azure.resourcemanager.appcontainers.models.RegistryCredentials
-
Packages that use RegistryCredentials Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of RegistryCredentials in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return RegistryCredentials Modifier and Type Method Description RegistryCredentials
RegistryCredentials. withIdentity(String identity)
Set the identity property: A Managed Identity to use to authenticate with Azure Container Registry.RegistryCredentials
RegistryCredentials. withPasswordSecretRef(String passwordSecretRef)
Set the passwordSecretRef property: The name of the Secret that contains the registry login password.RegistryCredentials
RegistryCredentials. withServer(String server)
Set the server property: Container Registry Server.RegistryCredentials
RegistryCredentials. withUsername(String username)
Set the username property: Container Registry Username.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type RegistryCredentials Modifier and Type Method Description List<RegistryCredentials>
Configuration. registries()
Get the registries property: Collection of private container registry credentials for containers used by the Container app.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type RegistryCredentials Modifier and Type Method Description Configuration
Configuration. withRegistries(List<RegistryCredentials> registries)
Set the registries property: Collection of private container registry credentials for containers used by the Container app.
-