你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithEndpointBeta.DefineNewEndpoint 方法

定义

重载

DefineNewEndpoint()

启动要附加到 CDN 配置文件的新终结点的定义。

DefineNewEndpoint(String, String)

指定要附加到 CDN 配置文件的终结点的定义。

DefineNewEndpoint()

启动要附加到 CDN 配置文件的新终结点的定义。

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)

返回

适用于

DefineNewEndpoint(String, String)

指定要附加到 CDN 配置文件的终结点的定义。

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)

参数

name
String

终结点的名称。

endpointOriginHostname
String

终结点源主机名。

返回

适用于