powershell - List of possible Status outputs from Get-AzureVM -


i have been unable find list of possible states can returned status get-azurevm.

for example, checking:

1) $vms = get-azurevm | {$_.status -eq "readyrole"}

2) $vms = get-azurevm | {$_.status -eq "stoppeddeallocated"}

3) $vms = get-azurevm | {$_.status -eq "stopped"}

are there other possible outputs?

if want see possible values, can information service management api documentation page: https://msdn.microsoft.com/en-us/library/azure/ee460804.aspx. scroll down section roleinstancelist , see possible values.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -