Share via


IUpdate Rozhraní

Definice

Šablona pro Search operaci aktualizace obsahující všechna nastavení, která se dají upravit.

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
Implementuje

Vlastnosti

Key

Šablona pro Search operaci aktualizace obsahující všechna nastavení, která se dají upravit.

(Zděděno od IIndexable)

Metody

Apply()

Spusťte žádost o aktualizaci.

(Zděděno od IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Spusťte žádost o aktualizaci asynchronně.

(Zděděno od IAppliable<T>)
WithoutTag(String)

Odebere značku z prostředku.

(Zděděno od IUpdateWithTags<T>)
WithPartitionCount(Int32)

Určuje počet oddílů Search.

(Zděděno od IWithPartitionCount)
WithReplicaCount(Int32)

Určuje počet replik Search.

(Zděděno od IWithReplicaCount)
WithTag(String, String)

Přidá do prostředku značku.

(Zděděno od IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Určuje značky pro prostředek jako {@link Map}.

(Zděděno od IUpdateWithTags<T>)

Platí pro