Uses of Class
com.azure.resourcemanager.appcontainers.models.RegistryCredentials
Packages that use RegistryCredentials
Package
Description
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 RegistryCredentialsModifier and TypeMethodDescriptionstatic RegistryCredentialsRegistryCredentials.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryCredentials from the JsonReader.RegistryCredentials.withIdentity(String identity) Set the identity property: A Managed Identity to use to authenticate with Azure Container Registry.RegistryCredentials.withPasswordSecretRef(String passwordSecretRef) Set the passwordSecretRef property: The name of the Secret that contains the registry login password.RegistryCredentials.withServer(String server) Set the server property: Container Registry Server.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 RegistryCredentialsModifier and TypeMethodDescriptionConfiguration.registries()Get the registries property: Collection of private container registry credentials for containers used by the Container app.JobConfiguration.registries()Get the registries property: Collection of private container registry credentials used by a Container apps job.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type RegistryCredentialsModifier and TypeMethodDescriptionConfiguration.withRegistries(List<RegistryCredentials> registries) Set the registries property: Collection of private container registry credentials for containers used by the Container app.JobConfiguration.withRegistries(List<RegistryCredentials> registries) Set the registries property: Collection of private container registry credentials used by a Container apps job.