ExportDatabaseDefinition 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 export database operation.
public class ExportDatabaseDefinition
type ExportDatabaseDefinition = class
Public Class ExportDatabaseDefinition
- Inheritance
-
ExportDatabaseDefinition
Constructors
ExportDatabaseDefinition() |
Initializes a new instance of the ExportDatabaseDefinition class. |
ExportDatabaseDefinition(String, String, String, String, String, String, NetworkIsolationSettings) |
Initializes a new instance of the ExportDatabaseDefinition class. |
Properties
AdministratorLogin |
Gets or sets administrator login name. |
AdministratorLoginPassword |
Gets or sets administrator login password. |
AuthenticationType |
Gets or sets authentication type. |
NetworkIsolation |
Gets or sets optional resource information to enable network isolation for request. |
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