Class GatewayCustomDomainProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.GatewayCustomDomainProperties
The properties of custom domain for Spring Cloud Gateway.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of GatewayCustomDomainProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the thumbprint property: The thumbprint of bound certificate.voidvalidate()Validates the instance.withThumbprint(String thumbprint) Set the thumbprint property: The thumbprint of bound certificate.
-
Constructor Details
-
GatewayCustomDomainProperties
public GatewayCustomDomainProperties()Creates an instance of GatewayCustomDomainProperties class.
-
-
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 GatewayCustomDomainProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-