Class WorkbookTemplatesListResult
java.lang.Object
com.azure.resourcemanager.applicationinsights.models.WorkbookTemplatesListResult
WorkbookTemplate list result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: An array of workbook templates.withValue(List<WorkbookTemplateInner> value) Set the value property: An array of workbook templates.
-
Constructor Details
-
WorkbookTemplatesListResult
public WorkbookTemplatesListResult()
-
-
Method Details
-
value
Get the value property: An array of workbook templates.- Returns:
- the value value.
-
withValue
Set the value property: An array of workbook templates.- Parameters:
value- the value value to set.- Returns:
- the WorkbookTemplatesListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-