GetAvailableVaults Method
Retrieves a list of all of the vaults on a particular server.
Syntax
GetAvailableVaultsResult GetAvailableVaults(
System.string serverName
)Function GetAvailableVaults( _
ByVal serverName As System.String _
) As GetAvailableVaultsResultParameters
| Name | Description |
|---|---|
| serverName | The name of the server that we are retrieving vaults from |
Return Value
An object which contains the list of available vaults, or any error conditions.