Freigeben über


ArmSynapseModelFactory.SynapseReadWriteDatabase Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

location
Nullable<AzureLocation>

Ressourcenspeicherort

provisioningState
Nullable<ResourceProvisioningState>

Der bereitgestellte Zustand der Ressource.

softDeletePeriod
Nullable<TimeSpan>

Die Zeit, zu der die Daten aufbewahrt werden sollen, bevor sie für Abfragen in TimeSpan nicht mehr zugänglich sind.

hotCachePeriod
Nullable<TimeSpan>

Die Zeit, zu der die Daten für schnelle Abfragen in TimeSpan im Cache aufbewahrt werden sollen.

statisticsSize
Nullable<Single>

Die Statistiken der Datenbank.

isFollowed
Nullable<Boolean>

Gibt an, ob die Datenbank befolgt wird.

Gibt zurück

Eine neue SynapseReadWriteDatabase instance zum Mocking.

Gilt für: