RestorableDroppedSqlPool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A restorable dropped Sql pool
[Microsoft.Rest.Serialization.JsonTransformation]
public class RestorableDroppedSqlPool : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestorableDroppedSqlPool = class
inherit ProxyResource
Public Class RestorableDroppedSqlPool
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
RestorableDroppedSqlPool() |
Initializes a new instance of the RestorableDroppedSqlPool class. |
RestorableDroppedSqlPool(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the RestorableDroppedSqlPool class. |
Properties
CreationDate |
Gets the creation date of the database (ISO8601 format) |
DatabaseName |
Gets the name of the database |
DeletionDate |
Gets the deletion date of the database (ISO8601 format) |
EarliestRestoreDate |
Gets the earliest restore date of the database (ISO8601 format) |
Edition |
Gets the edition of the database |
ElasticPoolName |
Gets the elastic pool name of the database |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Location |
Gets the geo-location where the resource lives |
MaxSizeBytes |
Gets the max size in bytes of the database |
Name |
Gets the name of the resource (Inherited from Resource) |
ServiceLevelObjective |
Gets the service level objective name of the database |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET