Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.DimensionInner
Packages that use DimensionInner
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 DimensionInner in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent that return types with arguments of type DimensionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<DimensionInner>DimensionsClient.byExternalCloudProviderType(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId) Lists the dimensions by the external cloud provider type.com.azure.core.http.rest.PagedIterable<DimensionInner>DimensionsClient.byExternalCloudProviderType(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, String filter, String expand, String skiptoken, Integer top, com.azure.core.util.Context context) Lists the dimensions by the external cloud provider type.com.azure.core.http.rest.PagedIterable<DimensionInner>Lists the dimensions by the defined scope.com.azure.core.http.rest.PagedIterable<DimensionInner>DimensionsClient.list(String scope, String filter, String expand, String skiptoken, Integer top, com.azure.core.util.Context context) Lists the dimensions by the defined scope. -
Uses of DimensionInner in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return DimensionInnerModifier and TypeMethodDescriptionSet the data property: Dimension data.DimensionInner.withLocation(String location) -
Uses of DimensionInner in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return DimensionInnerModifier and TypeMethodDescriptionDimension.innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.DimensionInner object.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type DimensionInnerModifier and TypeMethodDescriptionDimensionsListResult.value()Get the value property: The list of dimensions.