Share via


ArmSynapseModelFactory.SynapseRestorableDroppedSqlPoolData Method

Definition

Initializes a new instance of SynapseRestorableDroppedSqlPoolData.

public static Azure.ResourceManager.Synapse.SynapseRestorableDroppedSqlPoolData SynapseRestorableDroppedSqlPoolData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, string databaseName = default, string edition = default, string maxSizeBytes = default, string serviceLevelObjective = default, string elasticPoolName = default, DateTimeOffset? createdOn = default, DateTimeOffset? deletedOn = default, DateTimeOffset? earliestRestoreOn = default);
static member SynapseRestorableDroppedSqlPoolData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * string * string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Synapse.SynapseRestorableDroppedSqlPoolData
Public Shared Function SynapseRestorableDroppedSqlPoolData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = 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 createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional deletedOn As Nullable(Of DateTimeOffset) = Nothing, Optional earliestRestoreOn As Nullable(Of DateTimeOffset) = Nothing) As SynapseRestorableDroppedSqlPoolData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

location
Nullable<AzureLocation>

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.

createdOn
Nullable<DateTimeOffset>

The creation date of the database (ISO8601 format).

deletedOn
Nullable<DateTimeOffset>

The deletion date of the database (ISO8601 format).

earliestRestoreOn
Nullable<DateTimeOffset>

The earliest restore date of the database (ISO8601 format).

Returns

A new SynapseRestorableDroppedSqlPoolData instance for mocking.

Applies to