Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartPoint
-
Packages that use MicrosoftGraphWorkbookChartPoint Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphWorkbookChartPoint in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookChartPoint Modifier and Type Method Description MicrosoftGraphWorkbookChartPointMicrosoftGraphWorkbookChartPoint. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChartPoint.MicrosoftGraphWorkbookChartPointMicrosoftGraphWorkbookChartPoint. withFormat(MicrosoftGraphWorkbookChartPointFormat format)Set the format property: workbookChartPointFormat.MicrosoftGraphWorkbookChartPointMicrosoftGraphWorkbookChartPoint. withId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookChartPointMicrosoftGraphWorkbookChartPoint. withValue(Map<String,Object> value)Set the value property: Json.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookChartPoint Modifier and Type Method Description List<MicrosoftGraphWorkbookChartPoint>MicrosoftGraphWorkbookChartSeries. points()Get the points property: Represents a collection of all points in the series.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookChartPoint Modifier and Type Method Description MicrosoftGraphWorkbookChartSeriesMicrosoftGraphWorkbookChartSeries. withPoints(List<MicrosoftGraphWorkbookChartPoint> points)Set the points property: Represents a collection of all points in the series.
-