Class DatabaseImport
Inheritance
System.Object
DatabaseImport
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Sql.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DatabaseImport
Fields
View SourceAdministratorLogin
Specifies the name of the SQL administrator.
Declaration
public readonly string AdministratorLogin
Field Value
| Type | Description |
|---|---|
| System.String |
AdministratorLoginPassword
Specifies the password of the SQL administrator.
Declaration
public readonly string AdministratorLoginPassword
Field Value
| Type | Description |
|---|---|
| System.String |
AuthenticationType
Specifies the type of authentication used to access the server. Valid values are SQL or ADPassword.
Declaration
public readonly string AuthenticationType
Field Value
| Type | Description |
|---|---|
| System.String |
OperationMode
Specifies the type of import operation being performed. The only allowable value is Import.
Declaration
public readonly string OperationMode
Field Value
| Type | Description |
|---|---|
| System.String |
StorageKey
Specifies the access key for the storage account.
Declaration
public readonly string StorageKey
Field Value
| Type | Description |
|---|---|
| System.String |
StorageKeyType
Specifies the type of access key for the storage account. Valid values are StorageAccessKey or SharedAccessKey.
Declaration
public readonly string StorageKeyType
Field Value
| Type | Description |
|---|---|
| System.String |
StorageUri
Specifies the blob URI of the .bacpac file.
Declaration
public readonly string StorageUri
Field Value
| Type | Description |
|---|---|
| System.String |