Show / Hide Table of Contents

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 Source

AdministratorLogin

Specifies the name of the SQL administrator.

Declaration
public readonly string AdministratorLogin
Field Value
Type Description
System.String
View Source

AdministratorLoginPassword

Specifies the password of the SQL administrator.

Declaration
public readonly string AdministratorLoginPassword
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

StorageKey

Specifies the access key for the storage account.

Declaration
public readonly string StorageKey
Field Value
Type Description
System.String
View Source

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
View Source

StorageUri

Specifies the blob URI of the .bacpac file.

Declaration
public readonly string StorageUri
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.