Share via


ArmSynapseModelFactory.SynapseReadWriteDatabase Method

Definition

Initializes a new instance of SynapseReadWriteDatabase.

public static Azure.ResourceManager.Synapse.Models.SynapseReadWriteDatabase SynapseReadWriteDatabase (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.Synapse.Models.ResourceProvisioningState? provisioningState = default, TimeSpan? softDeletePeriod = default, TimeSpan? hotCachePeriod = default, float? statisticsSize = default, bool? isFollowed = default);
static member SynapseReadWriteDatabase : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.Synapse.Models.ResourceProvisioningState> * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<single> * Nullable<bool> -> Azure.ResourceManager.Synapse.Models.SynapseReadWriteDatabase
Public Shared Function SynapseReadWriteDatabase (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 provisioningState As Nullable(Of ResourceProvisioningState) = Nothing, Optional softDeletePeriod As Nullable(Of TimeSpan) = Nothing, Optional hotCachePeriod As Nullable(Of TimeSpan) = Nothing, Optional statisticsSize As Nullable(Of Single) = Nothing, Optional isFollowed As Nullable(Of Boolean) = Nothing) As SynapseReadWriteDatabase

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

location
Nullable<AzureLocation>

Resource location.

provisioningState
Nullable<ResourceProvisioningState>

The provisioned state of the resource.

softDeletePeriod
Nullable<TimeSpan>

The time the data should be kept before it stops being accessible to queries in TimeSpan.

hotCachePeriod
Nullable<TimeSpan>

The time the data should be kept in cache for fast queries in TimeSpan.

statisticsSize
Nullable<Single>

The statistics of the database.

isFollowed
Nullable<Boolean>

Indicates whether the database is followed.

Returns

A new SynapseReadWriteDatabase instance for mocking.

Applies to