CustomDomainInner Class

public final class CustomDomainInner
extends ProxyResource

A custom domain.

Constructor Summary

Constructor Description
CustomDomainInner()

Creates an instance of CustomDomainInner class.

Method Summary

Modifier and Type Method and Description
ResourceReference customCertificate()

Get the customCertificate property: Reference to a resource.

String domainName()

Get the domainName property: The custom domain name.

ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the resource.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

void validate()

Validates the instance.

CustomDomainInner withCustomCertificate(ResourceReference customCertificate)

Set the customCertificate property: Reference to a resource.

CustomDomainInner withDomainName(String domainName)

Set the domainName property: The custom domain name.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

CustomDomainInner

public CustomDomainInner()

Creates an instance of CustomDomainInner class.

Method Details

customCertificate

public ResourceReference customCertificate()

Get the customCertificate property: Reference to a resource.

Returns:

the customCertificate value.

domainName

public String domainName()

Get the domainName property: The custom domain name.

Returns:

the domainName value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the resource.

Returns:

the provisioningState value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withCustomCertificate

public CustomDomainInner withCustomCertificate(ResourceReference customCertificate)

Set the customCertificate property: Reference to a resource.

Parameters:

customCertificate - the customCertificate value to set.

Returns:

the CustomDomainInner object itself.

withDomainName

public CustomDomainInner withDomainName(String domainName)

Set the domainName property: The custom domain name.

Parameters:

domainName - the domainName value to set.

Returns:

the CustomDomainInner object itself.

Applies to