CustomDomainParameters 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.
The customDomain JSON object required for custom domain creation or update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CustomDomainParametersTypeConverter))]
public class CustomDomainParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomainParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CustomDomainParametersTypeConverter))>]
type CustomDomainParameters = class
interface ICustomDomainParameters
interface IJsonSerializable
Public Class CustomDomainParameters
Implements ICustomDomainParameters
- Inheritance
-
CustomDomainParameters
- Attributes
- Implements
Constructors
CustomDomainParameters() |
Creates an new CustomDomainParameters instance. |
Properties
HostName |
The host name of the custom domain. Must be a domain name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomDomainParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomDomainParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICustomDomainParameters. |
FromJsonString(String) |
Creates a new instance of CustomDomainParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomDomainParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |