Dela via


IWithEndpointBeta.DefineNewEndpoint Metod

Definition

Överlagringar

DefineNewEndpoint()

Startar definitionen av en ny slutpunkt som ska kopplas till CDN-profilen.

DefineNewEndpoint(String, String)

Anger definitionen av en slutpunkt som ska kopplas till CDN-profilen.

DefineNewEndpoint()

Startar definitionen av en ny slutpunkt som ska kopplas till CDN-profilen.

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)

Returer

Gäller för

DefineNewEndpoint(String, String)

Anger definitionen av en slutpunkt som ska kopplas till CDN-profilen.

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)

Parametrar

name
String

Namnet på slutpunkten.

endpointOriginHostname
String

Värdnamnet för slutpunktens ursprung.

Returer

Gäller för