azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

55 строки
4.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithImportFrom"
fullName: "com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithImportFrom<ParentT>"
name: "SqlDatabase.DefinitionStages.WithImportFrom<ParentT>"
nameWithType: "SqlDatabase.DefinitionStages.WithImportFrom<ParentT>"
summary: "The SQL Database definition to import a BACPAC file as the source database."
syntax: "public static interface **SqlDatabase.DefinitionStages.WithImportFrom<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithImportFrom.importFrom(com.microsoft.azure.management.storage.StorageAccount,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithImportFrom<ParentT>.importFrom(StorageAccount storageAccount, String containerName, String fileName)"
name: "importFrom(StorageAccount storageAccount, String containerName, String fileName)"
nameWithType: "SqlDatabase.DefinitionStages.WithImportFrom<ParentT>.importFrom(StorageAccount storageAccount, String containerName, String fileName)"
summary: "Creates a new database from a BACPAC file."
modifiers:
- "abstract"
parameters:
- description: "an existing storage account to be used"
name: "storageAccount"
type: "<xref href=\"com.microsoft.azure.management.storage.StorageAccount?alt=com.microsoft.azure.management.storage.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
- description: "the container name within the storage account to use"
name: "containerName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the exported database file name"
name: "fileName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlDatabase.DefinitionStages.WithAuthentication<ParentT> importFrom(StorageAccount storageAccount, String containerName, String fileName)"
desc: "Creates a new database from a BACPAC file."
returns:
description: "The next stage of the definition."
type: "<xref href=\"com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithAuthentication?alt=com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithAuthentication&text=WithAuthentication\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithImportFrom.importFrom(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithImportFrom<ParentT>.importFrom(String storageUri)"
name: "importFrom(String storageUri)"
nameWithType: "SqlDatabase.DefinitionStages.WithImportFrom<ParentT>.importFrom(String storageUri)"
summary: "Creates a new database from a BACPAC file."
modifiers:
- "abstract"
parameters:
- description: "the source URI for the database to be imported"
name: "storageUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SqlDatabase.DefinitionStages.WithStorageKey<ParentT> importFrom(String storageUri)"
desc: "Creates a new database from a BACPAC file."
returns:
description: "The next stage of the definition."
type: "<xref href=\"com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithStorageKey?alt=com.microsoft.azure.management.sql.SqlDatabase.DefinitionStages.WithStorageKey&text=WithStorageKey\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the parent definition to return to after attaching this definition"
name: "ParentT"
desc: "The SQL Database definition to import a BACPAC file as the source database."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4