IUpdateStandardEndpoint.WithCustomDomain(String) Method

Definition

Adds a new CDN custom domain within an endpoint.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateStandardEndpoint.IUpdateStandardEndpoint WithCustomDomain (string hostName);
abstract member WithCustomDomain : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateStandardEndpoint.IUpdateStandardEndpoint
Public Function WithCustomDomain (hostName As String) As IUpdateStandardEndpoint

Parameters

hostName
String

Custom domain host name.

Returns

Applies to