Search
Plugins
>
Azure 1.2.0
>
com.microsoft.azure.management.sql.SqlDatabase
>
Interface com.microsoft.azure.management.sql.SqlDatabase
Extends
java.lang.Object
This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.
Attributes
None
Methods
Name
Returns
asWarehouse
()
com.microsoft.azure.management.sql.SqlWarehouse
collation
()
String
creationDate
()
org.joda.time.DateTime
currentServiceObjectiveId
()
java.util.UUID
databaseId
()
String
defaultSecondaryLocation
()
String
defineThreatDetectionPolicy
(
String
)
com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy$DefinitionStages$Blank
delete
()
void
deleteAsync
()
rx.Completable
earliestRestoreDate
()
org.joda.time.DateTime
edition
()
com.microsoft.azure.management.sql.DatabaseEditions
elasticPoolName
()
String
exportTo
(
String
)
com.microsoft.azure.management.sql.SqlDatabaseExportRequest$DefinitionStages$WithStorageTypeAndKey
exportTo
(
com.microsoft.azure.management.storage.StorageAccount
,
String
,
String
)
com.microsoft.azure.management.sql.SqlDatabaseExportRequest$DefinitionStages$WithAuthenticationTypeAndLoginPassword
exportTo
(
com.microsoft.azure.management.resources.fluentcore.model.Creatable
,
String
,
String
)
com.microsoft.azure.management.sql.SqlDatabaseExportRequest$DefinitionStages$WithAuthenticationTypeAndLoginPassword
getDatabaseAutomaticTuning
()
com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning
getThreatDetectionPolicy
()
com.microsoft.azure.management.sql.SqlDatabaseThreatDetectionPolicy
getTransparentDataEncryption
()
com.microsoft.azure.management.sql.TransparentDataEncryption
getTransparentDataEncryptionAsync
()
rx.Observable
getUpgradeHint
()
com.microsoft.azure.management.sql.UpgradeHintInterface
importBacpac
(
String
)
com.microsoft.azure.management.sql.SqlDatabaseImportRequest$DefinitionStages$WithStorageTypeAndKey
importBacpac
(
com.microsoft.azure.management.storage.StorageAccount
,
String
,
String
)
com.microsoft.azure.management.sql.SqlDatabaseImportRequest$DefinitionStages$WithAuthenticationTypeAndLoginPassword
isDataWarehouse
()
boolean
listMetricDefinitions
()
Object[]
listMetricDefinitionsAsync
()
rx.Observable
listMetrics
(
String
)
Object[]
listMetricsAsync
(
String
)
rx.Observable
listReplicationLinks
()
Properties
listReplicationLinksAsync
()
rx.Observable
listRestorePoints
()
Object[]
listRestorePointsAsync
()
rx.Observable
listServiceTierAdvisors
()
Properties
listServiceTierAdvisorsAsync
()
rx.Observable
listUsageMetrics
()
Object[]
listUsageMetricsAsync
()
rx.Observable
listUsages
()
Object[]
maxSizeBytes
()
Number
parentId
()
String
region
()
com.microsoft.azure.management.resources.fluentcore.arm.Region
regionName
()
String
rename
(
String
)
com.microsoft.azure.management.sql.SqlDatabase
renameAsync
(
String
)
rx.Observable
requestedServiceObjectiveId
()
java.util.UUID
requestedServiceObjectiveName
()
com.microsoft.azure.management.sql.ServiceObjectiveName
serviceLevelObjective
()
com.microsoft.azure.management.sql.ServiceObjectiveName
sqlServerName
()
String
status
()
String
syncGroups
()
com.microsoft.azure.management.sql.SqlSyncGroupOperations$SqlSyncGroupActionsDefinition
Returned by
Method
Returns
com.microsoft.azure.management.sql.SqlDatabase.rename
(
String
)
com.microsoft.azure.management.sql.SqlDatabase
com.microsoft.azure.management.sql.SqlElasticPool.addExistingDatabase
(
String
)
com.microsoft.azure.management.sql.SqlDatabase
com.microsoft.azure.management.sql.SqlElasticPool.addExistingDatabase
(
com.microsoft.azure.management.sql.SqlDatabase
)
com.microsoft.azure.management.sql.SqlDatabase
com.microsoft.azure.management.sql.SqlElasticPool.addNewDatabase
(
String
)
com.microsoft.azure.management.sql.SqlDatabase
com.microsoft.azure.management.sql.SqlElasticPool.getDatabase
(
String
)
com.microsoft.azure.management.sql.SqlDatabase
com.microsoft.azure.management.sql.SqlElasticPool.removeDatabase
(
String
)
com.microsoft.azure.management.sql.SqlDatabase
Referenced in
Method
Returns
com.microsoft.azure.management.sql.SqlElasticPool.addExistingDatabase
(
com.microsoft.azure.management.sql.SqlDatabase
)
com.microsoft.azure.management.sql.SqlDatabase
com.microsoft.azure.management.sql.SqlSyncMemberOperations$DefinitionStages$WithMemberSqlServer.withMemberSqlDatabase
(
com.microsoft.azure.management.sql.SqlDatabase
)
com.microsoft.azure.management.sql.SqlSyncMemberOperations$DefinitionStages$WithMemberUserName
com.vmware.o11n.plugin.azure.model.SqlDatabase.mapFromAzureObject
(
com.vmware.o11n.sdk.modeldriven.Sid
,
com.microsoft.azure.management.sql.SqlDatabase
)
void