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.Disk.Update.IWithHyperVGeneration, Microsoft.Azure.Management.Compute.Fluent.Disk.Update.IWithOSSettings, Microsoft.Azure.Management.Compute.Fluent.Disk.Update.IWithSize, Microsoft.Azure.Management.Compute.Fluent.Disk.Update.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Compute.Fluent.Disk.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Compute.Fluent.IDisk>
type IUpdate = interface
    interface IAppliable<IDisk>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithSize
    interface IWithOSSettings
    interface IWithHyperVGeneration
Public Interface IUpdate
Implements IAppliable(Of IDisk), IUpdateWithTags(Of IUpdate), IWithHyperVGeneration, IWithOSSettings, IWithSize, 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>)
WithHyperVGeneration(HyperVGeneration)

Specifies the hypervisor generation of the Virtual Machine.

(Inherited from IWithHyperVGeneration)
WithOSType(OperatingSystemTypes)

Specifies the operating system.

(Inherited from IWithOSSettings)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithSizeInGB(Int32)

Specifies the disk size.

(Inherited from IWithSize)
WithSku(DiskSkuTypes)

Specifies the SKU.

(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