IVirtualMachineScaleSetVMsBeta Interface

Definition

Entry point to virtual machine scale set instance management API.

public interface IVirtualMachineScaleSetVMsBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IVirtualMachineScaleSetVMsBeta = interface
    interface IBeta
Public Interface IVirtualMachineScaleSetVMsBeta
Implements IBeta
Derived
Implements

Methods

DeleteInstances(String[])

Deletes the specified virtual machine instances from the scale set.

DeleteInstancesAsync(IList<String>, CancellationToken)

Deletes the specified virtual machine instances from the scale set.

DeleteInstancesAsync(String[], CancellationToken)

Deletes the specified virtual machine instances from the scale set.

GetInstance(String)

Get the specified virtual machine instance from the scale set.

GetInstanceAsync(String, CancellationToken)

Get the specified virtual machine instance from the scale set.

UpdateInstances(String[])

Updates the specified virtual machine instances from the scale set.

UpdateInstancesAsync(IList<String>, CancellationToken)

Updates the specified virtual machine instances from the scale set.

UpdateInstancesAsync(String[], CancellationToken)

Updates the specified virtual machine instances from the scale set.

Applies to