ScriptListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.kusto.models.ScriptListResult

public final class ScriptListResult

The list Kusto database script operation response.

Constructor Summary

Constructor Description
ScriptListResult()

Creates an instance of ScriptListResult class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<ScriptInner> value()

Get the value property: The list of Kusto scripts.

ScriptListResult withValue(List<ScriptInner> value)

Set the value property: The list of Kusto scripts.

Methods inherited from java.lang.Object

Constructor Details

ScriptListResult

public ScriptListResult()

Creates an instance of ScriptListResult class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of Kusto scripts.

Returns:

the value value.

withValue

public ScriptListResult withValue(List value)

Set the value property: The list of Kusto scripts.

Parameters:

value - the value value to set.

Returns:

the ScriptListResult object itself.

Applies to