Class CustomDomainProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.CustomDomainProperties
Custom domain of app resource payload.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappName()Get the appName property: The app name of domain.certName()Get the certName property: The bound certificate name of domain.Get the thumbprint property: The thumbprint of bound certificate.voidvalidate()Validates the instance.withCertName(String certName) Set the certName property: The bound certificate name of domain.withThumbprint(String thumbprint) Set the thumbprint property: The thumbprint of bound certificate.
-
Constructor Details
-
CustomDomainProperties
public CustomDomainProperties()
-
-
Method Details
-
thumbprint
Get the thumbprint property: The thumbprint of bound certificate.- Returns:
- the thumbprint value.
-
withThumbprint
Set the thumbprint property: The thumbprint of bound certificate.- Parameters:
thumbprint- the thumbprint value to set.- Returns:
- the CustomDomainProperties object itself.
-
appName
Get the appName property: The app name of domain.- Returns:
- the appName value.
-
certName
Get the certName property: The bound certificate name of domain.- Returns:
- the certName value.
-
withCertName
Set the certName property: The bound certificate name of domain.- Parameters:
certName- the certName value to set.- Returns:
- the CustomDomainProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-