Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.ViewInner
Packages that use ViewInner
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ViewInner in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent that return ViewInnerModifier and TypeMethodDescriptionViewsClient.createOrUpdate(String viewName, ViewInner parameters) The operation to create or update a view.ViewsClient.createOrUpdateByScope(String scope, String viewName, ViewInner parameters) The operation to create or update a view.Gets the view by view name.ViewsClient.getByScope(String scope, String viewName) Gets the view for the defined scope by view name.Methods in com.azure.resourcemanager.costmanagement.fluent that return types with arguments of type ViewInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ViewInner>ViewsClient.createOrUpdateByScopeWithResponse(String scope, String viewName, ViewInner parameters, com.azure.core.util.Context context) The operation to create or update a view.com.azure.core.http.rest.Response<ViewInner>ViewsClient.createOrUpdateWithResponse(String viewName, ViewInner parameters, com.azure.core.util.Context context) The operation to create or update a view.com.azure.core.http.rest.Response<ViewInner>ViewsClient.getByScopeWithResponse(String scope, String viewName, com.azure.core.util.Context context) Gets the view for the defined scope by view name.com.azure.core.http.rest.Response<ViewInner>ViewsClient.getWithResponse(String viewName, com.azure.core.util.Context context) Gets the view by view name.com.azure.core.http.rest.PagedIterable<ViewInner>ViewsClient.list()Lists all views by tenant and object.com.azure.core.http.rest.PagedIterable<ViewInner>ViewsClient.list(com.azure.core.util.Context context) Lists all views by tenant and object.com.azure.core.http.rest.PagedIterable<ViewInner>ViewsClient.listByScope(String scope) Lists all views at the given scope.com.azure.core.http.rest.PagedIterable<ViewInner>ViewsClient.listByScope(String scope, com.azure.core.util.Context context) Lists all views at the given scope.Methods in com.azure.resourcemanager.costmanagement.fluent with parameters of type ViewInnerModifier and TypeMethodDescriptionViewsClient.createOrUpdate(String viewName, ViewInner parameters) The operation to create or update a view.ViewsClient.createOrUpdateByScope(String scope, String viewName, ViewInner parameters) The operation to create or update a view.com.azure.core.http.rest.Response<ViewInner>ViewsClient.createOrUpdateByScopeWithResponse(String scope, String viewName, ViewInner parameters, com.azure.core.util.Context context) The operation to create or update a view.com.azure.core.http.rest.Response<ViewInner>ViewsClient.createOrUpdateWithResponse(String viewName, ViewInner parameters, com.azure.core.util.Context context) The operation to create or update a view. -
Uses of ViewInner in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ViewInnerModifier and TypeMethodDescriptionViewInner.withAccumulated(AccumulatedType accumulated) Set the accumulated property: Show costs accumulated over time.Set the chart property: Chart type of the main view in Cost Analysis.ViewInner.withDataSet(ReportConfigDataset dataSet) Set the dataSet property: Has definition for data in this report config.ViewInner.withDisplayName(String displayName) Set the displayName property: User input name of the view.Set the etag property: eTag of the resource.ViewInner.withIncludeMonetaryCommitment(Boolean includeMonetaryCommitment) Set the includeMonetaryCommitment property: If true, report includes monetary commitment.ViewInner.withKpis(List<KpiProperties> kpis) Set the kpis property: List of KPIs to show in Cost Analysis UI.ViewInner.withMetric(MetricType metric) Set the metric property: Metric to use when displaying costs.ViewInner.withPivots(List<PivotProperties> pivots) Set the pivots property: Configuration of 3 sub-views in the Cost Analysis UI.Set the scope property: Cost Management scope to save the view on.ViewInner.withTimeframe(ReportTimeframeType timeframe) Set the timeframe property: The time frame for pulling data for the report.ViewInner.withTimePeriod(ReportConfigTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the report.ViewInner.withTypePropertiesType(ReportType type) Set the type property: The type of the report. -
Uses of ViewInner in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ViewInnerModifier and TypeMethodDescriptionView.innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ViewInner object.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ViewInnerModifier and TypeMethodDescriptionViewListResult.value()Get the value property: The list of views.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ViewInnerModifier and TypeMethodDescriptionViews.createOrUpdate(String viewName, ViewInner parameters) The operation to create or update a view.com.azure.core.http.rest.Response<View>Views.createOrUpdateWithResponse(String viewName, ViewInner parameters, com.azure.core.util.Context context) The operation to create or update a view.