Table of Contents

Method GetStoreVMInstances

Namespace
Scaleout.Client.Azure
Assembly
Scaleout.Client.Azure.dll

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 string

Name of the ScaleOut store that has been deployed to Azure cloud.

errMessage string

The 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.