Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.QueryResultInner
Packages that use 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
Methods in com.azure.resourcemanager.costmanagement.fluent that return QueryResultInnerModifier 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.Methods in com.azure.resourcemanager.costmanagement.fluent that return types with arguments of type QueryResultInnerModifier 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
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return QueryResultInnerModifier 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
Methods in com.azure.resourcemanager.costmanagement.models that return QueryResultInnerModifier and TypeMethodDescriptionQueryResult.innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.QueryResultInner object.