ArmFrontDoorModelFactory.FrontDoorValidateCustomDomainContent(String) 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.
public static Azure.ResourceManager.FrontDoor.Models.FrontDoorValidateCustomDomainContent FrontDoorValidateCustomDomainContent(string hostName = default);
static member FrontDoorValidateCustomDomainContent : string -> Azure.ResourceManager.FrontDoor.Models.FrontDoorValidateCustomDomainContent
Public Shared Function FrontDoorValidateCustomDomainContent (Optional hostName As String = Nothing) As FrontDoorValidateCustomDomainContent
Parameters
- hostName
- String
The host name of the custom domain. Must be a domain name.
Returns
A new FrontDoorValidateCustomDomainContent instance for mocking.