Megosztás a következőn keresztül:


IUpdate Interfész

Definíció

Egy Search szolgáltatás frissítési művelet sablonja, amely tartalmazza az összes módosítható beállítást.

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
Megvalósítás

Tulajdonságok

Key

Egy Search szolgáltatás frissítési művelet sablonja, amely tartalmazza az összes módosítható beállítást.

(Öröklődés forrása IIndexable)

Metódusok

Apply()

Hajtsa végre a frissítési kérést.

(Öröklődés forrása IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Hajtsa végre a frissítési kérést aszinkron módon.

(Öröklődés forrása IAppliable<T>)
WithoutTag(String)

Eltávolít egy címkét az erőforrásból.

(Öröklődés forrása IUpdateWithTags<T>)
WithPartitionCount(Int32)

A Search szolgáltatás partícióinak számát adja meg.

(Öröklődés forrása IWithPartitionCount)
WithReplicaCount(Int32)

A Search szolgáltatás replikáinak számát adja meg.

(Öröklődés forrása IWithReplicaCount)
WithTag(String, String)

Címkét ad hozzá az erőforráshoz.

(Öröklődés forrása IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

{@link Map} néven adja meg az erőforrás címkéit.

(Öröklődés forrása IUpdateWithTags<T>)

A következőre érvényes: