Uses of Class
com.azure.resourcemanager.appcontainers.models.RegistryInfo
Packages that use RegistryInfo
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of RegistryInfo in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return RegistryInfoModifier and TypeMethodDescriptionstatic RegistryInfoRegistryInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryInfo from the JsonReader.GithubActionConfiguration.registryInfo()Get the registryInfo property: Registry configurations.RegistryInfo.withRegistryPassword(String registryPassword) Set the registryPassword property: registry secret.RegistryInfo.withRegistryUrl(String registryUrl) Set the registryUrl property: registry server Url.RegistryInfo.withRegistryUsername(String registryUsername) Set the registryUsername property: registry username.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type RegistryInfoModifier and TypeMethodDescriptionGithubActionConfiguration.withRegistryInfo(RegistryInfo registryInfo) Set the registryInfo property: Registry configurations.