ArmKustoModelFactory.KustoAttachedDatabaseConfigurationData 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 KustoAttachedDatabaseConfigurationData.
public static Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationData KustoAttachedDatabaseConfigurationData (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.Kusto.Models.KustoProvisioningState? provisioningState = default, string databaseName = default, Azure.Core.ResourceIdentifier clusterResourceId = default, System.Collections.Generic.IEnumerable<string> attachedDatabaseNames = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseDefaultPrincipalsModificationKind? defaultPrincipalsModificationKind = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseTableLevelSharingProperties tableLevelSharingProperties = default, string databaseNameOverride = default, string databaseNamePrefix = default);
static member KustoAttachedDatabaseConfigurationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> * string * Azure.Core.ResourceIdentifier * seq<string> * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseDefaultPrincipalsModificationKind> * Azure.ResourceManager.Kusto.Models.KustoDatabaseTableLevelSharingProperties * string * string -> Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationData
Public Shared Function KustoAttachedDatabaseConfigurationData (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 KustoProvisioningState) = Nothing, Optional databaseName As String = Nothing, Optional clusterResourceId As ResourceIdentifier = Nothing, Optional attachedDatabaseNames As IEnumerable(Of String) = Nothing, Optional defaultPrincipalsModificationKind As Nullable(Of KustoDatabaseDefaultPrincipalsModificationKind) = Nothing, Optional tableLevelSharingProperties As KustoDatabaseTableLevelSharingProperties = Nothing, Optional databaseNameOverride As String = Nothing, Optional databaseNamePrefix As String = Nothing) As KustoAttachedDatabaseConfigurationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- location
- Nullable<AzureLocation>
Resource location.
- provisioningState
- Nullable<KustoProvisioningState>
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.
- clusterResourceId
- ResourceIdentifier
The resource id of the cluster 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 cluster.
- defaultPrincipalsModificationKind
- Nullable<KustoDatabaseDefaultPrincipalsModificationKind>
The default principals modification kind.
- tableLevelSharingProperties
- KustoDatabaseTableLevelSharingProperties
Table level sharing specifications.
- databaseNameOverride
- String
Overrides the original database name. Relevant only when attaching to a specific database.
- databaseNamePrefix
- String
Adds a prefix to the attached databases name. When following an entire cluster, that prefix would be added to all of the databases original names from leader cluster.
Returns
A new KustoAttachedDatabaseConfigurationData instance for mocking.