Uses of Class
com.azure.resourcemanager.appplatform.models.CustomDomainProperties
Packages that use CustomDomainProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of CustomDomainProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return CustomDomainPropertiesModifier and TypeMethodDescriptionCustomDomainResourceInner.properties()Get the properties property: Properties of the custom domain resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type CustomDomainPropertiesModifier and TypeMethodDescriptionCustomDomainResourceInner.withProperties(CustomDomainProperties properties) Set the properties property: Properties of the custom domain resource. -
Uses of CustomDomainProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return CustomDomainPropertiesModifier and TypeMethodDescriptionstatic CustomDomainPropertiesCustomDomainProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomDomainProperties from the JsonReader.SpringAppDomain.properties()Gets the properties of the spring app custom domain.CustomDomainProperties.withCertName(String certName) Set the certName property: The bound certificate name of domain.CustomDomainProperties.withThumbprint(String thumbprint) Set the thumbprint property: The thumbprint of bound certificate.