DomainResource interface
代表 Domains 資源的類別。
- Extends
屬性
data |
網域資源數據儲存在待用的位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
domain |
描述如何管理網域資源。 |
from |
顯示給電子郵件收件者 [RFC 5322] 的 P2 發件者網域。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
mail |
電子郵件信封上存在的 P1 發件者網域 [RFC 5321]。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
provisioning |
資源布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
user |
描述是否啟用或停用用戶參與追蹤。 |
verification |
DnsRecord 附注清單:此屬性將不會串行化。 它只能由伺服器填入。 |
verification |
VerificationStatusRecord 附注清單:此屬性將不會串行化。 它只能由伺服器填入。 |
繼承的屬性
id | 資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
location | 資源所在的地理位置 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
tags | 資源標籤。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
dataLocation
網域資源數據儲存在待用的位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。
dataLocation?: string
屬性值
string
domainManagement
描述如何管理網域資源。
domainManagement?: string
屬性值
string
fromSenderDomain
顯示給電子郵件收件者 [RFC 5322] 的 P2 發件者網域。 注意:這個屬性不會串行化。 它只能由伺服器填入。
fromSenderDomain?: string
屬性值
string
mailFromSenderDomain
電子郵件信封上存在的 P1 發件者網域 [RFC 5321]。 注意:這個屬性不會串行化。 它只能由伺服器填入。
mailFromSenderDomain?: string
屬性值
string
provisioningState
資源布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
userEngagementTracking
描述是否啟用或停用用戶參與追蹤。
userEngagementTracking?: string
屬性值
string
verificationRecords
DnsRecord 附注清單:此屬性將不會串行化。 它只能由伺服器填入。
verificationRecords?: DomainPropertiesVerificationRecords
屬性值
verificationStates
VerificationStatusRecord 附注清單:此屬性將不會串行化。 它只能由伺服器填入。
verificationStates?: DomainPropertiesVerificationStates
屬性值
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
location
name
資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
繼承自
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。
systemData?: SystemData
屬性值
tags
資源標籤。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string