Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChartSeries
-
Packages that use MicrosoftGraphWorkbookChartSeries Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphWorkbookChartSeries in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookChartSeries Modifier and Type Method Description MicrosoftGraphWorkbookChartSeriesMicrosoftGraphWorkbookChartSeries. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChartSeries.MicrosoftGraphWorkbookChartSeriesMicrosoftGraphWorkbookChartSeries. withFormat(MicrosoftGraphWorkbookChartSeriesFormat format)Set the format property: workbookChartSeriesFormat.MicrosoftGraphWorkbookChartSeriesMicrosoftGraphWorkbookChartSeries. withId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookChartSeriesMicrosoftGraphWorkbookChartSeries. withName(String name)Set the name property: Represents the name of a series in a chart.MicrosoftGraphWorkbookChartSeriesMicrosoftGraphWorkbookChartSeries. withPoints(List<MicrosoftGraphWorkbookChartPoint> points)Set the points property: Represents a collection of all points in the series.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookChartSeries Modifier and Type Method Description List<MicrosoftGraphWorkbookChartSeries>MicrosoftGraphWorkbookChart. series()Get the series property: Represents either a single series or collection of series in the chart.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookChartSeries Modifier and Type Method Description MicrosoftGraphWorkbookChartMicrosoftGraphWorkbookChart. withSeries(List<MicrosoftGraphWorkbookChartSeries> series)Set the series property: Represents either a single series or collection of series in the chart.
-