ScriptListResult Class
- java.
lang. Object - com.
azure. resourcemanager. kusto. models. ScriptListResult
- com.
public final class ScriptListResult
The list Kusto database script operation response.
Constructor Summary
Constructor | Description |
---|---|
ScriptListResult() |
Creates an instance of Script |
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
validate()
Validates the instance. |
List<Script |
value()
Get the value property: The list of Kusto scripts. |
Script |
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
Get the value property: The list of Kusto scripts.
Returns:
the value value.
withValue
public ScriptListResult withValue(List
Set the value property: The list of Kusto scripts.
Parameters:
value
- the value value to set.
Returns:
the ScriptListResult object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java