IWithStandardCreate.WithNewEndpoint(String) Method

Definition

Adds new endpoint to the CDN profile.

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

Parameters

endpointOriginHostname
String

An endpoint origin hostname.

Returns

Applies to