Uses of Class
com.azure.resourcemanager.costmanagement.models.ForecastDefinition
Packages that use ForecastDefinition
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ForecastDefinition in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent with parameters of type ForecastDefinitionModifier and TypeMethodDescriptionForecastsClient.externalCloudProviderUsage(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, ForecastDefinition parameters) Lists the forecast charges for external cloud provider type defined.com.azure.core.http.rest.Response<ForecastResultInner>ForecastsClient.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.ForecastsClient.usage(String scope, ForecastDefinition parameters) Lists the forecast charges for scope defined.com.azure.core.http.rest.Response<ForecastResultInner>ForecastsClient.usageWithResponse(String scope, ForecastDefinition parameters, String filter, com.azure.core.util.Context context) Lists the forecast charges for scope defined. -
Uses of ForecastDefinition in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ForecastDefinitionModifier and TypeMethodDescriptionForecastDefinition.withDataset(ForecastDataset dataset) Set the dataset property: Has definition for data in this forecast.ForecastDefinition.withIncludeActualCost(Boolean includeActualCost) Set the includeActualCost property: A boolean determining if actualCost will be included.ForecastDefinition.withIncludeFreshPartialCost(Boolean includeFreshPartialCost) Set the includeFreshPartialCost property: A boolean determining if FreshPartialCost will be included.ForecastDefinition.withTimeframe(ForecastTimeframe timeframe) Set the timeframe property: The time frame for pulling data for the forecast.ForecastDefinition.withTimePeriod(ForecastTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the forecast.ForecastDefinition.withType(ForecastType type) Set the type property: The type of the forecast.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ForecastDefinitionModifier and TypeMethodDescriptionForecasts.externalCloudProviderUsage(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, ForecastDefinition parameters) Lists the forecast charges for external cloud provider type defined.com.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.Forecasts.usage(String scope, ForecastDefinition parameters) Lists the forecast charges for scope 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.