다음을 통해 공유


IWithStandardAttach<ParentT> 인터페이스

정의

CDN 프로필 표준 Akamai 또는 Standard Verizon 엔드포인트 정의의 마지막 단계입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 CDN 프로필 엔드포인트 정의를 부모 CDN 프로필 정의에 연결할 수 있습니다.

public interface IWithStandardAttach<ParentT> : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IAttachableStandard<ParentT>
type IWithStandardAttach<'ParentT> = interface
    interface IAttachableStandard<'ParentT>
Public Interface IWithStandardAttach(Of ParentT)
Implements IAttachableStandard(Of ParentT)

형식 매개 변수

ParentT

이 정의를 연결한 후 반환할 부모 CDN 프로필 정의의 단계입니다.

구현

메서드

Attach()

정의된 엔드포인트를 부모 CDN 프로필에 연결합니다.

(다음에서 상속됨 IAttachableStandard<ParentT>)
WithCompressionEnabled(Boolean)

압축 상태를 설정합니다.

WithContentTypesToCompress(ISet<String>)

압축할 콘텐츠 형식을 지정합니다.

WithContentTypeToCompress(String)

압축할 단일 콘텐츠 형식을 지정합니다.

WithCustomDomain(String)

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

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

지역 필터 목록에 단일 항목을 추가합니다.

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

지정된 국가 목록에 대한 지역 필터 목록을 설정합니다.

WithGeoFilters(IList<GeoFilter>)

사용할 지역 필터를 지정합니다.

WithHostHeader(String)

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

WithHttpAllowed(Boolean)

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

WithHttpPort(Int32)

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

WithHttpsAllowed(Boolean)

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

WithHttpsPort(Int32)

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

WithOriginPath(String)

원본 경로를 지정합니다.

WithQueryStringCachingBehavior(QueryStringCachingBehavior)

쿼리 문자열 캐싱 동작을 선택합니다.

적용 대상