Share via


IWithEndpointBeta.DefineNewEndpoint Method

Definition

Overloads

DefineNewEndpoint()

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

DefineNewEndpoint(String, String)

Specifies definition of an 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.UpdateDefinition.Blank.StandardEndpoint.IStandardEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate> DefineNewEndpoint ();
abstract member DefineNewEndpoint : unit -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.Blank.StandardEndpoint.IStandardEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
Public Function DefineNewEndpoint () As IStandardEndpoint(Of IUpdate)

Returns

Applies to

DefineNewEndpoint(String, String)

Specifies definition of an endpoint to be attached to the CDN profile.

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

Parameters

name
String

The name for the endpoint.

endpointOriginHostname
String

The endpoint origin hostname.

Returns

Applies to