CustomDomain 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CustomDomainTypeConverter))]
public class CustomDomain : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomain, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IHeaderSerializable, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CustomDomainTypeConverter))>]
type CustomDomain = class
interface ICustomDomain
interface IJsonSerializable
interface IResource
interface IValidates
interface IHeaderSerializable
Public Class CustomDomain
Implements ICustomDomain, IHeaderSerializable, IValidates
- Inheritance
-
CustomDomain
- Attributes
- Implements
Constructors
CustomDomain() |
Creates an new CustomDomain instance. |
Properties
CustomHttpsParameter |
Certificate parameters for securing custom HTTPS |
CustomHttpsProvisioningState |
Provisioning status of the custom domain. |
CustomHttpsProvisioningSubstate |
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. |
HostName |
The host name of the custom domain. Must be a domain name. |
Id |
Resource ID. |
Location | |
Name |
Resource name. |
ProvisioningState |
Provisioning status of Custom Https of the custom domain. |
ResourceGroupName |
Gets the resource group name |
ResourceState |
Resource status of the custom domain. |
SystemData |
Read only system data |
SystemDataCreatedAt |
The timestamp of resource creation (UTC) |
SystemDataCreatedBy |
An identifier for the identity that created the resource |
SystemDataCreatedByType |
The type of identity that created the resource |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
An identifier for the identity that last modified the resource |
SystemDataLastModifiedByType |
The type of identity that last modified the resource |
Type |
Resource type. |
ValidationData |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomDomain. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomDomain. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomain. |
FromJsonString(String) |
Creates a new instance of CustomDomain, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomDomain into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |
Explicit Interface Implementations
IHeaderSerializable.ReadHeaders(HttpResponseHeaders) |