DataExportListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.loganalytics.models.DataExportListResult

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<DataExportInner> value()

Get the value property: List of data export instances within a workspace..

DataExportListResult 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:

the value value.

withValue

public DataExportListResult withValue(List<DataExportInner> value)

Set the value property: List of data export instances within a workspace..

Parameters:

value - the value value to set.

Returns:

the DataExportListResult object itself.

Applies to