Uses of Class
com.azure.resourcemanager.costmanagement.models.QueryDefinition
Packages that use QueryDefinition
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of QueryDefinition in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent with parameters of type QueryDefinitionModifier and TypeMethodDescriptionQueriesClient.usage(String scope, QueryDefinition parameters) Query the usage data for scope defined.QueriesClient.usageByExternalCloudProviderType(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, QueryDefinition parameters) Query the usage data for external cloud provider type defined.com.azure.core.http.rest.Response<QueryResultInner>QueriesClient.usageByExternalCloudProviderTypeWithResponse(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, QueryDefinition parameters, com.azure.core.util.Context context) Query the usage data for external cloud provider type defined.com.azure.core.http.rest.Response<QueryResultInner>QueriesClient.usageWithResponse(String scope, QueryDefinition parameters, com.azure.core.util.Context context) Query the usage data for scope defined. -
Uses of QueryDefinition in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return QueryDefinitionModifier and TypeMethodDescriptionQueryDefinition.withDataset(QueryDataset dataset) Set the dataset property: Has definition for data in this query.QueryDefinition.withTimeframe(TimeframeType timeframe) Set the timeframe property: The time frame for pulling data for the query.QueryDefinition.withTimePeriod(QueryTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the query.QueryDefinition.withType(ExportType type) Set the type property: The type of the query.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type QueryDefinitionModifier and TypeMethodDescriptionQueries.usage(String scope, QueryDefinition parameters) Query the usage data for scope defined.Queries.usageByExternalCloudProviderType(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, QueryDefinition parameters) Query the usage data for external cloud provider type defined.com.azure.core.http.rest.Response<QueryResult>Queries.usageByExternalCloudProviderTypeWithResponse(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, QueryDefinition parameters, com.azure.core.util.Context context) Query the usage data for external cloud provider type defined.com.azure.core.http.rest.Response<QueryResult>Queries.usageWithResponse(String scope, QueryDefinition parameters, com.azure.core.util.Context context) Query the usage data for scope defined.