Get a list of VCs in this cluster

Namespace: Microsoft.Cosmos.Management
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public List<string> GetVcList()
Visual Basic
Public Function GetVcList As List(Of String)
Visual C++
public:
List<String^>^ GetVcList()

Return Value

a list of VC names in this cluster

See Also