Dela via


IUpdate Interface

Definition

The template for an update operation, containing all the settings that can be modified.

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
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithOSType(OperatingSystemTypes)

Specifies the operating system type.

(Inherited from IWithOSSettings)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithSku(DiskSkuTypes)

Specifies the SKU type.

(Inherited from IWithSku)
WithSku(SnapshotSkuType)

Specifies the SKU type.

(Inherited from IWithSku)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)

Applies to