102 строки
8.1 KiB
YAML
102 строки
8.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.ServersClient"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.ServersClient"
|
|
name: "ServersClient"
|
|
nameWithType: "ServersClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Servers<wbr>Client."
|
|
syntax: "public interface **ServersClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.ServersClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.ServersClient.get(String resourceGroupName, String clusterName, String serverName)"
|
|
name: "get(String resourceGroupName, String clusterName, String serverName)"
|
|
nameWithType: "ServersClient.get(String resourceGroupName, String clusterName, String serverName)"
|
|
summary: "Gets information about a server in cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract ClusterServerInner get(String resourceGroupName, String clusterName, String serverName)"
|
|
desc: "Gets information about a server in cluster."
|
|
returns:
|
|
description: "information about a server in cluster."
|
|
type: "<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterServerInner?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterServerInner&text=ClusterServerInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.ServersClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.ServersClient.getWithResponse(String resourceGroupName, String clusterName, String serverName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String clusterName, String serverName, Context context)"
|
|
nameWithType: "ServersClient.getWithResponse(String resourceGroupName, String clusterName, String serverName, Context context)"
|
|
summary: "Gets information about a server in cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the server."
|
|
name: "serverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<ClusterServerInner> getWithResponse(String resourceGroupName, String clusterName, String serverName, Context context)"
|
|
desc: "Gets information about a server in cluster."
|
|
returns:
|
|
description: "information about a server in cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterServerInner?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterServerInner&text=ClusterServerInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.ServersClient.listByCluster(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.ServersClient.listByCluster(String resourceGroupName, String clusterName)"
|
|
name: "listByCluster(String resourceGroupName, String clusterName)"
|
|
nameWithType: "ServersClient.listByCluster(String resourceGroupName, String clusterName)"
|
|
summary: "Lists servers of a cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<ClusterServerInner> listByCluster(String resourceGroupName, String clusterName)"
|
|
desc: "Lists servers of a cluster."
|
|
returns:
|
|
description: "a list of servers in a cluster as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterServerInner?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterServerInner&text=ClusterServerInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.ServersClient.listByCluster(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent.ServersClient.listByCluster(String resourceGroupName, String clusterName, Context context)"
|
|
name: "listByCluster(String resourceGroupName, String clusterName, Context context)"
|
|
nameWithType: "ServersClient.listByCluster(String resourceGroupName, String clusterName, Context context)"
|
|
summary: "Lists servers of a cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<ClusterServerInner> listByCluster(String resourceGroupName, String clusterName, Context context)"
|
|
desc: "Lists servers of a cluster."
|
|
returns:
|
|
description: "a list of servers in a cluster as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterServerInner?alt=com.azure.resourcemanager.cosmosdbforpostgresql.fluent.models.ClusterServerInner&text=ClusterServerInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in ServersClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cosmosdbforpostgresql.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmosdbforpostgresql:1.0.0
|