Compartir a través de


IUpdate Interfaz

Definición

Plantilla para una operación de actualización de servicio Search, que contiene toda la configuración que se puede modificar.

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
Implementaciones

Propiedades

Key

Plantilla para una operación de actualización de servicio Search, que contiene toda la configuración que se puede modificar.

(Heredado de IIndexable)

Métodos

Apply()

Ejecute la solicitud de actualización.

(Heredado de IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Ejecute la solicitud de actualización de forma asincrónica.

(Heredado de IAppliable<T>)
WithoutTag(String)

Quita una etiqueta del recurso.

(Heredado de IUpdateWithTags<T>)
WithPartitionCount(Int32)

Especifica el recuento de particiones del servicio Search.

(Heredado de IWithPartitionCount)
WithReplicaCount(Int32)

Especifica el recuento de réplicas del servicio Search.

(Heredado de IWithReplicaCount)
WithTag(String, String)

Agrega una etiqueta al recurso.

(Heredado de IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Especifica etiquetas para el recurso como {@link Map}.

(Heredado de IUpdateWithTags<T>)

Se aplica a