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

엔드포인트 원본 호스트 이름입니다.

반환

적용 대상