DataExportListResult Class
- java.
lang. Object - com.
azure. resourcemanager. loganalytics. models. DataExportListResult
- com.
public final class DataExportListResult
Result of the request to list data exports.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| DataExportListResult() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
validate()
Validates the instance. |
|
List<Data |
value()
Get the value property: List of data export instances within a workspace.. |
|
Data |
withValue(List<DataExportInner> value)
Set the value property: List of data export instances within a workspace.. |
Methods inherited from java.lang.Object
Constructor Details
DataExportListResult
public DataExportListResult()
Method Details
validate
public void validate()
Validates the instance.
value
public List<DataExportInner> value()
Get the value property: List of data export instances within a workspace..
Returns:
withValue
public DataExportListResult withValue(List<DataExportInner> value)
Set the value property: List of data export instances within a workspace..
Parameters:
Returns: