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.
- 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.
- dnsZoneId
- ResourceIdentifier
Resource reference to the Azure DNS zone.
- preValidatedCustomDomainResourceId
- ResourceIdentifier
Resource reference to the Azure resource where custom domain ownership was prevalidated.
Returns
A new FrontDoorCustomDomainPatch instance for mocking.
Applies to
Azure SDK for .NET