Partager via


IUpdate Interface

Définition

Modèle pour une opération de mise à jour, contenant tous les paramètres qui peuvent être modifiés.

public interface IUpdate : Microsoft.Azure.Management.Compute.Fluent.Snapshot.Update.IWithOSSettings, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Update.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Compute.Fluent.Snapshot.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Compute.Fluent.ISnapshot>
type IUpdate = interface
    interface IAppliable<ISnapshot>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithOSSettings
Public Interface IUpdate
Implements IAppliable(Of ISnapshot), IUpdateWithTags(Of IUpdate), IWithOSSettings, IWithSku
Implémente

Propriétés

Key

Modèle pour une opération de mise à jour, contenant tous les paramètres qui peuvent ê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 façon asynchrone.

(Hérité de IAppliable<T>)
WithOSType(OperatingSystemTypes)

Spécifie le type de système d’exploitation.

(Hérité de IWithOSSettings)
WithoutTag(String)

Supprime une étiquette de la ressource.

(Hérité de IUpdateWithTags<T>)
WithSku(DiskSkuTypes)

Spécifie le type de référence SKU.

(Hérité de IWithSku)
WithSku(SnapshotSkuType)

Spécifie le type de référence SKU.

(Hérité de IWithSku)
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 à