Język

CapacityReservationPatch.ScheduleProfile Property

Definition

Defines the schedule for Block and Future capacity reservations. Specifies the schedule during which capacity reservation is active and VM or VMSS resource can be allocated using reservation. For Block capacity reservations, the scheduleProfile, start, and end fields are immutable after creation. Please refer to https://aka.ms/blockcapacityreservation for more details. Minimum API version for Block capacity reservations: 2025-04-01. Future capacity reservations must use this property with only a start time, which can be changed until the ‘modifiableUntil’ time. Please refer to https://aka.ms/futurecapacityreservation for more details. Minimum API version for Future capacity reservations: 2026-04-01.

public Azure.ResourceManager.Compute.Models.ScheduleProfile ScheduleProfile { get; set; }
member this.ScheduleProfile : Azure.ResourceManager.Compute.Models.ScheduleProfile with get, set
Public Property ScheduleProfile As ScheduleProfile

Property Value

Applies to