Class DatabaseImportArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DatabaseImportArgs : ResourceArgs
Constructors
View SourceDatabaseImportArgs()
Declaration
public DatabaseImportArgs()
Properties
View SourceAdministratorLogin
Specifies the name of the SQL administrator.
Declaration
public Input<string> AdministratorLogin { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AdministratorLoginPassword
Specifies the password of the SQL administrator.
Declaration
public Input<string> AdministratorLoginPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AuthenticationType
Specifies the type of authentication used to access the server. Valid values are SQL or ADPassword.
Declaration
public Input<string> AuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OperationMode
Specifies the type of import operation being performed. The only allowable value is Import.
Declaration
public Input<string> OperationMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageKey
Specifies the access key for the storage account.
Declaration
public Input<string> StorageKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageKeyType
Specifies the type of access key for the storage account. Valid values are StorageAccessKey or SharedAccessKey.
Declaration
public Input<string> StorageKeyType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageUri
Specifies the blob URI of the .bacpac file.
Declaration
public Input<string> StorageUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |