ArmCdnModelFactory.FrontDoorCustomDomainPatch Method
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.
Initializes a new instance of FrontDoorCustomDomainPatch.
public static Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainPatch FrontDoorCustomDomainPatch(string profileName = default, Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainHttpsContent tlsSettings = default, Azure.Core.ResourceIdentifier dnsZoneId = default, Azure.Core.ResourceIdentifier preValidatedCustomDomainResourceId = default);
static member FrontDoorCustomDomainPatch : string * Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainHttpsContent * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainPatch
Public Shared Function FrontDoorCustomDomainPatch (Optional profileName As String = Nothing, Optional tlsSettings As FrontDoorCustomDomainHttpsContent = Nothing, Optional dnsZoneId As ResourceIdentifier = Nothing, Optional preValidatedCustomDomainResourceId As ResourceIdentifier = Nothing) As FrontDoorCustomDomainPatch
Parameters
- profileName
- String
The name of the profile which holds the domain. Serialized Name: AFDDomainUpdateParameters.properties.profileName
- tlsSettings
- FrontDoorCustomDomainHttpsContent
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. Serialized Name: AFDDomainUpdateParameters.properties.tlsSettings
- dnsZoneId
- ResourceIdentifier
Resource reference to the Azure DNS zone Serialized Name: AFDDomainUpdateParameters.properties.azureDnsZone
- preValidatedCustomDomainResourceId
- ResourceIdentifier
Resource reference to the Azure resource where custom domain ownership was prevalidated Serialized Name: AFDDomainUpdateParameters.properties.preValidatedCustomDomainResourceId
Returns
A new FrontDoorCustomDomainPatch instance for mocking.