Freigeben über


IWithEndpointBeta.DefineNewEndpoint Methode

Definition

Überlädt

DefineNewEndpoint()

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

DefineNewEndpoint(String, String)

Gibt die Definition eines Endpunkts an, 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.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)

Gibt zurück

Gilt für:

DefineNewEndpoint(String, String)

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

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)

Parameter

name
String

Der Name für den Endpunkt.

endpointOriginHostname
String

Der Hostname des Endpunktursprungs.

Gibt zurück

Gilt für: