DatabasePrincipalListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.kusto.fluent.models.DatabasePrincipalListResultInner

public final class DatabasePrincipalListResultInner

The list Kusto database principals operation response.

Constructor Summary

Constructor Description
DatabasePrincipalListResultInner()

Creates an instance of DatabasePrincipalListResultInner class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<DatabasePrincipalInner> value()

Get the value property: The list of Kusto database principals.

DatabasePrincipalListResultInner withValue(List<DatabasePrincipalInner> value)

Set the value property: The list of Kusto database principals.

Methods inherited from java.lang.Object

Constructor Details

DatabasePrincipalListResultInner

public DatabasePrincipalListResultInner()

Creates an instance of DatabasePrincipalListResultInner class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of Kusto database principals.

Returns:

the value value.

withValue

public DatabasePrincipalListResultInner withValue(List value)

Set the value property: The list of Kusto database principals.

Parameters:

value - the value value to set.

Returns:

the DatabasePrincipalListResultInner object itself.

Applies to