CustomDomainInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. signalr. 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 |
|
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| 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:
fromJson
public static CustomDomainInner fromJson(JsonReader jsonReader)
Reads an instance of CustomDomainInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
CustomDomainInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
CustomDomainInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CustomDomainInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
CustomDomainInner.type()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: