CustomDomainInner 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.
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 CustomDomainInner : Microsoft.Azure.Management.Cdn.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomDomainInner = class
inherit ProxyResourceInner
Public Class CustomDomainInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
CustomDomainInner() |
Initializes a new instance of the CustomDomainInner class. |
CustomDomainInner(String, String, String, String, CustomDomainResourceState, CustomHttpsProvisioningState, CustomHttpsProvisioningSubstate, String, String) |
Initializes a new instance of the CustomDomainInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
ProvisioningState |
Gets provisioning status of the custom domain. |
ResourceState |
Gets resource status of the custom domain. Possible values include: 'Creating', 'Active', 'Deleting' |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
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
Azure SDK for .NET