ArmSynapseModelFactory.SynapseReadWriteDatabase 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 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
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.
The time the data should be kept before it stops being accessible to queries in TimeSpan.
The time the data should be kept in cache for fast queries in TimeSpan.
Returns
A new SynapseReadWriteDatabase instance for mocking.
Applies to
Azure SDK for .NET