ImportRequestParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Import Azure SQL Database parameters.
public class ImportRequestParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.ExportRequestParameters
type ImportRequestParameters = class
inherit ExportRequestParameters
Public Class ImportRequestParameters
Inherits ExportRequestParameters
- Inheritance
Constructors
ImportRequestParameters() |
Initializes a new instance of the ImportRequestParameters class. |
Properties
AdministratorLogin |
Optional. Gets or sets the name of the SQL administrator. (Inherited from ExportRequestParameters) |
AdministratorLoginPassword |
Optional. Gets or sets the password of the SQL administrator. (Inherited from ExportRequestParameters) |
AuthenticationType |
Optional. Gets or sets the authentication type. (Inherited from ExportRequestParameters) |
DatabaseMaxSize |
Optional. Gets or sets the maximum size for the newly imported database. |
DatabaseName |
Optional. Gets or sets the name of the Azure SQL database to import. |
Edition |
Optional. Gets or sets the edition for the Azure Sql Database being created. |
ServiceObjectiveName |
Optional. Gets or sets the name of the service objective to assign to the Azure SQL Database. |
StorageKey |
Optional. Gets or sets the storage key to use. (Inherited from ExportRequestParameters) |
StorageKeyType |
Optional. Gets or sets the type of the storage key to use. Valid values are StorageAccessKey and SharedAccessKey. (Inherited from ExportRequestParameters) |
StorageUri |
Optional. Gets or sets the storage uri to use. (Inherited from ExportRequestParameters) |