AppServiceDomainPatch Class

Definition

ARM resource for a domain.

public class AppServiceDomainPatch : Azure.ResourceManager.Models.ResourceData
public class AppServiceDomainPatch : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceDomainPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceDomainPatch>
type AppServiceDomainPatch = class
    inherit ResourceData
type AppServiceDomainPatch = class
    inherit ResourceData
    interface IJsonModel<AppServiceDomainPatch>
    interface IPersistableModel<AppServiceDomainPatch>
Public Class AppServiceDomainPatch
Inherits ResourceData
Public Class AppServiceDomainPatch
Inherits ResourceData
Implements IJsonModel(Of AppServiceDomainPatch), IPersistableModel(Of AppServiceDomainPatch)
Inheritance
AppServiceDomainPatch
Implements

Constructors

AppServiceDomainPatch()

Initializes a new instance of AppServiceDomainPatch.

Properties

AuthCode

Gets or sets the auth code.

Consent

Legal agreement consent.

ContactAdmin

Administrative contact.

ContactBilling

Billing contact.

ContactRegistrant

Registrant contact.

ContactTech

Technical contact.

CreatedOn

Domain creation timestamp.

DnsType

Current DNS type.

DnsZoneId

Azure DNS Zone to use.

DomainNotRenewableReasons

Reasons why domain is not renewable.

ExpireOn

Domain expiration timestamp.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsAutoRenew

<code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>.

IsDomainPrivacyEnabled

<code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>.

IsReadyForDnsRecordManagement

<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.

Kind

Kind of resource.

LastRenewedOn

Timestamp when the domain was renewed last time.

ManagedHostNames

All hostnames derived from the domain and assigned to Azure resources.

Name

The name of the resource.

(Inherited from ResourceData)
NameServers

Name servers.

ProvisioningState

Domain provisioning state.

RegistrationStatus

Domain registration status.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TargetDnsType

Target DNS type (would be used for migration).

Explicit Interface Implementations

IJsonModel<AppServiceDomainPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppServiceDomainPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceDomainPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceDomainPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppServiceDomainPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to