Uses of Class
com.azure.resourcemanager.appservice.models.RegistryCredentials
Packages that use RegistryCredentials
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of RegistryCredentials in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RegistryCredentialsModifier and TypeMethodDescriptionstatic RegistryCredentialsRegistryCredentials.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryCredentials from the JsonReader.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.appservice.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.Method parameters in com.azure.resourcemanager.appservice.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.