Uses of Class
com.azure.resourcemanager.costmanagement.models.ReservationReportSchema
Packages that use ReservationReportSchema
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ReservationReportSchema in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ReservationReportSchemaModifier and TypeMethodDescriptionOperationStatusInner.reportUrl()Get the reportUrl property: The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.ReportUrl.reportUrl()Get the reportUrl property: The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type ReservationReportSchemaModifier and TypeMethodDescriptionOperationStatusInner.withReportUrl(ReservationReportSchema reportUrl) Set the reportUrl property: The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.ReportUrl.withReportUrl(ReservationReportSchema reportUrl) Set the reportUrl property: The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity. -
Uses of ReservationReportSchema in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as ReservationReportSchemaModifier and TypeFieldDescriptionstatic final ReservationReportSchemaReservationReportSchema.INSTANCE_FLEXIBILITY_GROUPStatic value InstanceFlexibilityGroup for ReservationReportSchema.static final ReservationReportSchemaReservationReportSchema.INSTANCE_FLEXIBILITY_RATIOStatic value InstanceFlexibilityRatio for ReservationReportSchema.static final ReservationReportSchemaReservationReportSchema.INSTANCE_IDStatic value InstanceId for ReservationReportSchema.static final ReservationReportSchemaReservationReportSchema.KINDStatic value Kind for ReservationReportSchema.static final ReservationReportSchemaReservationReportSchema.RESERVATION_IDStatic value ReservationId for ReservationReportSchema.static final ReservationReportSchemaReservationReportSchema.RESERVATION_ORDER_IDStatic value ReservationOrderId for ReservationReportSchema.static final ReservationReportSchemaReservationReportSchema.RESERVED_HOURSStatic value ReservedHours for ReservationReportSchema.static final ReservationReportSchemaReservationReportSchema.SKU_NAMEStatic value SkuName for ReservationReportSchema.static final ReservationReportSchemaReservationReportSchema.TOTAL_RESERVED_QUANTITYStatic value TotalReservedQuantity for ReservationReportSchema.static final ReservationReportSchemaReservationReportSchema.USAGE_DATEStatic value UsageDate for ReservationReportSchema.static final ReservationReportSchemaReservationReportSchema.USED_HOURSStatic value UsedHours for ReservationReportSchema.Methods in com.azure.resourcemanager.costmanagement.models that return ReservationReportSchemaModifier and TypeMethodDescriptionstatic ReservationReportSchemaReservationReportSchema.fromString(String name) Creates or finds a ReservationReportSchema from its string representation.OperationStatus.reportUrl()Gets the reportUrl property: The CSV file from the reportUrl blob link consists of reservation usage data with the following schema at daily granularity.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ReservationReportSchemaModifier and TypeMethodDescriptionstatic Collection<ReservationReportSchema>ReservationReportSchema.values()Gets known ReservationReportSchema values.