Learn R Programming

AzureSMR (version 0.2.6)

azureListVM: List VMs in a Subscription.

Description

List VMs in a Subscription.

Usage

azureListVM(azureActiveContext, resourceGroup, location, subscriptionID,
  verbose = FALSE)

Arguments

azureActiveContext

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

resourceGroup

Name of the resource group

location

Azure region, e.g. 'westeurope' or 'southcentralus'

subscriptionID

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

verbose

Print Tracing information (Default False)

See Also

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