CustomDomainInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. webpubsub. fluent. models. CustomDomainInner
- com.
- com.
public final class CustomDomainInner
extends ProxyResource
A custom domain.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomDomainInner() |
Creates an instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Resource |
customCertificate()
Get the custom |
| String |
domainName()
Get the domain |
|
Provisioning |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Custom |
withCustomCertificate(ResourceReference customCertificate)
Set the custom |
|
Custom |
withDomainName(String domainName)
Set the domain |
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:
domainName
public String domainName()
Get the domainName property: The custom domain name.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
validate
public void validate()
Validates the instance.
withCustomCertificate
public CustomDomainInner withCustomCertificate(ResourceReference customCertificate)
Set the customCertificate property: Reference to a resource.
Parameters:
Returns:
withDomainName
public CustomDomainInner withDomainName(String domainName)
Set the domainName property: The custom domain name.
Parameters:
Returns: