Bagikan melalui


RestorableDroppedSqlPool Constructors

Definition

Overloads

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.

RestorableDroppedSqlPool()

Initializes a new instance of the RestorableDroppedSqlPool class.

public RestorableDroppedSqlPool ();
Public Sub New ()

Applies to

RestorableDroppedSqlPool(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the RestorableDroppedSqlPool class.

public RestorableDroppedSqlPool (string id = default, string name = default, string type = default, string location = default, string databaseName = default, string edition = default, string maxSizeBytes = default, string serviceLevelObjective = default, string elasticPoolName = default, DateTime? creationDate = default, DateTime? deletionDate = default, DateTime? earliestRestoreDate = default);
new Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool : string * string * string * string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.Synapse.Models.RestorableDroppedSqlPool
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional databaseName As String = Nothing, Optional edition As String = Nothing, Optional maxSizeBytes As String = Nothing, Optional serviceLevelObjective As String = Nothing, Optional elasticPoolName As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional deletionDate As Nullable(Of DateTime) = Nothing, Optional earliestRestoreDate As Nullable(Of DateTime) = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

location
String

The geo-location where the resource lives

databaseName
String

The name of the database

edition
String

The edition of the database

maxSizeBytes
String

The max size in bytes of the database

serviceLevelObjective
String

The service level objective name of the database

elasticPoolName
String

The elastic pool name of the database

creationDate
Nullable<DateTime>

The creation date of the database (ISO8601 format)

deletionDate
Nullable<DateTime>

The deletion date of the database (ISO8601 format)

earliestRestoreDate
Nullable<DateTime>

The earliest restore date of the database (ISO8601 format)

Applies to