55 строки
3.8 KiB
YAML
55 строки
3.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.postgresql.models.RecoverableServers"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.RecoverableServers"
|
|
name: "RecoverableServers"
|
|
nameWithType: "RecoverableServers"
|
|
summary: "Resource collection API of Recoverable<wbr>Servers."
|
|
syntax: "public interface **RecoverableServers**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.postgresql.models.RecoverableServers.get(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.RecoverableServers.get(String resourceGroupName, String serverName)"
|
|
name: "get(String resourceGroupName, String serverName)"
|
|
nameWithType: "RecoverableServers.get(String resourceGroupName, String serverName)"
|
|
summary: "Gets a recoverable PostgreSQL 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 RecoverableServerResource get(String resourceGroupName, String serverName)"
|
|
desc: "Gets a recoverable PostgreSQL Server."
|
|
returns:
|
|
description: "a recoverable PostgreSQL Server."
|
|
type: "<xref href=\"com.azure.resourcemanager.postgresql.models.RecoverableServerResource?alt=com.azure.resourcemanager.postgresql.models.RecoverableServerResource&text=RecoverableServerResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.RecoverableServers.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.RecoverableServers.getWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
nameWithType: "RecoverableServers.getWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
summary: "Gets a recoverable PostgreSQL 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 Response<RecoverableServerResource> getWithResponse(String resourceGroupName, String serverName, Context context)"
|
|
desc: "Gets a recoverable PostgreSQL Server."
|
|
returns:
|
|
description: "a recoverable PostgreSQL Server 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.postgresql.models.RecoverableServerResource?alt=com.azure.resourcemanager.postgresql.models.RecoverableServerResource&text=RecoverableServerResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of RecoverableServers."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.postgresql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresql:1.0.2
|