ArmSynapseModelFactory.SynapseRecoverableSqlPoolData Method
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.
Initializes a new instance of SynapseRecoverableSqlPoolData.
public static Azure.ResourceManager.Synapse.SynapseRecoverableSqlPoolData SynapseRecoverableSqlPoolData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string edition = default, string serviceLevelObjective = default, string elasticPoolName = default, DateTimeOffset? lastAvailableBackupOn = default);
static member SynapseRecoverableSqlPoolData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Synapse.SynapseRecoverableSqlPoolData
Public Shared Function SynapseRecoverableSqlPoolData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional edition As String = Nothing, Optional serviceLevelObjective As String = Nothing, Optional elasticPoolName As String = Nothing, Optional lastAvailableBackupOn As Nullable(Of DateTimeOffset) = Nothing) As SynapseRecoverableSqlPoolData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- edition
- String
The edition of the database.
- serviceLevelObjective
- String
The service level objective name of the database.
- elasticPoolName
- String
The elastic pool name of the database.
- lastAvailableBackupOn
- Nullable<DateTimeOffset>
The last available backup date of the database (ISO8601 format).
Returns
A new SynapseRecoverableSqlPoolData instance for mocking.
Applies to
Azure SDK for .NET