public interface VirtualMachineScaleSetVMs extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<VirtualMachineScaleSetVM>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.compute.implementation.VirtualMachineScaleSetVMsInner>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteInstances(String... instanceIds)
Deletes the specified virtual machine instances from the scale set.
|
rx.Completable |
deleteInstancesAsync(Collection<String> instanceIds)
Deletes the specified virtual machine instances from the scale set.
|
rx.Completable |
deleteInstancesAsync(String... instanceIds)
Deletes the specified virtual machine instances from the scale set.
|
void |
updateInstances(String... instanceIds)
Updates the specified virtual machine instances from the scale set.
|
rx.Completable |
updateInstancesAsync(Collection<String> instanceIds)
Updates the specified virtual machine instances from the scale set.
|
rx.Completable |
updateInstancesAsync(String... instanceIds)
Updates the specified virtual machine instances from the scale set.
|
@Beta(value=V1_4_0) rx.Completable deleteInstancesAsync(Collection<String> instanceIds)
instanceIds - instance IDs of the virtual machine scale set instances to be deleted@Beta(value=V1_4_0) rx.Completable deleteInstancesAsync(String... instanceIds)
instanceIds - instance IDs of the virtual machine scale set instances to be deleted@Beta(value=V1_4_0) void deleteInstances(String... instanceIds)
instanceIds - instance IDs of the virtual machine scale set instances to be deleted@Beta(value=V1_4_0) rx.Completable updateInstancesAsync(Collection<String> instanceIds)
instanceIds - instance IDs of the virtual machine scale set instances to be updated@Beta(value=V1_4_0) rx.Completable updateInstancesAsync(String... instanceIds)
instanceIds - instance IDs of the virtual machine scale set instances to be updated@Beta(value=V1_4_0) void updateInstances(String... instanceIds)
instanceIds - instance IDs of the virtual machine scale set instances to be updated/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/