Uses of Class
com.azure.resourcemanager.appservice.models.RegistryCredentials
-
Packages that use RegistryCredentials Package Description com.azure.resourcemanager.appservice.models 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 RegistryCredentials Modifier and Type Method Description RegistryCredentialsRegistryCredentials. withPasswordSecretRef(String passwordSecretRef)Set the passwordSecretRef property: The name of the Secret that contains the registry login password.RegistryCredentialsRegistryCredentials. withServer(String server)Set the server property: Container Registry Server.RegistryCredentialsRegistryCredentials. withUsername(String username)Set the username property: Container Registry Username.Methods in com.azure.resourcemanager.appservice.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.appservice.models with type arguments of type RegistryCredentials Modifier and Type Method Description ConfigurationConfiguration. withRegistries(List<RegistryCredentials> registries)Set the registries property: Collection of private container registry credentials for containers used by the Container app.
-