ArmCdnModelFactory.DeepCreatedCustomDomain(String, String, String) Method

Definition

Initializes a new instance of DeepCreatedCustomDomain.

public static Azure.ResourceManager.Cdn.Models.DeepCreatedCustomDomain DeepCreatedCustomDomain (string name = default, string hostName = default, string validationData = default);
static member DeepCreatedCustomDomain : string * string * string -> Azure.ResourceManager.Cdn.Models.DeepCreatedCustomDomain
Public Shared Function DeepCreatedCustomDomain (Optional name As String = Nothing, Optional hostName As String = Nothing, Optional validationData As String = Nothing) As DeepCreatedCustomDomain

Parameters

name
String

Custom domain name.

hostName
String

The host name of the custom domain. Must be a domain name.

validationData
String

Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.

Returns

A new DeepCreatedCustomDomain instance for mocking.

Applies to