다음을 통해 공유


IUpdate 인터페이스

정의

수정할 수 있는 모든 설정을 포함하는 업데이트 작업의 템플릿입니다.

public interface IUpdate : Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IWithEndpoint, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>
type IUpdate = interface
    interface IAppliable<ICdnProfile>
    interface IIndexable
    interface IWithEndpoint
    interface IWithEndpointBeta
    interface IBeta
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of ICdnProfile), IBeta, IUpdateWithTags(Of IUpdate), IWithEndpoint
구현

속성

Key

수정할 수 있는 모든 설정을 포함하는 업데이트 작업의 템플릿입니다.

(다음에서 상속됨 IIndexable)

메서드

Apply()

업데이트 요청을 실행합니다.

(다음에서 상속됨 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

업데이트 요청을 비동기적으로 실행합니다.

(다음에서 상속됨 IAppliable<T>)
DefineNewEndpoint()

CDN 프로필에 연결할 새 엔드포인트의 정의를 시작합니다.

(다음에서 상속됨 IWithEndpointBeta)
DefineNewEndpoint(String)

CDN 프로필에 연결할 새 엔드포인트의 정의를 시작합니다.

(다음에서 상속됨 IWithEndpoint)
DefineNewEndpoint(String, String)

CDN 프로필에 연결할 엔드포인트의 정의를 지정합니다.

(다음에서 상속됨 IWithEndpointBeta)
DefineNewPremiumEndpoint()

이 Premium Verizon CDN 프로필에 연결할 새 엔드포인트의 정의를 시작합니다.

(다음에서 상속됨 IWithEndpointBeta)
DefineNewPremiumEndpoint(String)

이 Premium Verizon CDN 프로필에 연결할 새 엔드포인트의 정의를 시작합니다.

(다음에서 상속됨 IWithEndpoint)
DefineNewPremiumEndpoint(String, String)

이 Premium Verizon CDN 프로필에 연결할 새 엔드포인트의 정의를 시작합니다.

(다음에서 상속됨 IWithEndpointBeta)
UpdateEndpoint(String)

현재 프로필에서 기존 엔드포인트 업데이트에 대한 설명을 시작합니다.

(다음에서 상속됨 IWithEndpoint)
UpdatePremiumEndpoint(String)

현재 Premium Verizon 프로필에서 기존 엔드포인트 업데이트에 대한 설명을 시작합니다.

(다음에서 상속됨 IWithEndpoint)
WithNewEndpoint(String)

새 엔드포인트를 추가합니다.

(다음에서 상속됨 IWithEndpoint)
WithNewPremiumEndpoint(String)

현재 Premium Verizon CDN 프로필에 새 엔드포인트를 추가합니다.

(다음에서 상속됨 IWithEndpoint)
WithoutEndpoint(String)

프로필에서 엔드포인트를 제거합니다.

(다음에서 상속됨 IWithEndpoint)
WithoutTag(String)

리소스에서 태그를 제거합니다.

(다음에서 상속됨 IUpdateWithTags<T>)
WithTag(String, String)

리소스에 태그를 추가합니다.

(다음에서 상속됨 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

리소스의 태그를 {@link Map}으로 지정합니다.

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

적용 대상