IWithEndpointBeta.DefineNewPremiumEndpoint Method

Definition

Overloads

DefineNewPremiumEndpoint()

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

DefineNewPremiumEndpoint(String, String)

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

DefineNewPremiumEndpoint()

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

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.Blank.PremiumEndpoint.IPremiumEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate> DefineNewPremiumEndpoint ();
abstract member DefineNewPremiumEndpoint : unit -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.Blank.PremiumEndpoint.IPremiumEndpoint<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
Public Function DefineNewPremiumEndpoint () As IPremiumEndpoint(Of IUpdate)

Returns

Applies to

DefineNewPremiumEndpoint(String, String)

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

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

Parameters

name
String

A name for the endpoint.

endpointOriginHostname
String

The endpoint origin hostname.

Returns

Applies to