Learn R Programming

AzureSMR (version 0.2.6)

azureVMStatus: Get Status of a Virtual Machine.

Description

Get Status of a Virtual Machine.

Usage

azureVMStatus(azureActiveContext, resourceGroup, vmName, subscriptionID,
  ignore = "N", verbose = FALSE)

Arguments

azureActiveContext

A container used for caching variables used by AzureSMR, created by createAzureContext()

resourceGroup

Name of the resource group

vmName

Name of the virtual machine

subscriptionID

Subscription ID. This is obtained automatically by azureAuthenticate() when only a single subscriptionID is available via Active Directory

ignore

ignore

verbose

Print Tracing information (Default False)

See Also

Other Virtual machine functions: azureDeleteVM, azureGetAllVMstatus, azureListScaleSetNetwork, azureListScaleSetVM, azureListScaleSets, azureListVM, azureStartVM, azureStopVM