Interface DatabasePrincipalListResult
public interface DatabasePrincipalListResult
An immutable client-side representation of DatabasePrincipalListResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.kusto.fluent.models.DatabasePrincipalListResultInner object.value()
Gets the value property: The list of Kusto database principals.
-
Method Details
-
value
List<DatabasePrincipal> value()Gets the value property: The list of Kusto database principals.- Returns:
- the value value.
-
innerModel
DatabasePrincipalListResultInner innerModel()Gets the inner com.azure.resourcemanager.kusto.fluent.models.DatabasePrincipalListResultInner object.- Returns:
- the inner object.
-