Uses of Class
com.azure.resourcemanager.sql.fluent.models.DatabaseExtensionsProperties
Packages that use DatabaseExtensionsProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of DatabaseExtensionsProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type DatabaseExtensionsPropertiesModifier and TypeClassDescriptionfinal classContains the database information after a successful Import, Export, or PolybaseImport.Methods in com.azure.resourcemanager.sql.fluent.models that return DatabaseExtensionsPropertiesModifier and TypeMethodDescriptionstatic DatabaseExtensionsPropertiesDatabaseExtensionsProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseExtensionsProperties from the JsonReader.DatabaseExtensionsProperties.withAdministratorLogin(String administratorLogin) Set the administratorLogin property: Administrator login name.DatabaseExtensionsProperties.withAdministratorLoginPassword(String administratorLoginPassword) Set the administratorLoginPassword property: Administrator login password.DatabaseExtensionsProperties.withAuthenticationType(String authenticationType) Set the authenticationType property: Authentication type: SQL authentication or AD password.DatabaseExtensionsProperties.withDatabaseEdition(String databaseEdition) Set the databaseEdition property: Database edition for the newly created database in the case of an import operation.DatabaseExtensionsProperties.withMaxSizeBytes(String maxSizeBytes) Set the maxSizeBytes property: Database max size in bytes for the newly created database in the case of an import operation.DatabaseExtensionsProperties.withNetworkIsolation(NetworkIsolationSettings networkIsolation) Set the networkIsolation property: Optional resource information to enable network isolation for request.DatabaseExtensionsProperties.withOperationMode(OperationMode operationMode) Set the operationMode property: Operation mode of the operation: Import, Export, or PolybaseImport.DatabaseExtensionsProperties.withServiceObjectiveName(String serviceObjectiveName) Set the serviceObjectiveName property: Database service level objective for the newly created database in the case of an import operation.DatabaseExtensionsProperties.withStorageKey(String storageKey) Set the storageKey property: Storage key for the storage account.DatabaseExtensionsProperties.withStorageKeyType(StorageKeyType storageKeyType) Set the storageKeyType property: Storage key type: StorageAccessKey or SharedAccessKey.DatabaseExtensionsProperties.withStorageUri(String storageUri) Set the storageUri property: Storage Uri for the storage account.