IUpdate Interface

Definition

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

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetVM>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IVirtualMachineScaleSetVM>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of IVirtualMachineScaleSetVM), IBeta
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>)
WithExistingDataDisk(IDisk, Int32, CachingTypes)

Attaches an existing data disk to this VMSS virtual machine.

WithExistingDataDisk(IDisk, Int32, CachingTypes, StorageAccountTypes)

Attaches an existing data disk to this VMSS virtual machine.

WithoutDataDisk(Int32)

Detaches an existing data disk from this VMSS virtual machine.

Applies to