IVirtualMachineScaleSetVMs Interface

Definition

Entry point to virtual machine scale set instance management API.

public interface IVirtualMachineScaleSetVMs : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetVMsBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetVM>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetVMsOperations>
type IVirtualMachineScaleSetVMs = interface
    interface ISupportsListing<IVirtualMachineScaleSetVM>
    interface IHasInner<IVirtualMachineScaleSetVMsOperations>
    interface IVirtualMachineScaleSetVMsBeta
    interface IBeta
Public Interface IVirtualMachineScaleSetVMs
Implements IBeta, IHasInner(Of IVirtualMachineScaleSetVMsOperations), ISupportsListing(Of IVirtualMachineScaleSetVM), IVirtualMachineScaleSetVMsBeta
Implements

Properties

Inner (Inherited from IHasInner<T>)

Methods

DeleteInstances(String[])

Deletes the specified virtual machine instances from the scale set.

(Inherited from IVirtualMachineScaleSetVMsBeta)
DeleteInstancesAsync(IList<String>, CancellationToken)

Deletes the specified virtual machine instances from the scale set.

(Inherited from IVirtualMachineScaleSetVMsBeta)
DeleteInstancesAsync(String[], CancellationToken)

Deletes the specified virtual machine instances from the scale set.

(Inherited from IVirtualMachineScaleSetVMsBeta)
GetInstance(String)

Get the specified virtual machine instance from the scale set.

(Inherited from IVirtualMachineScaleSetVMsBeta)
GetInstanceAsync(String, CancellationToken)

Get the specified virtual machine instance from the scale set.

(Inherited from IVirtualMachineScaleSetVMsBeta)
List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
UpdateInstances(String[])

Updates the specified virtual machine instances from the scale set.

(Inherited from IVirtualMachineScaleSetVMsBeta)
UpdateInstancesAsync(IList<String>, CancellationToken)

Updates the specified virtual machine instances from the scale set.

(Inherited from IVirtualMachineScaleSetVMsBeta)
UpdateInstancesAsync(String[], CancellationToken)

Updates the specified virtual machine instances from the scale set.

(Inherited from IVirtualMachineScaleSetVMsBeta)

Applies to