Uses of Class
com.azure.resourcemanager.appcontainers.models.RegistryInfo
-
Packages that use RegistryInfo Package Description com.azure.resourcemanager.appcontainers.models 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 RegistryInfo Modifier and Type Method Description RegistryInfo
GithubActionConfiguration. registryInfo()
Get the registryInfo property: Registry configurations.RegistryInfo
RegistryInfo. withRegistryPassword(String registryPassword)
Set the registryPassword property: registry secret.RegistryInfo
RegistryInfo. withRegistryUrl(String registryUrl)
Set the registryUrl property: registry server Url.RegistryInfo
RegistryInfo. withRegistryUsername(String registryUsername)
Set the registryUsername property: registry username.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type RegistryInfo Modifier and Type Method Description GithubActionConfiguration
GithubActionConfiguration. withRegistryInfo(RegistryInfo registryInfo)
Set the registryInfo property: Registry configurations.
-