AzureSqlDatabaseModelExpanded Class

Definition

Represents an Azure Sql Database

public class AzureSqlDatabaseModelExpanded : Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
type AzureSqlDatabaseModelExpanded = class
    inherit AzureSqlDatabaseModel
Public Class AzureSqlDatabaseModelExpanded
Inherits AzureSqlDatabaseModel
Inheritance
AzureSqlDatabaseModelExpanded

Constructors

AzureSqlDatabaseModelExpanded(String, String, Database)

Construct AzureSqlDatabaseModelExpanded from Management.Sql.LegacySdk.Models.Database object

Fields

IdTemplate

Template to generate database id

(Inherited from AzureSqlDatabaseModel)
PoolIdTemplate

Template to generate elastic pool id for the database

(Inherited from AzureSqlDatabaseModel)

Properties

AutoPauseDelayInMinutes

Gets or sets the Auto pause delay of the database

(Inherited from AzureSqlDatabaseModel)
Capacity

Gets or sets the capacity of the database. The capacity is Dtu number if the database is dtu based database; capacity is Vcore number if the database is vcore based database.

(Inherited from AzureSqlDatabaseModel)
CatalogCollation

Gets or sets the database collation

(Inherited from AzureSqlDatabaseModel)
CollationName

Gets or sets the database collation

(Inherited from AzureSqlDatabaseModel)
CreateMode

Gets or sets the create mode of the database.

(Inherited from AzureSqlDatabaseModel)
CreationDate

Gets or sets the creation date of the database

(Inherited from AzureSqlDatabaseModel)
CurrentBackupStorageRedundancy

Gets or sets the current backup storage redundancy for the database

(Inherited from AzureSqlDatabaseModel)
CurrentServiceObjectiveId

Gets or sets the current service objective ID

(Inherited from AzureSqlDatabaseModel)
CurrentServiceObjectiveName

Gets or sets the current service objective name

(Inherited from AzureSqlDatabaseModel)
DatabaseId

Gets or sets the unique ID of the database

(Inherited from AzureSqlDatabaseModel)
DatabaseName

Gets or sets the name of the database

(Inherited from AzureSqlDatabaseModel)
EarliestRestoreDate

Gets or sets the earliest restore date

(Inherited from AzureSqlDatabaseModel)
Edition

Gets or sets the edition of the database

(Inherited from AzureSqlDatabaseModel)
ElasticPoolName

Gets or sets the name of the Elastic Pool the database is in

(Inherited from AzureSqlDatabaseModel)
EnableLedger

Gets or sets the ledger property for the database

(Inherited from AzureSqlDatabaseModel)
EncryptionProtector

Gets or sets the encryption protector

(Inherited from AzureSqlDatabaseModel)
EncryptionProtectorAutoRotation

Gets or sets the value of AKV key auto rotation flag.

(Inherited from AzureSqlDatabaseModel)
Family

Gets or sets the Family of the database.

(Inherited from AzureSqlDatabaseModel)
FederatedClientId

Gets or sets a federated client id to use in xtcmk scenario

(Inherited from AzureSqlDatabaseModel)
FreeLimitExhaustionBehavior

Gets or sets the value of free limit exhaustion behavior if use free limit is enabled Can be AutoPause or BillOverUsage

(Inherited from AzureSqlDatabaseModel)
HighAvailabilityReplicaCount

Gets or sets the number of readonly secondary replicas for the database that are used to provide high availability

(Inherited from AzureSqlDatabaseModel)
Identity

Gets or sets the identity of the database.

(Inherited from AzureSqlDatabaseModel)
Keys

Gets or sets the list of AKV keys

(Inherited from AzureSqlDatabaseModel)
LicenseType

Gets or sets the LicenseType of the database

(Inherited from AzureSqlDatabaseModel)
Location

Gets or sets the location of the database

(Inherited from AzureSqlDatabaseModel)
MaintenanceConfigurationId

Gets or sets the maintenance configuration id for the database

(Inherited from AzureSqlDatabaseModel)
MaxSizeBytes

Gets or sets the max size of the database in bytes

(Inherited from AzureSqlDatabaseModel)
MinimumCapacity

Minimal capacity that database will always have allocated, if not paused

(Inherited from AzureSqlDatabaseModel)
PausedDate

Gets or sets the PausedDate

(Inherited from AzureSqlDatabaseModel)
PreferredEnclaveType

Gets or sets type of enclave requested on the database i.e. Default or VBS enclaves. Possible values include: 'Default', 'VBS'

(Inherited from AzureSqlDatabaseModel)
ReadReplicaCount

Gets or sets the number of readonly secondary replicas for the database that are used to provide high availability

(Inherited from AzureSqlDatabaseModel)
ReadScale

Gets or sets the read scale option of the database (Disabled/Enabled).

(Inherited from AzureSqlDatabaseModel)
RequestedBackupStorageRedundancy

Gets or sets the requested backup storage redundancy for the database

(Inherited from AzureSqlDatabaseModel)
RequestedServiceObjectiveId

gets or sets the requested service objective ID

(Inherited from AzureSqlDatabaseModel)
RequestedServiceObjectiveName

Gets or sets the requested service objective name

(Inherited from AzureSqlDatabaseModel)
ResourceGroupName

Gets or sets the name of the resource group

(Inherited from AzureSqlDatabaseModel)
ResourceId

Gets or sets the resource ID of the database.

(Inherited from AzureSqlDatabaseModel)
ResumedDate

Gets or sets the ResumeDate

(Inherited from AzureSqlDatabaseModel)
SecondaryType

Gets or sets the secondary type for the database if it is a secondary.

(Inherited from AzureSqlDatabaseModel)
ServerName

Gets or sets the name of the server

(Inherited from AzureSqlDatabaseModel)
ServiceTierAdvisor

Service tier advisor for this database

SkuName

Gets or sets the SkuName of the database.

(Inherited from AzureSqlDatabaseModel)
Status

Gets or sets the status of the databse

(Inherited from AzureSqlDatabaseModel)
Tags

Gets or sets the tags associated with the server.

(Inherited from AzureSqlDatabaseModel)
UseFreeLimit

Gets or sets the value that indicates if use free limit is selected for database

(Inherited from AzureSqlDatabaseModel)
ZoneRedundant

Gets or sets the zone redundant option of the database.

(Inherited from AzureSqlDatabaseModel)

Applies to