ExportRequestParameters 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.
Export Azure SQL Database parameters.
public class ExportRequestParameters
type ExportRequestParameters = class
Public Class ExportRequestParameters
- Inheritance
-
ExportRequestParameters
- Derived
Constructors
ExportRequestParameters() |
Initializes a new instance of the ExportRequestParameters class. |
Properties
AdministratorLogin |
Optional. Gets or sets the name of the SQL administrator. |
AdministratorLoginPassword |
Optional. Gets or sets the password of the SQL administrator. |
AuthenticationType |
Optional. Gets or sets the authentication type. |
StorageKey |
Optional. Gets or sets the storage key to use. |
StorageKeyType |
Optional. Gets or sets the type of the storage key to use. Valid values are StorageAccessKey and SharedAccessKey. |
StorageUri |
Optional. Gets or sets the storage uri to use. |