Class DatabasePrincipalListRequest
java.lang.Object
com.azure.resourcemanager.kusto.models.DatabasePrincipalListRequest
The list Kusto database principals operation request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The list of Kusto database principals.withValue
(List<DatabasePrincipalInner> value) Set the value property: The list of Kusto database principals.
-
Constructor Details
-
DatabasePrincipalListRequest
public DatabasePrincipalListRequest()
-
-
Method Details
-
value
Get the value property: The list of Kusto database principals.- Returns:
- the value value.
-
withValue
Set the value property: The list of Kusto database principals.- Parameters:
value
- the value value to set.- Returns:
- the DatabasePrincipalListRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-