ArmSynapseModelFactory.SynapseReadOnlyFollowingDatabase 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 SynapseReadOnlyFollowingDatabase.
public static Azure.ResourceManager.Synapse.Models.SynapseReadOnlyFollowingDatabase SynapseReadOnlyFollowingDatabase (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, string leaderClusterResourceId = default, string attachedDatabaseConfigurationName = default, Azure.ResourceManager.Synapse.Models.SynapsePrincipalsModificationKind? principalsModificationKind = default);
static member SynapseReadOnlyFollowingDatabase : 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> * string * string * Nullable<Azure.ResourceManager.Synapse.Models.SynapsePrincipalsModificationKind> -> Azure.ResourceManager.Synapse.Models.SynapseReadOnlyFollowingDatabase
Public Shared Function SynapseReadOnlyFollowingDatabase (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 leaderClusterResourceId As String = Nothing, Optional attachedDatabaseConfigurationName As String = Nothing, Optional principalsModificationKind As Nullable(Of SynapsePrincipalsModificationKind) = Nothing) As SynapseReadOnlyFollowingDatabase
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.
- leaderClusterResourceId
- String
The name of the leader cluster.
- attachedDatabaseConfigurationName
- String
The name of the attached database configuration cluster.
- principalsModificationKind
- Nullable<SynapsePrincipalsModificationKind>
The principals modification kind of the database.
Returns
A new SynapseReadOnlyFollowingDatabase instance for mocking.
Applies to
Azure SDK for .NET