Method GetStoreVMInstances
GetStoreVMInstances(string, out string)
Retrieves the list of gateway information for each VM instance in the ScaleOut store running in Azure.
public List<AzureVMGatewayInfo> GetStoreVMInstances(string storeName, out string errMessage)
Parameters
storeName
stringName of the ScaleOut store that has been deployed to Azure cloud.
errMessage
stringThe output parameter with optional error information.
Returns
- List<AzureVMGatewayInfo>
The list of AzureVMGatewayInfo.
Exceptions
- TagMissingException
When no ScaleOut tag was found on a running VMSS resource in Azure that corresponds to the specified ScaleOut
storeName
.