ServersOperations interface

Interface representing a Servers operations.

Properties

get

Gets information about a server in cluster.

listByCluster

Lists servers of a cluster.

Property Details

get

Gets information about a server in cluster.

get: (resourceGroupName: string, clusterName: string, serverName: string, options?: ServersGetOptionalParams) => Promise<ClusterServer>

Property Value

(resourceGroupName: string, clusterName: string, serverName: string, options?: ServersGetOptionalParams) => Promise<ClusterServer>

listByCluster

Lists servers of a cluster.

listByCluster: (resourceGroupName: string, clusterName: string, options?: ServersListByClusterOptionalParams) => PagedAsyncIterableIterator<ClusterServer, ClusterServer[], PageSettings>

Property Value

(resourceGroupName: string, clusterName: string, options?: ServersListByClusterOptionalParams) => PagedAsyncIterableIterator<ClusterServer, ClusterServer[], PageSettings>