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

223 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.postgresql.models.Databases"
fullName: "com.azure.resourcemanager.postgresql.models.Databases"
name: "Databases"
nameWithType: "Databases"
summary: "Resource collection API of Databases."
syntax: "public interface **Databases**"
methods:
- uid: "com.azure.resourcemanager.postgresql.models.Databases.define(java.lang.String)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.define(String name)"
name: "define(String name)"
nameWithType: "Databases.define(String name)"
summary: "Begins definition for a new Database resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Database.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Database resource."
returns:
description: "the first stage of the new Database definition."
type: "<xref href=\"com.azure.resourcemanager.postgresql.models.Database.DefinitionStages.Blank?alt=com.azure.resourcemanager.postgresql.models.Database.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.postgresql.models.Databases.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.delete(String resourceGroupName, String serverName, String databaseName)"
name: "delete(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "Databases.delete(String resourceGroupName, String serverName, String databaseName)"
summary: "Deletes a database."
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 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 void delete(String resourceGroupName, String serverName, String databaseName)"
desc: "Deletes a database."
- uid: "com.azure.resourcemanager.postgresql.models.Databases.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.delete(String resourceGroupName, String serverName, String databaseName, Context context)"
name: "delete(String resourceGroupName, String serverName, String databaseName, Context context)"
nameWithType: "Databases.delete(String resourceGroupName, String serverName, String databaseName, Context context)"
summary: "Deletes a database."
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 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 void delete(String resourceGroupName, String serverName, String databaseName, Context context)"
desc: "Deletes a database."
- uid: "com.azure.resourcemanager.postgresql.models.Databases.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Databases.deleteById(String id)"
summary: "Deletes a database."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Deletes a database."
- uid: "com.azure.resourcemanager.postgresql.models.Databases.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Databases.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes a database."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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 void deleteByIdWithResponse(String id, Context context)"
desc: "Deletes a database."
- uid: "com.azure.resourcemanager.postgresql.models.Databases.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.get(String resourceGroupName, String serverName, String databaseName)"
name: "get(String resourceGroupName, String serverName, String databaseName)"
nameWithType: "Databases.get(String resourceGroupName, String serverName, String databaseName)"
summary: "Gets information about a database."
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 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 Database get(String resourceGroupName, String serverName, String databaseName)"
desc: "Gets information about a database."
returns:
description: "information about a database."
type: "<xref href=\"com.azure.resourcemanager.postgresql.models.Database?alt=com.azure.resourcemanager.postgresql.models.Database&text=Database\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.postgresql.models.Databases.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.getById(String id)"
name: "getById(String id)"
nameWithType: "Databases.getById(String id)"
summary: "Gets information about a database."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Database getById(String id)"
desc: "Gets information about a database."
returns:
description: "information about a 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.resourcemanager.postgresql.models.Database?alt=com.azure.resourcemanager.postgresql.models.Database&text=Database\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.postgresql.models.Databases.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Databases.getByIdWithResponse(String id, Context context)"
summary: "Gets information about a database."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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<Database> getByIdWithResponse(String id, Context context)"
desc: "Gets information about a database."
returns:
description: "information about a 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.postgresql.models.Database?alt=com.azure.resourcemanager.postgresql.models.Database&text=Database\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.postgresql.models.Databases.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
nameWithType: "Databases.getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
summary: "Gets information about a database."
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 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<Database> getWithResponse(String resourceGroupName, String serverName, String databaseName, Context context)"
desc: "Gets information about a database."
returns:
description: "information about a 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.postgresql.models.Database?alt=com.azure.resourcemanager.postgresql.models.Database&text=Database\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.postgresql.models.Databases.listByServer(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.listByServer(String resourceGroupName, String serverName)"
name: "listByServer(String resourceGroupName, String serverName)"
nameWithType: "Databases.listByServer(String resourceGroupName, String serverName)"
summary: "List all the databases in 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<Database> listByServer(String resourceGroupName, String serverName)"
desc: "List all the databases in a given server."
returns:
description: "a List of databases."
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.models.Database?alt=com.azure.resourcemanager.postgresql.models.Database&text=Database\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.postgresql.models.Databases.listByServer(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.postgresql.models.Databases.listByServer(String resourceGroupName, String serverName, Context context)"
name: "listByServer(String resourceGroupName, String serverName, Context context)"
nameWithType: "Databases.listByServer(String resourceGroupName, String serverName, Context context)"
summary: "List all the databases in 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<Database> listByServer(String resourceGroupName, String serverName, Context context)"
desc: "List all the databases in a given server."
returns:
description: "a List of databases."
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.models.Database?alt=com.azure.resourcemanager.postgresql.models.Database&text=Database\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Databases."
metadata: {}
package: "com.azure.resourcemanager.postgresql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresql:1.0.2