ImportNewDatabaseDefinition interface
Contains the information necessary to perform import operation for new database.
Properties
| administrator |
Administrator login name. If AuthenticationType is ManagedIdentity, this field should specify the Managed Identity's resource ID. |
| administrator |
Administrator login password. If AuthenticationType is ManagedIdentity, this field should not be specified. |
| authentication |
Type of credentials provided for access to the target SQL server: SQL, ADPassword or ManagedIdentity. |
| database |
Name of the import database. |
| edition | Edition of the import database. |
| max |
Max size in bytes for the import database. |
| network |
Optional resource information to enable network isolation for request. |
| service |
Service level objective name of the import database. |
| storage |
Storage key for the storage account. If StorageKeyType is ManagedIdentity, this field should specify the Managed Identity's resource ID. |
| storage |
Storage key type: StorageAccessKey, SharedAccessKey, or ManagedIdentity. |
| storage |
Storage Uri. |
Property Details
administratorLogin
Administrator login name. If AuthenticationType is ManagedIdentity, this field should specify the Managed Identity's resource ID.
administratorLogin: string
Property Value
string
administratorLoginPassword
Administrator login password. If AuthenticationType is ManagedIdentity, this field should not be specified.
administratorLoginPassword?: string
Property Value
string
authenticationType
Type of credentials provided for access to the target SQL server: SQL, ADPassword or ManagedIdentity.
authenticationType?: string
Property Value
string
databaseName
Name of the import database.
databaseName?: string
Property Value
string
edition
Edition of the import database.
edition?: string
Property Value
string
maxSizeBytes
Max size in bytes for the import database.
maxSizeBytes?: string
Property Value
string
networkIsolation
Optional resource information to enable network isolation for request.
networkIsolation?: NetworkIsolationSettings
Property Value
serviceObjectiveName
Service level objective name of the import database.
serviceObjectiveName?: string
Property Value
string
storageKey
Storage key for the storage account. If StorageKeyType is ManagedIdentity, this field should specify the Managed Identity's resource ID.
storageKey: string
Property Value
string
storageKeyType
Storage key type: StorageAccessKey, SharedAccessKey, or ManagedIdentity.
storageKeyType: string
Property Value
string
storageUri
Storage Uri.
storageUri: string
Property Value
string