Class WorkbookTemplateLocalizedGallery
java.lang.Object
com.azure.resourcemanager.applicationinsights.models.WorkbookTemplateLocalizedGallery
Localized template data and gallery information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the galleries property: Workbook galleries supported by the template.Get the templateData property: Valid JSON object containing workbook template payload.voidvalidate()Validates the instance.withGalleries(List<WorkbookTemplateGallery> galleries) Set the galleries property: Workbook galleries supported by the template.withTemplateData(Object templateData) Set the templateData property: Valid JSON object containing workbook template payload.
-
Constructor Details
-
WorkbookTemplateLocalizedGallery
public WorkbookTemplateLocalizedGallery()
-
-
Method Details
-
templateData
Get the templateData property: Valid JSON object containing workbook template payload.- Returns:
- the templateData value.
-
withTemplateData
Set the templateData property: Valid JSON object containing workbook template payload.- Parameters:
templateData- the templateData value to set.- Returns:
- the WorkbookTemplateLocalizedGallery object itself.
-
galleries
Get the galleries property: Workbook galleries supported by the template.- Returns:
- the galleries value.
-
withGalleries
Set the galleries property: Workbook galleries supported by the template.- Parameters:
galleries- the galleries value to set.- Returns:
- the WorkbookTemplateLocalizedGallery object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-