CustomDomain Constructors
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.
Overloads
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. |
CustomDomain()
Initializes a new instance of the CustomDomain class.
public CustomDomain ();
Public Sub New ()
Applies to
CustomDomain(String, String, String, String, SystemData, String, String, String, String, String)
Initializes a new instance of the CustomDomain class.
public CustomDomain (string hostName, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Cdn.Models.SystemData systemData = default, string resourceState = default, string customHttpsProvisioningState = default, string customHttpsProvisioningSubstate = default, string validationData = default, string provisioningState = default);
new Microsoft.Azure.Management.Cdn.Models.CustomDomain : string * string * string * string * Microsoft.Azure.Management.Cdn.Models.SystemData * string * string * string * string * string -> Microsoft.Azure.Management.Cdn.Models.CustomDomain
Public Sub New (hostName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional resourceState As String = Nothing, Optional customHttpsProvisioningState As String = Nothing, Optional customHttpsProvisioningSubstate As String = Nothing, Optional validationData As String = Nothing, Optional provisioningState As String = Nothing)
Parameters
- hostName
- String
The host name of the custom domain. Must be a domain name.
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- systemData
- SystemData
- resourceState
- String
Resource status of the custom domain. Possible values include: 'Creating', 'Active', 'Deleting'
- customHttpsProvisioningState
- String
Provisioning status of Custom Https of the custom domain. Possible values include: 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Failed'
- customHttpsProvisioningSubstate
- String
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'
- validationData
- String
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.
- provisioningState
- String
Provisioning status of the custom domain.
Applies to
Azure SDK for .NET