Condividi tramite


IUpdate Interfaccia

Definizione

Modello per un'operazione di aggiornamento servizio di ricerca contenente tutte le impostazioni che è possibile modificare.

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
Implementazioni

Proprietà

Key

Modello per un'operazione di aggiornamento servizio di ricerca contenente tutte le impostazioni che è possibile modificare.

(Ereditato da IIndexable)

Metodi

Apply()

Eseguire la richiesta di aggiornamento.

(Ereditato da IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Eseguire la richiesta di aggiornamento in modo asincrono.

(Ereditato da IAppliable<T>)
WithoutTag(String)

Rimuove un tag dalla risorsa.

(Ereditato da IUpdateWithTags<T>)
WithPartitionCount(Int32)

Specifica il conteggio delle partizioni del servizio di ricerca.

(Ereditato da IWithPartitionCount)
WithReplicaCount(Int32)

Specifica il numero di repliche del servizio di ricerca.

(Ereditato da IWithReplicaCount)
WithTag(String, String)

Aggiunge un tag alla risorsa.

(Ereditato da IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifica i tag per la risorsa come {@link Map}.

(Ereditato da IUpdateWithTags<T>)

Si applica a