Uses of Interface
com.azure.resourcemanager.costmanagement.models.ForecastResult
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ForecastResult in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionForecasts.externalCloudProviderUsage
(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, ForecastDefinition parameters) Lists the forecast charges for external cloud provider type defined.Forecasts.usage
(String scope, ForecastDefinition parameters) Lists the forecast charges for scope defined.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ForecastResult>
Forecasts.externalCloudProviderUsageWithResponse
(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, ForecastDefinition parameters, String filter, com.azure.core.util.Context context) Lists the forecast charges for external cloud provider type defined.com.azure.core.http.rest.Response<ForecastResult>
Forecasts.usageWithResponse
(String scope, ForecastDefinition parameters, String filter, com.azure.core.util.Context context) Lists the forecast charges for scope defined.