IUpdate 인터페이스

정의

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

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Search.Fluent.SearchService.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Search.Fluent.ISearchService>, Microsoft.Azure.Management.Search.Fluent.SearchService.Update.IWithPartitionCount, Microsoft.Azure.Management.Search.Fluent.SearchService.Update.IWithReplicaCount
type IUpdate = interface
    interface IAppliable<ISearchService>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithReplicaCount
    interface IWithPartitionCount
Public Interface IUpdate
Implements IAppliable(Of ISearchService), IUpdateWithTags(Of IUpdate), IWithPartitionCount, IWithReplicaCount
구현

속성

Key

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

(다음에서 상속됨 IIndexable)

메서드

Apply()

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

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

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

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

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

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

Search Service 파티션 수를 지정합니다.

(다음에서 상속됨 IWithPartitionCount)
WithReplicaCount(Int32)

Search Service 복제본 수를 지정합니다.

(다음에서 상속됨 IWithReplicaCount)
WithTag(String, String)

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

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

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

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

적용 대상