共用方式為


IUpdate 介面

定義

搜尋服務更新作業的範本,其中包含可修改的所有設定。

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

搜尋服務更新作業的範本,其中包含可修改的所有設定。

(繼承來源 IIndexable)

方法

Apply()

執行更新要求。

(繼承來源 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

以非同步方式執行更新要求。

(繼承來源 IAppliable<T>)
WithoutTag(String)

從資源中移除標記。

(繼承來源 IUpdateWithTags<T>)
WithPartitionCount(Int32)

指定搜尋服務的分割區計數。

(繼承來源 IWithPartitionCount)
WithReplicaCount(Int32)

指定搜尋服務的複本計數。

(繼承來源 IWithReplicaCount)
WithTag(String, String)

將標籤新增至資源。

(繼承來源 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

將資源的標籤指定為 {@link Map}。

(繼承來源 IUpdateWithTags<T>)

適用於