CapabilitiesByServer interface
Interface representing a CapabilitiesByServer.
Methods
| list(string, string, Capabilities |
Lists the capabilities available for a given server. |
Method Details
list(string, string, CapabilitiesByServerListOptionalParams)
Lists the capabilities available for a given server.
function list(resourceGroupName: string, serverName: string, options?: CapabilitiesByServerListOptionalParams): PagedAsyncIterableIterator<Capability, Capability[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
The options parameters.