DomainPatchResource 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.
ARM resource for a domain.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DomainPatchResource : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DomainPatchResource = class
inherit ProxyOnlyResourceInner
Public Class DomainPatchResource
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
DomainPatchResource() |
Initializes a new instance of the DomainPatchResource class. |
DomainPatchResource(Contact, Contact, Contact, Contact, DomainPurchaseConsent, String, String, String, String, Nullable<DomainStatus>, Nullable<ProvisioningState>, IList<String>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, IList<HostName>, IList<DomainNotRenewableReasons1>, Nullable<DnsType>, String, Nullable<DnsType>, String) |
Initializes a new instance of the DomainPatchResource class. |
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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
LastRenewedTime |
Gets timestamp when the domain was renewed last time. |
Location |
Resource location (Inherited from Resource) |
ManagedHostNames |
Gets all hostnames derived from the domain and assigned to Azure resources. |
Name |
Resource name (Inherited from ProxyResource) |
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 |
Resource tags (Inherited from Resource) |
TargetDnsType |
Gets or sets target DNS type (would be used for migration). Possible values include: 'AzureDns', 'DefaultDomainRegistrarDns' |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET