Domain Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about a domain.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Domain : Microsoft.Azure.Management.WebSites.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Domain = class
inherit Resource
Public Class Domain
Inherits Resource
- Inheritance
- Attributes
Constructors
Properties
AuthCode | |
AutoRenew |
Gets or sets <code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>. |
Consent |
Gets or sets legal agreement consent. |
ContactAdmin |
Gets or sets administrative contact. |
ContactBilling |
Gets or sets billing contact. |
ContactRegistrant |
Gets or sets registrant contact. |
ContactTech |
Gets or sets technical contact. |
CreatedTime |
Gets domain creation timestamp. |
DnsType |
Gets or sets current DNS type. Possible values include: 'AzureDns', 'DefaultDomainRegistrarDns' |
DnsZoneId |
Gets or sets azure DNS Zone to use |
DomainNotRenewableReasons |
Gets reasons why domain is not renewable. |
ExpirationTime |
Gets domain expiration timestamp. |
Id |
Gets resource Id. (Inherited from Resource) |
Kind |
Gets or sets kind of resource. (Inherited from Resource) |
LastRenewedTime |
Gets timestamp when the domain was renewed last time. |
Location |
Gets or sets resource Location. (Inherited from Resource) |
ManagedHostNames |
Gets all hostnames derived from the domain and assigned to Azure resources. |
Name |
Gets resource Name. (Inherited from Resource) |
NameServers |
Gets name servers. |
Privacy |
Gets or sets <code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>. |
ProvisioningState |
Gets domain provisioning state. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress', 'Deleting' |
ReadyForDnsRecordManagement |
Gets <code>true</code> if Azure can assign this domain to App Service apps; otherwise, <code>false</code>. This value will be <code>true</code> if domain registration status is active and it is hosted on name servers Azure has programmatic access to. |
RegistrationStatus |
Gets domain registration status. Possible values include: 'Active', 'Awaiting', 'Cancelled', 'Confiscated', 'Disabled', 'Excluded', 'Expired', 'Failed', 'Held', 'Locked', 'Parked', 'Pending', 'Reserved', 'Reverted', 'Suspended', 'Transferred', 'Unknown', 'Unlocked', 'Unparked', 'Updated', 'JsonConverterFailed' |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
TargetDnsType |
Gets or sets target DNS type (would be used for migration). Possible values include: 'AzureDns', 'DefaultDomainRegistrarDns' |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET