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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AFDDomainUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AFDDomainUpdateParameters = class
Public Class AFDDomainUpdateParameters
- Inheritance
-
AFDDomainUpdateParameters
- Attributes
Constructors
AFDDomainUpdateParameters() |
Initializes a new instance of the AFDDomainUpdateParameters class. |
AFDDomainUpdateParameters(AFDDomainHttpsParameters, ResourceReference) |
Initializes a new instance of the AFDDomainUpdateParameters class. |
Properties
AzureDnsZone |
Gets or sets resource reference to the Azure DNS zone |
TlsSettings |
Gets or sets 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
Validate() |
Validate the object. |