ExportRequest 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 database parameters.
public class ExportRequest
type ExportRequest = class
Public Class ExportRequest
- Inheritance
-
ExportRequest
- Derived
Constructors
ExportRequest() |
Initializes a new instance of the ExportRequest class. |
ExportRequest(StorageKeyType, String, String, String, String, Nullable<AuthenticationType>) |
Initializes a new instance of the ExportRequest class. |
Properties
AdministratorLogin |
Gets or sets the name of the SQL administrator. |
AdministratorLoginPassword |
Gets or sets the password of the SQL administrator. |
AuthenticationType |
Gets or sets the authentication type. Possible values include: 'SQL', 'ADPassword' |
StorageKey |
Gets or sets the storage key to use. If storage key type is SharedAccessKey, it must be preceded with a "?." |
StorageKeyType |
Gets or sets the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey' |
StorageUri |
Gets or sets the storage uri to use. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET