DatabaseExtensions interface
An Import, Export, or PolybaseImport resource.
- Extends
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 |
Authentication type used to access the SQL: Sql, ADPassword or ManagedIdentity. |
| database |
Database edition for the newly created database in the case of an import operation. |
| max |
Database max size in bytes for the newly created database in the case of an import operation. |
| network |
Optional resource information to enable network isolation for request. |
| operation |
Operation mode of the operation: Import, Export, or PolybaseImport. |
| service |
Database service level objective for the newly created database in the case of an import operation. |
| 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 for the storage account. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
Authentication type used to access the SQL: Sql, ADPassword or ManagedIdentity.
authenticationType?: string
Property Value
string
databaseEdition
Database edition for the newly created database in the case of an import operation.
databaseEdition?: string
Property Value
string
maxSizeBytes
Database max size in bytes for the newly created database in the case of an import operation.
maxSizeBytes?: string
Property Value
string
networkIsolation
Optional resource information to enable network isolation for request.
networkIsolation?: NetworkIsolationSettings
Property Value
operationMode
Operation mode of the operation: Import, Export, or PolybaseImport.
operationMode?: string
Property Value
string
serviceObjectiveName
Database service level objective for the newly created database in the case of an import operation.
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 for the storage account.
storageUri?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type