ForecastOperations interface
Interface representing a Forecast operations.
Properties
| external |
Lists the forecast charges for external cloud provider type defined. |
| usage | Lists the forecast charges for scope defined. |
Property Details
externalCloudProviderUsage
Lists the forecast charges for external cloud provider type defined.
externalCloudProviderUsage: (externalCloudProviderType: string, externalCloudProviderId: string, parameters: ForecastDefinition, options?: ForecastExternalCloudProviderUsageOptionalParams) => Promise<ForecastResult>
Property Value
(externalCloudProviderType: string, externalCloudProviderId: string, parameters: ForecastDefinition, options?: ForecastExternalCloudProviderUsageOptionalParams) => Promise<ForecastResult>
usage
Lists the forecast charges for scope defined.
usage: (scope: string, parameters: ForecastDefinition, options?: ForecastUsageOptionalParams) => Promise<undefined | ForecastResult>
Property Value
(scope: string, parameters: ForecastDefinition, options?: ForecastUsageOptionalParams) => Promise<undefined | ForecastResult>