DomainResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. communication. fluent. models. DomainResourceInner
- com.
- com.
- com.
public final class DomainResourceInner
extends Resource
A class representing a Domains resource.
Constructor Summary
| Constructor | Description |
|---|---|
| DomainResourceInner() |
Creates an instance of Domain |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataLocation()
Get the data |
|
Domain |
domainManagement()
Get the domain |
|
static
Domain |
fromJson(JsonReader jsonReader)
Reads an instance of Domain |
| String |
fromSenderDomain()
Get the from |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
mailFromSenderDomain()
Get the mail |
| String |
name()
Get the name property: The name of the resource. |
|
Domains |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
User |
userEngagementTracking()
Get the user |
| void |
validate()
Validates the instance. |
|
Domain |
verificationRecords()
Get the verification |
|
Domain |
verificationStates()
Get the verification |
|
Domain |
withDomainManagement(DomainManagement domainManagement)
Set the domain |
|
Domain |
withLocation(String location) |
|
Domain |
withTags(Map<String,String> tags) |
|
Domain |
withUserEngagementTracking(UserEngagementTracking userEngagementTracking)
Set the user |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
DomainResourceInner
public DomainResourceInner()
Creates an instance of DomainResourceInner class.
Method Details
dataLocation
public String dataLocation()
Get the dataLocation property: The location where the Domains resource data is stored at rest.
Returns:
domainManagement
public DomainManagement domainManagement()
Get the domainManagement property: Describes how a Domains resource is being managed.
Returns:
fromJson
public static DomainResourceInner fromJson(JsonReader jsonReader)
Reads an instance of DomainResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
fromSenderDomain
public String fromSenderDomain()
Get the fromSenderDomain property: P2 sender domain that is displayed to the email recipients [RFC 5322].
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DomainResourceInner.id()Returns:
mailFromSenderDomain
public String mailFromSenderDomain()
Get the mailFromSenderDomain property: P1 sender domain that is present on the email envelope [RFC 5321].
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DomainResourceInner.name()Returns:
provisioningState
public DomainsProvisioningState 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:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DomainResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DomainResourceInner.type()Returns:
userEngagementTracking
public UserEngagementTracking userEngagementTracking()
Get the userEngagementTracking property: Describes whether user engagement tracking is enabled or disabled.
Returns:
validate
public void validate()
Validates the instance.
verificationRecords
public DomainPropertiesVerificationRecords verificationRecords()
Get the verificationRecords property: List of DnsRecord.
Returns:
verificationStates
public DomainPropertiesVerificationStates verificationStates()
Get the verificationStates property: List of VerificationStatusRecord.
Returns:
withDomainManagement
public DomainResourceInner withDomainManagement(DomainManagement domainManagement)
Set the domainManagement property: Describes how a Domains resource is being managed.
Parameters:
Returns:
withLocation
public DomainResourceInner withLocation(String location)
Overrides:
DomainResourceInner.withLocation(String location)Parameters:
withTags
public DomainResourceInner withTags(Map<String,String> tags)
Overrides:
DomainResourceInner.withTags(Map<String,String> tags)Parameters:
withUserEngagementTracking
public DomainResourceInner withUserEngagementTracking(UserEngagementTracking userEngagementTracking)
Set the userEngagementTracking property: Describes whether user engagement tracking is enabled or disabled.
Parameters:
Returns: