Microsoft.WindowsAzure.Management.Sql.Models Namespace

 

Classes

Class Description
System_CAPS_pubclass DacExportParameters.BlobCredentialsParameter

The credentials needed to connect to Azure Blob Storage to export the DACPAC file.

System_CAPS_pubclass DacImportParameters.BlobCredentialsParameter

Represents the Azure Blob Storage information needed for connecting and retrieving the DACPAC file.

System_CAPS_pubclass DacExportParameters.ConnectionInfoParameter

Represents the connection information for the Azure SQL Database to export.

System_CAPS_pubclass DacImportParameters.ConnectionInfoParameter

Represents the connection information for the Azure SQL Database into which the DACPAC file will be imported.

System_CAPS_pubclass DacExportParameters

Represents the parameters needed to initiate an Azure SQL Database Export operation.

System_CAPS_pubclass DacGetStatusParameters

Represents the parameters that are needed to retrieve the status of an Azure SQL Database import or export operation.

System_CAPS_pubclass DacGetStatusResponse

Represents a list of import or export status values returned from GetStatus.

System_CAPS_pubclass DacImportExportResponse

Represents the response that the service returns once an import or export operation has been initiated.

System_CAPS_pubclass DacImportParameters

Represents the parameters that are needed to initiate an Azure SQL Database import operation.

System_CAPS_pubclass Database

Represents a database in the Azure SQL Database service.

System_CAPS_pubclass DatabaseCopy

Represents the Azure SQL Database copy.

System_CAPS_pubclass DatabaseCopyCreateParameters

Represents the parameters supplied to the Create Database Copy operation.

System_CAPS_pubclass DatabaseCopyCreateResponse

Represents a response to the create request.

System_CAPS_pubclass DatabaseCopyGetResponse

Represents a response to the get request.

System_CAPS_pubclass DatabaseCopyListResponse

Represents the response containing the list of database copies for a given database.

System_CAPS_pubclass DatabaseCopyUpdateParameters

Represents the parameters supplied to the Update Database Copy operation.

System_CAPS_pubclass DatabaseCopyUpdateResponse

Represents a response to the update request.

System_CAPS_pubclass DatabaseCreateParameters

Represents the parameters required to create a new database on a Azure SQL Database Server.

System_CAPS_pubclass DatabaseCreateResponse

Represents the response to a create database request from the service.

System_CAPS_pubclass DatabaseEditions

Defines the valid editions of Azure SQL Databases.

System_CAPS_pubclass DatabaseEventLog

Represents the event log entry for a database.

System_CAPS_pubclass DatabaseGetEventLogsParameters

Represents the parameters supplied to the Get Database Event Logs operation.

System_CAPS_pubclass DatabaseGetEventLogsResponse

Contains the response to a Get Database Event Logs request.

System_CAPS_pubclass DatabaseGetResponse

Contains the response to a Get Database request.

System_CAPS_pubclass DatabaseListResponse

Contains a collection of databases for a given Azure SQL Database Server.

System_CAPS_pubclass DatabaseOperation

Contains all the information pertaining to a database operation that transpired.

System_CAPS_pubclass DatabaseOperationGetResponse

Represents the database operation for a given operation Guid.

System_CAPS_pubclass DatabaseOperationListResponse

Represents the response containing the list of database operations for a given server or database.

System_CAPS_pubclass DatabaseUpdateParameters

Represents the parameters supplied to the Create Database operation.

System_CAPS_pubclass DatabaseUpdateResponse

Contains the response from a request to Update Database.

System_CAPS_pubclass ServiceObjective.DimensionSettingResponse

Dimension setting.

System_CAPS_pubclass FirewallRule

Represents a Firewall Rule for an Azure SQL Database Server.

System_CAPS_pubclass FirewallRuleCreateParameters

Represents the parameters for the Create Firewall Rule operation.

System_CAPS_pubclass FirewallRuleCreateResponse

Contains the response to a Create Firewall Rule operation.

System_CAPS_pubclass FirewallRuleGetResponse

Contains the response from a request to Get Firewall Rule.

System_CAPS_pubclass FirewallRuleListResponse

Contains the response from a request to List Firewall Rules.

System_CAPS_pubclass FirewallRuleUpdateParameters

Represents the parameters for the Create Firewall Rule operation.

System_CAPS_pubclass FirewallRuleUpdateResponse

Represents the firewall rule update response.

System_CAPS_pubclass Quota

Represents a quota for a server. Quotas are used to govern how many database of different types can be created.

System_CAPS_pubclass QuotaGetResponse

Represents the response structure for the Quota Get operation.

System_CAPS_pubclass QuotaListResponse

Represents the response structure for the Quota List operation.

System_CAPS_pubclass RecoverableDatabase

Represents a recoverable Azure SQL Database.

System_CAPS_pubclass RecoverableDatabaseGetResponse

Contains the response to the Get Recoverable Database request.

System_CAPS_pubclass RecoverableDatabaseListResponse

Contains the response to the List Recoverable Databases request.

System_CAPS_pubclass RecoverDatabaseOperation

Represents a recovery operation for an Azure SQL Database.

System_CAPS_pubclass RecoverDatabaseOperationCreateParameters

Contains the parameters supplied to the Create Recover Database Operation request.

System_CAPS_pubclass RecoverDatabaseOperationCreateResponse

Contains the response to the Create Recover Database Operation request.

System_CAPS_pubclass RestorableDroppedDatabase

A dropped Azure SQL Database that can be restored.

System_CAPS_pubclass RestorableDroppedDatabaseGetResponse

Contains the response to the Get Restorable Dropped Database request.

System_CAPS_pubclass RestorableDroppedDatabaseListResponse

Contains the response to the List Restorable Dropped Databases request.

System_CAPS_pubclass RestoreDatabaseOperation

Represents a restore operation for an Azure SQL Database.

System_CAPS_pubclass RestoreDatabaseOperationCreateParameters

Contains the parameters supplied to the Create Restore Database Operation request.

System_CAPS_pubclass RestoreDatabaseOperationCreateResponse

Contains the response to the Create Restore Database Operation request.

System_CAPS_pubclass Server

Represents an individual Azure SQL Database Server.

System_CAPS_pubclass ServerChangeAdministratorPasswordParameters

Contains all the necessary information to change the administrator password for a server.

System_CAPS_pubclass ServerCreateParameters

The parameters that are used by the service to provision a server. The parameters marked optional are not required by the service.

System_CAPS_pubclass ServerCreateResponse

The response returned from the Create Server operation. This contains all the information returned from the service when a server is created.

System_CAPS_pubclass ServerListResponse

The response structure for the Server List operation. Contains a list of all the servers in a subscription.

System_CAPS_pubclass ServiceObjective

Contains all the information pertaining to a service objective.

System_CAPS_pubclass ServiceObjectiveGetResponse

Response containing the service objective for a given Azure SQL Database Server with matching service objective Id.

System_CAPS_pubclass ServiceObjectiveListResponse

Response containing the list of service objective for a given server. This is returnedfrom a call to List Service Objectives.

System_CAPS_pubclass SqlModelCommon

Common service resource properties found on resources returned by the service.

System_CAPS_pubclass StatusInfo

Describes the status of an import or export operation.

Return to top