Dela via


IUpdate Gränssnitt

Definition

Mallen för en tjänsten Search uppdateringsåtgärd som innehåller alla inställningar som kan ändras.

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
Implementeringar

Egenskaper

Key

Mallen för en tjänsten Search uppdateringsåtgärd som innehåller alla inställningar som kan ändras.

(Ärvd från IIndexable)

Metoder

Apply()

Kör uppdateringsbegäran.

(Ärvd från IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Kör uppdateringsbegäran asynkront.

(Ärvd från IAppliable<T>)
WithoutTag(String)

Tar bort en tagg från resursen.

(Ärvd från IUpdateWithTags<T>)
WithPartitionCount(Int32)

Anger antalet partitioner för tjänsten Search.

(Ärvd från IWithPartitionCount)
WithReplicaCount(Int32)

Anger antalet repliker för tjänsten Search.

(Ärvd från IWithReplicaCount)
WithTag(String, String)

Lägger till en tagg i resursen.

(Ärvd från IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Anger taggar för resursen som en {@link Map}.

(Ärvd från IUpdateWithTags<T>)

Gäller för