ReservationDetailPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request for reservation patch.
public class ReservationDetailPatch
type ReservationDetailPatch = class
Public Class ReservationDetailPatch
- Inheritance
-
ReservationDetailPatch
Constructors
ReservationDetailPatch() |
Initializes a new instance of ReservationDetailPatch. |
Properties
AppliedScopeProperties |
Properties specific to applied scope type. Not required if not applicable. Required and need to provide tenantId and managementGroupId if AppliedScopeType is ManagementGroup. |
AppliedScopes |
List of the subscriptions that the benefit will be applied. Do not specify if AppliedScopeType is Shared. This property will be deprecated and replaced by appliedScopeProperties instead for Single AppliedScopeType. |
AppliedScopeType |
Type of the Applied Scope. |
InstanceFlexibility |
Turning this on will apply the reservation discount to other VMs in the same VM size group. Only specify for VirtualMachines reserved resource type. |
IsRenewEnabled |
Setting this to true will automatically purchase a new reservation on the expiration date time. |
Name |
Display name of the reservation. |
RenewPurchaseProperties |
The request for reservation purchase. |
ReviewOn |
This is the date-time when the Azure hybrid benefit needs to be reviewed. |
Applies to
Azure SDK for .NET