Uses of Interface
com.azure.resourcemanager.costmanagement.models.View
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of View in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionView.Update.apply()
Executes the update request.View.Update.apply
(com.azure.core.util.Context context) Executes the update request.View.DefinitionStages.WithCreate.create()
Executes the create request.View.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Views.createOrUpdate
(String viewName, ViewInner parameters) The operation to create or update a view.Gets the view by view name.Gets the view for the defined scope by view name.Views.getByScope
(String scope, String viewName) Gets the view for the defined scope by view name.View.refresh()
Refreshes the resource to sync with Azure.View.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<View>
Views.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets the view for the defined scope by view name.com.azure.core.http.rest.Response<View>
Views.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<View>
Views.getWithResponse
(String viewName, com.azure.core.util.Context context) Gets the view by view name.com.azure.core.http.rest.PagedIterable<View>
Views.list()
Lists all views by tenant and object.com.azure.core.http.rest.PagedIterable<View>
Views.list
(com.azure.core.util.Context context) Lists all views by tenant and object.com.azure.core.http.rest.PagedIterable<View>
Views.listByScope
(String scope) Lists all views at the given scope.com.azure.core.http.rest.PagedIterable<View>
Views.listByScope
(String scope, com.azure.core.util.Context context) Lists all views at the given scope.