azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

110 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase"
fullName: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase"
name: "SqlRestorableDroppedDatabase"
nameWithType: "SqlRestorableDroppedDatabase"
summary: "Response containing Azure SQL restorable dropped database."
syntax: "public interface **SqlRestorableDroppedDatabase**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase?alt=com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase&text=SqlRestorableDroppedDatabase\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabaseInner?alt=com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabaseInner&text=RestorableDroppedDatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.creationDate()"
fullName: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.creationDate()"
name: "creationDate()"
nameWithType: "SqlRestorableDroppedDatabase.creationDate()"
modifiers:
- "abstract"
syntax: "public abstract DateTime creationDate()"
returns:
description: "the creation date of the database (ISO8601 format)"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.databaseName()"
fullName: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.databaseName()"
name: "databaseName()"
nameWithType: "SqlRestorableDroppedDatabase.databaseName()"
modifiers:
- "abstract"
syntax: "public abstract String databaseName()"
returns:
description: "the name of the database"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.deletionDate()"
fullName: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.deletionDate()"
name: "deletionDate()"
nameWithType: "SqlRestorableDroppedDatabase.deletionDate()"
modifiers:
- "abstract"
syntax: "public abstract DateTime deletionDate()"
returns:
description: "the deletion date of the database (ISO8601 format)"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.earliestRestoreDate()"
fullName: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.earliestRestoreDate()"
name: "earliestRestoreDate()"
nameWithType: "SqlRestorableDroppedDatabase.earliestRestoreDate()"
modifiers:
- "abstract"
syntax: "public abstract DateTime earliestRestoreDate()"
returns:
description: "the earliest restore date of the database (ISO8601 format)"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.edition()"
fullName: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.edition()"
name: "edition()"
nameWithType: "SqlRestorableDroppedDatabase.edition()"
modifiers:
- "abstract"
syntax: "public abstract String edition()"
returns:
description: "the edition of the database"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.elasticPoolName()"
fullName: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.elasticPoolName()"
name: "elasticPoolName()"
nameWithType: "SqlRestorableDroppedDatabase.elasticPoolName()"
modifiers:
- "abstract"
syntax: "public abstract String elasticPoolName()"
returns:
description: "the elastic pool name of the database"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.maxSizeBytes()"
fullName: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.maxSizeBytes()"
name: "maxSizeBytes()"
nameWithType: "SqlRestorableDroppedDatabase.maxSizeBytes()"
modifiers:
- "abstract"
syntax: "public abstract String maxSizeBytes()"
returns:
description: "the max size in bytes of the database"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.region()"
fullName: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.region()"
name: "region()"
nameWithType: "SqlRestorableDroppedDatabase.region()"
modifiers:
- "abstract"
syntax: "public abstract Region region()"
returns:
description: "the geo-location where the resource lives"
type: "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.Region?alt=com.microsoft.azure.management.resources.fluentcore.arm.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.serviceLevelObjective()"
fullName: "com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase.serviceLevelObjective()"
name: "serviceLevelObjective()"
nameWithType: "SqlRestorableDroppedDatabase.serviceLevelObjective()"
modifiers:
- "abstract"
syntax: "public abstract String serviceLevelObjective()"
returns:
description: "the service level objective name of the database"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Response containing Azure SQL restorable dropped database."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabaseInner?alt=com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabaseInner&text=RestorableDroppedDatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase?alt=com.microsoft.azure.management.sql.SqlRestorableDroppedDatabase&text=SqlRestorableDroppedDatabase\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4