IUpdate Schnittstelle

Definition

Die Vorlage für einen Aktualisierungsvorgang, die alle Einstellungen enthält, die geändert werden können.

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
Implementiert

Eigenschaften

Key

Die Vorlage für einen Aktualisierungsvorgang, die alle Einstellungen enthält, die geändert werden können.

(Geerbt von IIndexable)

Methoden

Apply()

Führen Sie die Updateanforderung aus.

(Geerbt von IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Führen Sie die Updateanforderung asynchron aus.

(Geerbt von IAppliable<T>)
WithOSType(OperatingSystemTypes)

Gibt den Betriebssystemtyp an.

(Geerbt von IWithOSSettings)
WithoutTag(String)

Entfernt ein Tag aus der Ressource.

(Geerbt von IUpdateWithTags<T>)
WithSku(DiskSkuTypes)

Gibt den SKU-Typ an.

(Geerbt von IWithSku)
WithSku(SnapshotSkuType)

Gibt den SKU-Typ an.

(Geerbt von IWithSku)
WithTag(String, String)

Fügt der Ressource ein Tag hinzu.

(Geerbt von IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Gibt Tags für die Ressource als {@link Map} an.

(Geerbt von IUpdateWithTags<T>)

Gilt für: