azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.p...

55 строки
3.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.postgresql.fluent.ReplicasClient"
fullName: "com.azure.resourcemanager.postgresql.fluent.ReplicasClient"
name: "ReplicasClient"
nameWithType: "ReplicasClient"
summary: "An instance of this class provides access to all the operations defined in Replicas<wbr>Client."
syntax: "public interface **ReplicasClient**"
methods:
- uid: "com.azure.resourcemanager.postgresql.fluent.ReplicasClient.listByServer(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.postgresql.fluent.ReplicasClient.listByServer(String resourceGroupName, String serverName)"
name: "listByServer(String resourceGroupName, String serverName)"
nameWithType: "ReplicasClient.listByServer(String resourceGroupName, String serverName)"
summary: "List all the replicas for a given server."
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 server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ServerInner> listByServer(String resourceGroupName, String serverName)"
desc: "List all the replicas for a given server."
returns:
description: "a list of servers."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.postgresql.fluent.models.ServerInner?alt=com.azure.resourcemanager.postgresql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.postgresql.fluent.ReplicasClient.listByServer(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.postgresql.fluent.ReplicasClient.listByServer(String resourceGroupName, String serverName, Context context)"
name: "listByServer(String resourceGroupName, String serverName, Context context)"
nameWithType: "ReplicasClient.listByServer(String resourceGroupName, String serverName, Context context)"
summary: "List all the replicas for a given server."
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 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 PagedIterable<ServerInner> listByServer(String resourceGroupName, String serverName, Context context)"
desc: "List all the replicas for a given server."
returns:
description: "a list of servers."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.postgresql.fluent.models.ServerInner?alt=com.azure.resourcemanager.postgresql.fluent.models.ServerInner&text=ServerInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ReplicasClient."
metadata: {}
package: "com.azure.resourcemanager.postgresql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresql:1.0.2