IWithStandardCreateBeta.DefineNewEndpoint Method

Definition

Overloads

DefineNewEndpoint()

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

DefineNewEndpoint(String, String)

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

DefineNewEndpoint()

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

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.Blank.StandardEndpoint.IStandardEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithStandardCreate> DefineNewEndpoint ();
abstract member DefineNewEndpoint : unit -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.Blank.StandardEndpoint.IStandardEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithStandardCreate>
Public Function DefineNewEndpoint () As IStandardEndpoint(Of IWithStandardCreate)

Returns

Applies to

DefineNewEndpoint(String, String)

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

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IWithStandardAttach<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithStandardCreate> DefineNewEndpoint (string name, string endpointOriginHostname);
abstract member DefineNewEndpoint : string * string -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IWithStandardAttach<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Definition.IWithStandardCreate>
Public Function DefineNewEndpoint (name As String, endpointOriginHostname As String) As IWithStandardAttach(Of IWithStandardCreate)

Parameters

name
String

The name for the endpoint.

endpointOriginHostname
String

An endpoint origin hostname.

Returns

Applies to