Show / Hide Table of Contents

Class DatabaseImportArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseImportArgs
Inherited Members
ResourceArgs.Empty
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 Source

DatabaseImportArgs()

Declaration
public DatabaseImportArgs()

Properties

View Source

AdministratorLogin

Specifies the name of the SQL administrator.

Declaration
public Input<string> AdministratorLogin { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AdministratorLoginPassword

Specifies the password of the SQL administrator.

Declaration
public Input<string> AdministratorLoginPassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

StorageKey

Specifies the access key for the storage account.

Declaration
public Input<string> StorageKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

StorageUri

Specifies the blob URI of the .bacpac file.

Declaration
public Input<string> StorageUri { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.