CustomDomain Class

Definition

Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com.

[Microsoft.Rest.Serialization.JsonTransformation]
public class CustomDomain : Microsoft.Azure.Management.Cdn.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomDomain = class
    inherit ProxyResource
Public Class CustomDomain
Inherits ProxyResource
Inheritance
Attributes

Constructors

CustomDomain()

Initializes a new instance of the CustomDomain class.

CustomDomain(String, String, String, String, SystemData, String, String, String, String, String)

Initializes a new instance of the CustomDomain class.

Properties

CustomHttpsProvisioningState

Gets provisioning status of Custom Https of the custom domain. Possible values include: 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Failed'

CustomHttpsProvisioningSubstate

Gets provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. Possible values include: 'SubmittingDomainControlValidationRequest', 'PendingDomainControlValidationREquestApproval', 'DomainControlValidationRequestApproved', 'DomainControlValidationRequestRejected', 'DomainControlValidationRequestTimedOut', 'IssuingCertificate', 'DeployingCertificate', 'CertificateDeployed', 'DeletingCertificate', 'CertificateDeleted'

HostName

Gets or sets the host name of the custom domain. Must be a domain name.

Id

Gets resource ID.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
ProvisioningState

Gets provisioning status of the custom domain.

ResourceState

Gets resource status of the custom domain. Possible values include: 'Creating', 'Active', 'Deleting'

SystemData (Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)
ValidationData

Gets or sets special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.

Methods

Validate()

Validate the object.

Applies to