KustoDatabasePrincipal Constructor
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 KustoDatabasePrincipal.
public KustoDatabasePrincipal (Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalRole role, string name, Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalType principalType);
new Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal : Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalRole * string * Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipalType -> Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal
Public Sub New (role As KustoDatabasePrincipalRole, name As String, principalType As KustoDatabasePrincipalType)
Parameters
Database principal role.
- name
- String
Database principal name.
- principalType
- KustoDatabasePrincipalType
Database principal type.
Exceptions
name
is null.