ImportNewDatabaseDefinition 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.
Contains the information necessary to perform import operation for new database.
public class ImportNewDatabaseDefinition
type ImportNewDatabaseDefinition = class
Public Class ImportNewDatabaseDefinition
- Inheritance
-
ImportNewDatabaseDefinition
Constructors
ImportNewDatabaseDefinition() |
Initializes a new instance of the ImportNewDatabaseDefinition class. |
ImportNewDatabaseDefinition(String, String, String, String, String, String, String, String, String, String, NetworkIsolationSettings) |
Initializes a new instance of the ImportNewDatabaseDefinition class. |
Properties
AdministratorLogin |
Gets or sets administrator login name. |
AdministratorLoginPassword |
Gets or sets administrator login password. |
AuthenticationType |
Gets or sets authentication type. |
DatabaseName |
Gets or sets name of the import database. |
Edition |
Gets or sets edition of the import database. |
MaxSizeBytes |
Gets or sets max size in bytes for the import database. |
NetworkIsolation |
Gets or sets optional resource information to enable network isolation for request. |
ServiceObjectiveName |
Gets or sets service level objective name of the import database. |
StorageKey |
Gets or sets storage key. |
StorageKeyType |
Gets or sets storage key type. Possible values include: 'SharedAccessKey', 'StorageAccessKey' |
StorageUri |
Gets or sets storage Uri. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET