IWithStandardAttach<ParentT>.WithCustomDomain(String) Method

Definition

Adds a new CDN custom domain within an endpoint.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<ParentT> WithCustomDomain (string hostName);
abstract member WithCustomDomain : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<'ParentT>
Public Function WithCustomDomain (hostName As String) As IWithStandardAttach(Of ParentT)

Parameters

hostName
String

A custom domain host name.

Returns

Applies to