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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DomainPatchResourceTypeConverter))]
public class DomainPatchResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDomainPatchResource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DomainPatchResourceTypeConverter))>]
type DomainPatchResource = class
interface IDomainPatchResource
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class DomainPatchResource
Implements IDomainPatchResource, IValidates
- Inheritance
-
DomainPatchResource
- Attributes
- Implements
Constructors
DomainPatchResource() |
Creates an new DomainPatchResource instance. |
Properties
AuthCode | |
AutoRenew |
|
ConsentAgreedAt |
Timestamp when the agreements were accepted. |
ConsentAgreedBy |
Client IP address. |
ConsentAgreementKey |
List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under |
ContactAdminAddressMailingAddress1 |
First line of an Address. |
ContactAdminAddressMailingAddress2 |
The second line of the Address. Optional. |
ContactAdminAddressMailingCity |
The city for the address. |
ContactAdminAddressMailingCountry |
The country for the address. |
ContactAdminAddressMailingPostalCode |
The postal code for the address. |
ContactAdminAddressMailingState |
The state or province for the address. |
ContactAdminEmail |
Email address. |
ContactAdminFax |
Fax number. |
ContactAdminJobTitle |
Job title. |
ContactAdminNameFirst |
First name. |
ContactAdminNameLast |
Last name. |
ContactAdminNameMiddle |
Middle name. |
ContactAdminOrganization |
Organization contact belongs to. |
ContactAdminPhone |
Phone number. |
ContactBillingAddressMailingAddress1 |
First line of an Address. |
ContactBillingAddressMailingAddress2 |
The second line of the Address. Optional. |
ContactBillingAddressMailingCity |
The city for the address. |
ContactBillingAddressMailingCountry |
The country for the address. |
ContactBillingAddressMailingPostalCode |
The postal code for the address. |
ContactBillingAddressMailingState |
The state or province for the address. |
ContactBillingEmail |
Email address. |
ContactBillingFax |
Fax number. |
ContactBillingJobTitle |
Job title. |
ContactBillingNameFirst |
First name. |
ContactBillingNameLast |
Last name. |
ContactBillingNameMiddle |
Middle name. |
ContactBillingOrganization |
Organization contact belongs to. |
ContactBillingPhone |
Phone number. |
ContactRegistrantAddressMailingAddress1 |
First line of an Address. |
ContactRegistrantAddressMailingAddress2 |
The second line of the Address. Optional. |
ContactRegistrantAddressMailingCity |
The city for the address. |
ContactRegistrantAddressMailingCountry |
The country for the address. |
ContactRegistrantAddressMailingPostalCode |
The postal code for the address. |
ContactRegistrantAddressMailingState |
The state or province for the address. |
ContactRegistrantEmail |
Email address. |
ContactRegistrantFax |
Fax number. |
ContactRegistrantJobTitle |
Job title. |
ContactRegistrantNameFirst |
First name. |
ContactRegistrantNameLast |
Last name. |
ContactRegistrantNameMiddle |
Middle name. |
ContactRegistrantOrganization |
Organization contact belongs to. |
ContactRegistrantPhone |
Phone number. |
ContactTechAddressMailingAddress1 |
First line of an Address. |
ContactTechAddressMailingAddress2 |
The second line of the Address. Optional. |
ContactTechAddressMailingCity |
The city for the address. |
ContactTechAddressMailingCountry |
The country for the address. |
ContactTechAddressMailingPostalCode |
The postal code for the address. |
ContactTechAddressMailingState |
The state or province for the address. |
ContactTechEmail |
Email address. |
ContactTechFax |
Fax number. |
ContactTechJobTitle |
Job title. |
ContactTechNameFirst |
First name. |
ContactTechNameLast |
Last name. |
ContactTechNameMiddle |
Middle name. |
ContactTechOrganization |
Organization contact belongs to. |
ContactTechPhone |
Phone number. |
CreatedTime |
Domain creation timestamp. |
DnsType |
Current DNS type |
DnsZoneId |
Azure DNS Zone to use |
DomainNotRenewableReason |
Reasons why domain is not renewable. |
ExpirationTime |
Domain expiration timestamp. |
Id |
Resource Id. |
Kind |
Kind of resource. |
LastRenewedTime |
Timestamp when the domain was renewed last time. |
ManagedHostName |
All hostnames derived from the domain and assigned to Azure resources. |
Name |
Resource Name. |
NameServer |
Name servers. |
Privacy |
|
ProvisioningState |
Domain provisioning state. |
ReadyForDnsRecordManagement |
|
RegistrationStatus |
Domain registration status. |
TargetDnsType |
Target DNS type (would be used for migration) |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DomainPatchResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DomainPatchResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDomainPatchResource. |
FromJsonString(String) |
Creates a new instance of DomainPatchResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DomainPatchResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |