public interface VirtualMachineScaleSetVMs extends SupportsListing<VirtualMachineScaleSetVM>, 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.
|
VirtualMachineScaleSetVM |
getInstance(String instanceId)
Get the specified virtual machine instance from the scale set.
|
rx.Observable<VirtualMachineScaleSetVM> |
getInstanceAsync(String instanceId)
Get the specified virtual machine instance 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.
|
list, listAsync
@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 deletedVirtualMachineScaleSetVM getInstance(String instanceId)
instanceId
- instance ID of the virtual machine scale set instance to be fetchedrx.Observable<VirtualMachineScaleSetVM> getInstanceAsync(String instanceId)
instanceId
- instance ID of the virtual machine scale set instance to be fetched.@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 updatedCopyright © 2019. All rights reserved.