Uses of Class
com.azure.resourcemanager.costmanagement.models.ExternalCloudProviderType
Packages that use ExternalCloudProviderType
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ExternalCloudProviderType in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent with parameters of type ExternalCloudProviderTypeModifier 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.ForecastsClient.externalCloudProviderUsage(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, ForecastDefinition parameters) Lists the forecast charges for external cloud provider type defined.com.azure.core.http.rest.Response<ForecastResultInner>ForecastsClient.externalCloudProviderUsageWithResponse(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, ForecastDefinition parameters, String filter, com.azure.core.util.Context context) Lists the forecast charges for external cloud provider type defined.AlertsClient.listExternal(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId) Lists the Alerts for external cloud provider type defined.com.azure.core.http.rest.Response<AlertsResultInner>AlertsClient.listExternalWithResponse(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, com.azure.core.util.Context context) Lists the Alerts for external cloud provider type 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. -
Uses of ExternalCloudProviderType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ExternalCloudProviderTypeModifier and TypeFieldDescriptionstatic final ExternalCloudProviderTypeExternalCloudProviderType.EXTERNAL_BILLING_ACCOUNTSStatic value externalBillingAccounts for ExternalCloudProviderType.static final ExternalCloudProviderTypeExternalCloudProviderType.EXTERNAL_SUBSCRIPTIONSStatic value externalSubscriptions for ExternalCloudProviderType.Methods in com.azure.resourcemanager.costmanagement.models that return ExternalCloudProviderTypeModifier and TypeMethodDescriptionstatic ExternalCloudProviderTypeExternalCloudProviderType.fromString(String name) Creates or finds a ExternalCloudProviderType from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ExternalCloudProviderTypeModifier and TypeMethodDescriptionstatic Collection<ExternalCloudProviderType>ExternalCloudProviderType.values()Gets known ExternalCloudProviderType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ExternalCloudProviderTypeModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<Dimension>Dimensions.byExternalCloudProviderType(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId) Lists the dimensions by the external cloud provider type.com.azure.core.http.rest.PagedIterable<Dimension>Dimensions.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.Forecasts.externalCloudProviderUsage(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, ForecastDefinition parameters) Lists the forecast charges for external cloud provider type defined.com.azure.core.http.rest.Response<ForecastResult>Forecasts.externalCloudProviderUsageWithResponse(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, ForecastDefinition parameters, String filter, com.azure.core.util.Context context) Lists the forecast charges for external cloud provider type defined.Alerts.listExternal(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId) Lists the Alerts for external cloud provider type defined.com.azure.core.http.rest.Response<AlertsResult>Alerts.listExternalWithResponse(ExternalCloudProviderType externalCloudProviderType, String externalCloudProviderId, com.azure.core.util.Context context) Lists the Alerts for external cloud provider type 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.