共用方式為


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

端點原始主機名稱。

傳回

適用於