Uses of Interface
com.azure.resourcemanager.costmanagement.models.QueryResult
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of QueryResult in com.azure.resourcemanager.costmanagement.models
Modifier 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.Modifier and TypeMethodDescriptioncom.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.