GetDatabasePrincipalAssignmentPlainArgs

data class GetDatabasePrincipalAssignmentPlainArgs(val clusterName: String, val databaseName: String, val principalAssignmentName: String, val resourceGroupName: String) : ConvertibleToJava<GetDatabasePrincipalAssignmentPlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String, databaseName: String, principalAssignmentName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Kusto cluster.

Link copied to clipboard

The name of the database in the Kusto cluster.

Link copied to clipboard

The name of the Kusto principalAssignment.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

Link copied to clipboard
open override fun toJava(): GetDatabasePrincipalAssignmentPlainArgs