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

165 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient"
fullName: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient"
name: "RecoverableDatabasesClient"
nameWithType: "RecoverableDatabasesClient"
summary: "An instance of this class provides access to all the operations defined in Recoverable<wbr>Databases<wbr>Client."
syntax: "public interface **RecoverableDatabasesClient**"
methods:
- uid: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.get(String resourceGroupName, String serverName, String databaseName)"
name: "get(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "RecoverableDatabasesClient.get(String resourceGroupName, String serverName, String databaseName)"
summary: "Gets a recoverable database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
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 name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract RecoverableDatabaseInner get(String resourceGroupName, String serverName, String databaseName)"
desc: "Gets a recoverable database."
returns:
description: "a recoverable database."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner?alt=com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner&text=RecoverableDatabaseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.getAsync(String resourceGroupName, String serverName, String databaseName)"
name: "getAsync(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "RecoverableDatabasesClient.getAsync(String resourceGroupName, String serverName, String databaseName)"
summary: "Gets a recoverable database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
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 name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<RecoverableDatabaseInner> getAsync(String resourceGroupName, String serverName, String databaseName)"
desc: "Gets a recoverable database."
returns:
description: "a recoverable database on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner?alt=com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner&text=RecoverableDatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
nameWithType: "RecoverableDatabasesClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
summary: "Gets a recoverable database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
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 name of the database."
name: "databaseName"
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<RecoverableDatabaseInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
desc: "Gets a recoverable database."
returns:
description: "a recoverable database 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\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner?alt=com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner&text=RecoverableDatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName)"
name: "getWithResponseAsync(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "RecoverableDatabasesClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName)"
summary: "Gets a recoverable database."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
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 name of the database."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<RecoverableDatabaseInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName)"
desc: "Gets a recoverable database."
returns:
description: "a recoverable database along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner?alt=com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner&text=RecoverableDatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.listByServer(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.listByServer(String resourceGroupName, String serverName)"
name: "listByServer(String resourceGroupName, String serverName)"
nameWithType: "RecoverableDatabasesClient.listByServer(String resourceGroupName, String serverName)"
summary: "Gets a list of recoverable databases."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
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<RecoverableDatabaseInner> listByServer(String resourceGroupName, String serverName)"
desc: "Gets a list of recoverable databases."
returns:
description: "a list of recoverable databases 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\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner?alt=com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner&text=RecoverableDatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.listByServer(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.listByServer(String resourceGroupName, String serverName, Context context)"
name: "listByServer(String resourceGroupName, String serverName, Context context)"
nameWithType: "RecoverableDatabasesClient.listByServer(String resourceGroupName, String serverName, Context context)"
summary: "Gets a list of recoverable databases."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
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<RecoverableDatabaseInner> listByServer(String resourceGroupName, String serverName, Context context)"
desc: "Gets a list of recoverable databases."
returns:
description: "a list of recoverable databases 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\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner?alt=com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner&text=RecoverableDatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.listByServerAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.RecoverableDatabasesClient.listByServerAsync(String resourceGroupName, String serverName)"
name: "listByServerAsync(String resourceGroupName, String serverName)"
nameWithType: "RecoverableDatabasesClient.listByServerAsync(String resourceGroupName, String serverName)"
summary: "Gets a list of recoverable databases."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
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 PagedFlux<RecoverableDatabaseInner> listByServerAsync(String resourceGroupName, String serverName)"
desc: "Gets a list of recoverable databases."
returns:
description: "a list of recoverable databases as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner?alt=com.azure.resourcemanager.sql.fluent.models.RecoverableDatabaseInner&text=RecoverableDatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in RecoverableDatabasesClient."
metadata: {}
package: "com.azure.resourcemanager.sql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0