Share via


IWithStandardCreateBeta.DefineNewEndpoint Methode

Definition

Überlädt

DefineNewEndpoint()

Startet die Definition eines neuen Endpunkts, der an das CDN-Profil angefügt werden soll.

DefineNewEndpoint(String, String)

Startet die Definition eines neuen Endpunkts, der an das CDN-Profil angefügt werden soll.

DefineNewEndpoint()

Startet die Definition eines neuen Endpunkts, der an das CDN-Profil angefügt werden soll.

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)

Gibt zurück

Gilt für:

DefineNewEndpoint(String, String)

Startet die Definition eines neuen Endpunkts, der an das CDN-Profil angefügt werden soll.

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)

Parameter

name
String

Der Name für den Endpunkt.

endpointOriginHostname
String

Ein Hostname des Endpunktursprungs.

Gibt zurück

Gilt für: