AfdDomainUpdateParameters 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 domain JSON object required for domain creation or update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdDomainUpdateParametersTypeConverter))]
public class AfdDomainUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdDomainUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdDomainUpdateParametersTypeConverter))>]
type AfdDomainUpdateParameters = class
interface IAfdDomainUpdateParameters
interface IJsonSerializable
Public Class AfdDomainUpdateParameters
Implements IAfdDomainUpdateParameters
- Inheritance
-
AfdDomainUpdateParameters
- Attributes
- Implements
Constructors
AfdDomainUpdateParameters() |
Creates an new AfdDomainUpdateParameters instance. |
Properties
AzureDnsZoneId |
Resource ID. |
ProfileName |
The name of the profile which holds the domain. |
PropertiesPreValidatedCustomDomainResourceIdId |
Resource ID. |
TlsSetting |
The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AfdDomainUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AfdDomainUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdDomainUpdateParameters. |
FromJsonString(String) |
Creates a new instance of AfdDomainUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AfdDomainUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |