IWithEndpoint.DefineNewEndpoint(String) Method

Definition

Starts the definition of a new endpoint to be attached to the CDN profile.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.Blank.StandardEndpoint.IStandardEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate> DefineNewEndpoint (string name);
abstract member DefineNewEndpoint : string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.Blank.StandardEndpoint.IStandardEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
Public Function DefineNewEndpoint (name As String) As IStandardEndpoint(Of IUpdate)

Parameters

name
String

The name for the endpoint.

Returns

Applies to