你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImportExtensionProperties 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 ImportExtensionProperties : Microsoft.Azure.Management.Sql.LegacySdk.Models.ExportRequestParameters
type ImportExtensionProperties = class
inherit ExportRequestParameters
Public Class ImportExtensionProperties
Inherits ExportRequestParameters
- Inheritance
Constructors
ImportExtensionProperties() |
Initializes a new instance of the ImportExtensionProperties 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) |
OperrationMode |
Optional. Gets the operation mode |
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) |