다음을 통해 공유


IUpdatePremiumEndpoint 인터페이스

정의

엔드포인트 속성을 지정할 수 있는 CDN 프로필 엔드포인트 업데이트의 단계입니다.

public interface IUpdatePremiumEndpoint : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Update.IUpdate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
type IUpdatePremiumEndpoint = interface
    interface IUpdate
    interface ISettable<IUpdate>
Public Interface IUpdatePremiumEndpoint
Implements ISettable(Of IUpdate), IUpdate
구현

메서드

Parent()

엔드포인트 속성을 지정할 수 있는 CDN 프로필 엔드포인트 업데이트의 단계입니다.

(다음에서 상속됨 ISettable<ParentT>)
WithCustomDomain(String)

엔드포인트 내에 새 CDN 사용자 지정 도메인을 추가합니다.

WithHostHeader(String)

호스트 헤더를 지정합니다.

WithHttpAllowed(Boolean)

HTTP 트래픽이 허용되는지 지정합니다.

WithHttpPort(Int32)

HTTP 트래픽에 대한 포트를 지정합니다.

WithHttpsAllowed(Boolean)

HTTPS 트래픽이 허용되는지 지정합니다.

WithHttpsPort(Int32)

HTTPS 트래픽에 대한 포트를 지정합니다.

WithOriginPath(String)

원본 경로를 지정합니다.

WithoutCustomDomain(String)

엔드포인트 내에서 CDN 사용자 지정 도메인을 제거합니다.

적용 대상