Share via


ArmSynapseModelFactory.SynapseAttachedDatabaseConfigurationData Method

Definition

Initializes a new instance of SynapseAttachedDatabaseConfigurationData.

public static Azure.ResourceManager.Synapse.SynapseAttachedDatabaseConfigurationData SynapseAttachedDatabaseConfigurationData (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, string databaseName = default, Azure.Core.ResourceIdentifier kustoPoolResourceId = default, System.Collections.Generic.IEnumerable<string> attachedDatabaseNames = default, Azure.ResourceManager.Synapse.Models.SynapseDefaultPrincipalsModificationKind? defaultPrincipalsModificationKind = default, Azure.ResourceManager.Synapse.Models.SynapseTableLevelSharingProperties tableLevelSharingProperties = default);
static member SynapseAttachedDatabaseConfigurationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.Synapse.Models.ResourceProvisioningState> * string * Azure.Core.ResourceIdentifier * seq<string> * Nullable<Azure.ResourceManager.Synapse.Models.SynapseDefaultPrincipalsModificationKind> * Azure.ResourceManager.Synapse.Models.SynapseTableLevelSharingProperties -> Azure.ResourceManager.Synapse.SynapseAttachedDatabaseConfigurationData
Public Shared Function SynapseAttachedDatabaseConfigurationData (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 databaseName As String = Nothing, Optional kustoPoolResourceId As ResourceIdentifier = Nothing, Optional attachedDatabaseNames As IEnumerable(Of String) = Nothing, Optional defaultPrincipalsModificationKind As Nullable(Of SynapseDefaultPrincipalsModificationKind) = Nothing, Optional tableLevelSharingProperties As SynapseTableLevelSharingProperties = Nothing) As SynapseAttachedDatabaseConfigurationData

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.

databaseName
String

The name of the database which you would like to attach, use * if you want to follow all current and future databases.

kustoPoolResourceId
ResourceIdentifier

The resource id of the kusto pool where the databases you would like to attach reside.

attachedDatabaseNames
IEnumerable<String>

The list of databases from the clusterResourceId which are currently attached to the kusto pool.

defaultPrincipalsModificationKind
Nullable<SynapseDefaultPrincipalsModificationKind>

The default principals modification kind.

tableLevelSharingProperties
SynapseTableLevelSharingProperties

Table level sharing specifications.

Returns

A new SynapseAttachedDatabaseConfigurationData instance for mocking.

Applies to