IWithEndpoint.WithNewEndpoint(String) Method

Definition

Adds a new endpoint.

public Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate WithNewEndpoint (string endpointOriginHostname);
abstract member WithNewEndpoint : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate
Public Function WithNewEndpoint (endpointOriginHostname As String) As IUpdate

Parameters

endpointOriginHostname
String

An endpoint origin hostname.

Returns

Applies to