183 строки
15 KiB
YAML
183 строки
15 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient"
|
|
name: "DatabaseOperationsClient"
|
|
nameWithType: "DatabaseOperationsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Database<wbr>Operations<wbr>Client."
|
|
syntax: "public interface **DatabaseOperationsClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.cancel(java.lang.String,java.lang.String,java.lang.String,java.util.UUID)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.cancel(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
name: "cancel(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
nameWithType: "DatabaseOperationsClient.cancel(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
summary: "Cancels the asynchronous operation on the 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 operation identifier."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
|
|
syntax: "public abstract void cancel(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
desc: "Cancels the asynchronous operation on the database."
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.cancelAsync(java.lang.String,java.lang.String,java.lang.String,java.util.UUID)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.cancelAsync(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
name: "cancelAsync(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
nameWithType: "DatabaseOperationsClient.cancelAsync(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
summary: "Cancels the asynchronous operation on the 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 operation identifier."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
|
|
syntax: "public abstract Mono<Void> cancelAsync(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
desc: "Cancels the asynchronous operation on the database."
|
|
returns:
|
|
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.cancelWithResponse(java.lang.String,java.lang.String,java.lang.String,java.util.UUID,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.cancelWithResponse(String resourceGroupName, String serverName, String databaseName, UUID operationId, Context context)"
|
|
name: "cancelWithResponse(String resourceGroupName, String serverName, String databaseName, UUID operationId, Context context)"
|
|
nameWithType: "DatabaseOperationsClient.cancelWithResponse(String resourceGroupName, String serverName, String databaseName, UUID operationId, Context context)"
|
|
summary: "Cancels the asynchronous operation on the 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 operation identifier."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</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<Void> cancelWithResponse(String resourceGroupName, String serverName, String databaseName, UUID operationId, Context context)"
|
|
desc: "Cancels the asynchronous operation on the database."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.cancelWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.util.UUID)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.cancelWithResponseAsync(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
name: "cancelWithResponseAsync(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
nameWithType: "DatabaseOperationsClient.cancelWithResponseAsync(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
summary: "Cancels the asynchronous operation on the 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 operation identifier."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
|
|
syntax: "public abstract Mono<Response<Void>> cancelWithResponseAsync(String resourceGroupName, String serverName, String databaseName, UUID operationId)"
|
|
desc: "Cancels the asynchronous operation on the database."
|
|
returns:
|
|
description: "the <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><<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.listByDatabase(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName)"
|
|
name: "listByDatabase(String resourceGroupName, String serverName, String databaseName)"
|
|
nameWithType: "DatabaseOperationsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName)"
|
|
summary: "Gets a list of operations performed on the 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 PagedIterable<DatabaseOperationInner> listByDatabase(String resourceGroupName, String serverName, String databaseName)"
|
|
desc: "Gets a list of operations performed on the database."
|
|
returns:
|
|
description: "a list of operations performed on the database 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.sql.fluent.models.DatabaseOperationInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseOperationInner&text=DatabaseOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.listByDatabase(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName, Context context)"
|
|
name: "listByDatabase(String resourceGroupName, String serverName, String databaseName, Context context)"
|
|
nameWithType: "DatabaseOperationsClient.listByDatabase(String resourceGroupName, String serverName, String databaseName, Context context)"
|
|
summary: "Gets a list of operations performed on the 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 PagedIterable<DatabaseOperationInner> listByDatabase(String resourceGroupName, String serverName, String databaseName, Context context)"
|
|
desc: "Gets a list of operations performed on the database."
|
|
returns:
|
|
description: "a list of operations performed on the database 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.sql.fluent.models.DatabaseOperationInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseOperationInner&text=DatabaseOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.listByDatabaseAsync(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.DatabaseOperationsClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
|
|
name: "listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
|
|
nameWithType: "DatabaseOperationsClient.listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
|
|
summary: "Gets a list of operations performed on the 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 PagedFlux<DatabaseOperationInner> listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)"
|
|
desc: "Gets a list of operations performed on the database."
|
|
returns:
|
|
description: "a list of operations performed on the database 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\" /><<xref href=\"com.azure.resourcemanager.sql.fluent.models.DatabaseOperationInner?alt=com.azure.resourcemanager.sql.fluent.models.DatabaseOperationInner&text=DatabaseOperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in DatabaseOperationsClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sql.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0
|