IVirtualMachineScaleSetVMsBeta Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET