public class CustomDomainInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
CustomDomainInner() |
| Modifier and Type | Method and Description |
|---|---|
CustomHttpsProvisioningState |
customHttpsProvisioningState()
Get the customHttpsProvisioningState property: Provisioning status of Custom Https of the custom domain.
|
CustomHttpsProvisioningSubstate |
customHttpsProvisioningSubstate()
Get the customHttpsProvisioningSubstate property: Provisioning substate shows the progress of custom HTTPS
enabling/disabling process step by step.
|
String |
hostname()
Get the hostname property: The host name of the custom domain.
|
String |
provisioningState()
Get the provisioningState property: Provisioning status of the custom domain.
|
CustomDomainResourceState |
resourceState()
Get the resourceState property: Resource status of the custom domain.
|
void |
validate()
Validates the instance.
|
String |
validationData()
Get the validationData property: Special validation or data may be required when delivering CDN to some regions
due to local compliance reasons.
|
CustomDomainInner |
withHostname(String hostname)
Set the hostname property: The host name of the custom domain.
|
CustomDomainInner |
withValidationData(String validationData)
Set the validationData property: Special validation or data may be required when delivering CDN to some regions
due to local compliance reasons.
|
public String hostname()
public CustomDomainInner withHostname(String hostname)
hostname - the hostname value to set.public CustomDomainResourceState resourceState()
public CustomHttpsProvisioningState customHttpsProvisioningState()
public CustomHttpsProvisioningSubstate customHttpsProvisioningSubstate()
public String validationData()
public CustomDomainInner withValidationData(String validationData)
validationData - the validationData value to set.public String provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.