CustomDomainProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. CustomDomainProperties
- com.
Implements
public final class CustomDomainProperties
implements JsonSerializable<CustomDomainProperties>
Custom domain of app resource payload.
Constructor Summary
Constructor | Description |
---|---|
CustomDomainProperties() |
Creates an instance of Custom |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
appName()
Get the app |
String |
certName()
Get the cert |
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
Custom |
provisioningState()
Get the provisioning |
String |
thumbprint()
Get the thumbprint property: The thumbprint of bound certificate. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Custom |
withCertName(String certName)
Set the cert |
Custom |
withThumbprint(String thumbprint)
Set the thumbprint property: The thumbprint of bound certificate. |
Methods inherited from java.lang.Object
Constructor Details
CustomDomainProperties
public CustomDomainProperties()
Creates an instance of CustomDomainProperties class.
Method Details
appName
public String appName()
Get the appName property: The app name of domain.
Returns:
certName
public String certName()
Get the certName property: The bound certificate name of domain.
Returns:
fromJson
public static CustomDomainProperties fromJson(JsonReader jsonReader)
Reads an instance of CustomDomainProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public CustomDomainResourceProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the Domain.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: The thumbprint of bound certificate.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCertName
public CustomDomainProperties withCertName(String certName)
Set the certName property: The bound certificate name of domain.
Parameters:
Returns:
withThumbprint
public CustomDomainProperties withThumbprint(String thumbprint)
Set the thumbprint property: The thumbprint of bound certificate.
Parameters:
Returns:
Applies to
Azure SDK for Java