Uses of Class
com.azure.resourcemanager.appcontainers.models.CustomDomain
Packages that use CustomDomain
Package
Description
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 CustomDomainModifier and TypeMethodDescriptionstatic CustomDomainCustomDomain.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomDomain from the JsonReader.CustomDomain.withBindingType(BindingType bindingType) Set the bindingType property: Custom Domain binding type.CustomDomain.withCertificateId(String certificateId) Set the certificateId property: Resource Id of the Certificate to be bound to this hostname.Set the name property: Hostname.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type CustomDomainModifier and TypeMethodDescriptionIngress.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 CustomDomainModifier and TypeMethodDescriptionIngress.withCustomDomains(List<CustomDomain> customDomains) Set the customDomains property: custom domain bindings for Container Apps' hostnames.