Class CustomDomainProperties
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.models.CustomDomainProperties
-
public final class CustomDomainProperties extends Object
Custom domain of app resource payload.
-
-
Constructor Summary
Constructors Constructor Description CustomDomainProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappName()Get the appName property: The app name of domain.StringcertName()Get the certName property: The bound certificate name of domain.Stringthumbprint()Get the thumbprint property: The thumbprint of bound certificate.voidvalidate()Validates the instance.CustomDomainPropertieswithCertName(String certName)Set the certName property: The bound certificate name of domain.CustomDomainPropertieswithThumbprint(String thumbprint)Set the thumbprint property: The thumbprint of bound certificate.
-
-
-
Method Detail
-
thumbprint
public String thumbprint()
Get the thumbprint property: The thumbprint of bound certificate.- Returns:
- the thumbprint value.
-
withThumbprint
public CustomDomainProperties withThumbprint(String thumbprint)
Set the thumbprint property: The thumbprint of bound certificate.- Parameters:
thumbprint- the thumbprint value to set.- Returns:
- the CustomDomainProperties object itself.
-
appName
public String appName()
Get the appName property: The app name of domain.- Returns:
- the appName value.
-
certName
public String certName()
Get the certName property: The bound certificate name of domain.- Returns:
- the certName value.
-
withCertName
public CustomDomainProperties withCertName(String certName)
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.
-
-