IUpdate Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Le modèle d’une opération de mise à jour service Search, contenant tous les paramètres pouvant être modifiés.
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
- Implémente
Propriétés
Key |
Le modèle d’une opération de mise à jour service Search, contenant tous les paramètres pouvant être modifiés. (Hérité de IIndexable) |
Méthodes
Apply() |
Exécutez la demande de mise à jour. (Hérité de IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Exécutez la demande de mise à jour de manière asynchrone. (Hérité de IAppliable<T>) |
WithoutTag(String) |
Supprime une balise de la ressource. (Hérité de IUpdateWithTags<T>) |
WithPartitionCount(Int32) |
Spécifie le nombre de partitions du service Search. (Hérité de IWithPartitionCount) |
WithReplicaCount(Int32) |
Spécifie le nombre de réplicas du service Search. (Hérité de IWithReplicaCount) |
WithTag(String, String) |
Ajoute une balise à la ressource. (Hérité de IUpdateWithTags<T>) |
WithTags(IDictionary<String,String>) |
Spécifie des balises pour la ressource en tant que {@link Map}. (Hérité de IUpdateWithTags<T>) |
S’applique à
Azure SDK for .NET