Uses of Class
com.azure.resourcemanager.costmanagement.models.ReportType
Packages that use ReportType
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ReportType in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ReportTypeModifier and TypeMethodDescriptionReportConfigDefinition.type()Get the type property: The type of the report.ViewProperties.type()Get the type property: The type of the report.ViewInner.typePropertiesType()Get the type property: The type of the report.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type ReportTypeModifier and TypeMethodDescriptionReportConfigDefinition.withType(ReportType type) Set the type property: The type of the report.ViewProperties.withType(ReportType type) Set the type property: The type of the report.ViewInner.withTypePropertiesType(ReportType type) Set the type property: The type of the report. -
Uses of ReportType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ReportTypeModifier and TypeFieldDescriptionstatic final ReportTypeReportType.USAGEStatic value Usage for ReportType.Methods in com.azure.resourcemanager.costmanagement.models that return ReportTypeModifier and TypeMethodDescriptionstatic ReportTypeReportType.fromString(String name) Creates or finds a ReportType from its string representation.View.typePropertiesType()Gets the typePropertiesType property: The type of the report.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ReportTypeModifier and TypeMethodDescriptionstatic Collection<ReportType>ReportType.values()Gets known ReportType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ReportTypeModifier and TypeMethodDescriptionView.DefinitionStages.WithTypePropertiesType.withTypePropertiesType(ReportType typePropertiesType) Specifies the typePropertiesType property: The type of the report.View.UpdateStages.WithTypePropertiesType.withTypePropertiesType(ReportType typePropertiesType) Specifies the typePropertiesType property: The type of the report.