get Virtual Machine Instance
suspend fun getVirtualMachineInstance(argument: GetVirtualMachineInstancePlainArgs): GetVirtualMachineInstanceResult
Retrieves information about a virtual machine instance. Uses Azure REST API version 2023-12-01. Other available API versions: 2023-03-01-preview, 2023-10-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native connectedvmwarevsphere [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Define the virtualMachineInstance.
Parameters
argument
null
Return
Define the virtualMachineInstance.
Parameters
resource Uri
The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended.
See also
suspend fun getVirtualMachineInstance(argument: suspend GetVirtualMachineInstancePlainArgsBuilder.() -> Unit): GetVirtualMachineInstanceResult
Return
Define the virtualMachineInstance.
Parameters
argument
Builder for com.pulumi.azurenative.connectedvmwarevsphere.kotlin.inputs.GetVirtualMachineInstancePlainArgs.