Uses of Class
com.azure.resourcemanager.appcontainers.models.CustomDomain
-
Packages that use CustomDomain Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of CustomDomain in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CustomDomain Modifier and Type Method Description CustomDomain
CustomDomain. withBindingType(BindingType bindingType)
Set the bindingType property: Custom Domain binding type.CustomDomain
CustomDomain. withCertificateId(String certificateId)
Set the certificateId property: Resource Id of the Certificate to be bound to this hostname.CustomDomain
CustomDomain. withName(String name)
Set the name property: Hostname.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type CustomDomain Modifier and Type Method Description List<CustomDomain>
Ingress. customDomains()
Get the customDomains property: custom domain bindings for Container Apps' hostnames.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type CustomDomain Modifier and Type Method Description Ingress
Ingress. withCustomDomains(List<CustomDomain> customDomains)
Set the customDomains property: custom domain bindings for Container Apps' hostnames.
-