IVirtualMachineScaleSetVMsBeta.GetInstance(String) Method
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.
Get the specified virtual machine instance from the scale set.
public Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetVM GetInstance (string instanceId);
abstract member GetInstance : string -> Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetVM
Public Function GetInstance (instanceId As String) As IVirtualMachineScaleSetVM
Parameters
- instanceId
- String
Instance ID of the virtual machine scale set instance to be fetched.
Returns
The virtual machine scale set instance.