IWithEndpointBeta.DefineNewEndpoint 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
端點原始主機名稱。