Uses of Class
com.azure.resourcemanager.compute.models.ScheduleProfile
Packages that use ScheduleProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ScheduleProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ScheduleProfileModifier and TypeMethodDescriptionCapacityReservationInner.scheduleProfile()Get the scheduleProfile property: Defines the schedule for Block-type capacity reservations.CapacityReservationProperties.scheduleProfile()Get the scheduleProfile property: Defines the schedule for Block-type capacity reservations.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ScheduleProfileModifier and TypeMethodDescriptionCapacityReservationInner.withScheduleProfile(ScheduleProfile scheduleProfile) Set the scheduleProfile property: Defines the schedule for Block-type capacity reservations.CapacityReservationProperties.withScheduleProfile(ScheduleProfile scheduleProfile) Set the scheduleProfile property: Defines the schedule for Block-type capacity reservations. -
Uses of ScheduleProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ScheduleProfileModifier and TypeClassDescriptionfinal classDefines the schedule for Block-type capacity reservations.Methods in com.azure.resourcemanager.compute.models that return ScheduleProfileModifier and TypeMethodDescriptionstatic ScheduleProfileScheduleProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScheduleProfile from the JsonReader.CapacityReservationUpdate.scheduleProfile()Get the scheduleProfile property: Defines the schedule for Block-type capacity reservations.Set the end property: The required end date for block capacity reservations.Set the start property: The required start date for block capacity reservations.Methods in com.azure.resourcemanager.compute.models with parameters of type ScheduleProfileModifier and TypeMethodDescriptionCapacityReservationUpdate.withScheduleProfile(ScheduleProfile scheduleProfile) Set the scheduleProfile property: Defines the schedule for Block-type capacity reservations.