Share via


SqlDatabaseExtension Class

Definition

An Import, Export, or PolybaseImport resource.

public class SqlDatabaseExtension : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.SqlDatabaseExtension>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.SqlDatabaseExtension>
type SqlDatabaseExtension = class
    inherit ResourceData
    interface IJsonModel<SqlDatabaseExtension>
    interface IPersistableModel<SqlDatabaseExtension>
Public Class SqlDatabaseExtension
Inherits ResourceData
Implements IJsonModel(Of SqlDatabaseExtension), IPersistableModel(Of SqlDatabaseExtension)
Inheritance
SqlDatabaseExtension
Implements

Constructors

SqlDatabaseExtension()

Initializes a new instance of SqlDatabaseExtension.

Properties

AdministratorLogin

Administrator login name.

AdministratorLoginPassword

Administrator login password.

AuthenticationType

Authentication type: SQL authentication or AD password.

DatabaseEdition

Database edition for the newly created database in the case of an import operation.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
MaxSizeBytes

Database max size in bytes for the newly created database in the case of an import operation.

Name

The name of the resource.

(Inherited from ResourceData)
NetworkIsolation

Optional resource information to enable network isolation for request.

OperationMode

Operation mode of the operation: Import, Export, or PolybaseImport.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
ServiceObjectiveName

Database service level objective for the newly created database in the case of an import operation.

StorageKey

Storage key for the storage account.

StorageKeyType

Storage key type: StorageAccessKey or SharedAccessKey.

StorageUri

Storage Uri for the storage account.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SqlDatabaseExtension>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SqlDatabaseExtension>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlDatabaseExtension>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlDatabaseExtension>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SqlDatabaseExtension>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to