DatabaseImportDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the information necessary to perform import operation for new database.
public class DatabaseImportDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.DatabaseImportDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.DatabaseImportDefinition>
type DatabaseImportDefinition = class
interface IJsonModel<DatabaseImportDefinition>
interface IPersistableModel<DatabaseImportDefinition>
Public Class DatabaseImportDefinition
Implements IJsonModel(Of DatabaseImportDefinition), IPersistableModel(Of DatabaseImportDefinition)
- Inheritance
-
DatabaseImportDefinition
- Implements
Constructors
DatabaseImportDefinition(StorageKeyType, String, Uri, String, String) |
Initializes a new instance of DatabaseImportDefinition. |
Properties
AdministratorLogin |
Administrator login name. |
AdministratorLoginPassword |
Administrator login password. |
AuthenticationType |
Authentication type. |
DatabaseName |
Name of the import database. |
Edition |
Edition of the import database. |
MaxSizeBytes |
Max size in bytes for the import database. |
NetworkIsolation |
Optional resource information to enable network isolation for request. |
ServiceObjectiveName |
Service level objective name of the import database. |
StorageKey |
Storage key. |
StorageKeyType |
Storage key type. |
StorageUri |
Storage Uri. |
Explicit Interface Implementations
IJsonModel<DatabaseImportDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DatabaseImportDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DatabaseImportDefinition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DatabaseImportDefinition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DatabaseImportDefinition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET