Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.QueryResultInner
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of QueryResultInner in com.azure.resourcemanager.costmanagement.fluent
Modifier 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.Modifier and TypeMethodDescriptioncom.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 QueryResultInner in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionQueryResultInner.withColumns
(List<QueryColumn> columns) Set the columns property: Array of columns.QueryResultInner.withLocation
(String location) QueryResultInner.withNextLink
(String nextLink) Set the nextLink property: The link (url) to the next page of results.Set the rows property: Array of rows. -
Uses of QueryResultInner in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionQueryResult.innerModel()
Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.QueryResultInner object.