다음을 통해 공유


ICdnProfile 인터페이스

정의

Azure CDN 프로필의 변경할 수 없는 클라이언트 쪽 표현입니다.

public interface ICdnProfile : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Cdn.Fluent.ICdnManager,Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Cdn.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Cdn.Fluent.ICdnManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
type ICdnProfile = interface
    interface IGroupableResource<ICdnManager, ProfileInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<ICdnManager>
    interface IHasInner<ProfileInner>
    interface IRefreshable<ICdnProfile>
    interface IUpdatable<IUpdate>
Public Interface ICdnProfile
Implements IGroupableResource(Of ICdnManager, ProfileInner), IHasInner(Of ProfileInner), IHasManager(Of ICdnManager), IRefreshable(Of ICdnProfile), IUpdatable(Of IUpdate)
구현

속성

Endpoints

이름으로 인덱싱된 CDN 관리자 프로필의 엔드포인트를 가져옵니다.

Id

리소스 ID 문자열을 가져옵니다.

(다음에서 상속됨 IHasId)
Inner

Azure CDN 프로필의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IHasInner<T>)
IsPremiumVerizon

이 CDN 프로필의 SKU가 Premium Verizon이면 true를 가져오고, 그렇지 않으면 false를 가져옵니다.

Key

Azure CDN 프로필의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IIndexable)
Manager

이 리소스 유형의 관리자 클라이언트 유형을 가져옵니다.

(다음에서 상속됨 IHasManager<ManagerT>)
Name

리소스의 이름을 가져옵니다.

(다음에서 상속됨 IHasName)
Region

Azure CDN 프로필의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)
RegionName

Azure CDN 프로필의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)
ResourceGroupName

Azure CDN 프로필의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IHasResourceGroup)
ResourceState

CDN 프로필 상태를 가져옵니다.

Sku

CDN 프로필의 SKU를 가져옵니다.

Tags

Azure CDN 프로필의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)
Type

Azure CDN 프로필의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)

메서드

CheckEndpointNameAvailability(String)

CDN 엔드포인트를 만들지 않고 엔드포인트 이름의 가용성을 확인합니다.

CheckEndpointNameAvailabilityAsync(String, CancellationToken)

CDN 엔드포인트를 비동기적으로 만들지 않고 엔드포인트 이름의 가용성을 확인합니다.

GenerateSsoUri()

고급 관리 작업에 사용되는 CDN 추가 포털에 로그인하는 데 사용되는 동적 SSO URI를 생성합니다.

GenerateSsoUriAsync(CancellationToken)

고급 관리 작업에 사용되는 CDN 추가 포털에 로그인하는 데 사용되는 동적 SSO URI를 비동기적으로 생성합니다.

ListResourceUsage()

Azure CDN 프로필의 변경할 수 없는 클라이언트 쪽 표현입니다.

LoadEndpointContent(String, ISet<String>)

CDN 프로필에서 CDN 엔드포인트 콘텐츠를 강제로 미리 로드합니다. Verizon 프로필에만 사용할 수 있습니다.

LoadEndpointContentAsync(String, ISet<String>, CancellationToken)

CDN 프로필에서 CDN 엔드포인트 콘텐츠를 비동기적으로 강제로 미리 로드합니다. Verizon 프로필에만 사용할 수 있습니다.

PurgeEndpointContent(String, ISet<String>)

CDN 프로필에서 CDN 엔드포인트 콘텐츠를 강제로 제거합니다.

PurgeEndpointContentAsync(String, ISet<String>, CancellationToken)

CDN 프로필에서 CDN 엔드포인트 콘텐츠를 비동기적으로 강제로 제거합니다.

Refresh()

Azure와 동기화할 리소스를 새로 고칩니다.

(다음에서 상속됨 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure와 동기화할 리소스를 새로 고칩니다.

(다음에서 상속됨 IRefreshable<T>)
StartEndpoint(String)

중지된 CDN 엔드포인트를 시작합니다.

StartEndpointAsync(String, CancellationToken)

중지된 CDN 엔드포인트를 비동기적으로 시작합니다.

StopEndpoint(String)

실행 중인 CDN 엔드포인트를 중지합니다.

StopEndpointAsync(String, CancellationToken)

실행 중인 CDN 엔드포인트를 비동기적으로 중지합니다.

Update()

Azure CDN 프로필의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IUpdatable<T>)
ValidateEndpointCustomDomain(String, String)

사용자 지정 도메인 매핑의 유효성을 검사하여 현재 프로필의 DNS에서 올바른 CNAME에 매핑되도록 합니다.

ValidateEndpointCustomDomainAsync(String, String, CancellationToken)

사용자 지정 도메인 매핑의 유효성을 검사하여 현재 프로필의 DNS에서 올바른 CNAME에 비동기적으로 매핑되는지 확인합니다.

적용 대상