CapacityReservationGroupPatch 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.
Specifies information about the capacity reservation group. Only tags can be updated.
public class CapacityReservationGroupPatch : Azure.ResourceManager.Compute.Models.ComputeResourcePatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.CapacityReservationGroupPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.CapacityReservationGroupPatch>
type CapacityReservationGroupPatch = class
inherit ComputeResourcePatch
interface IJsonModel<CapacityReservationGroupPatch>
interface IPersistableModel<CapacityReservationGroupPatch>
Public Class CapacityReservationGroupPatch
Inherits ComputeResourcePatch
Implements IJsonModel(Of CapacityReservationGroupPatch), IPersistableModel(Of CapacityReservationGroupPatch)
- Inheritance
- Implements
Constructors
CapacityReservationGroupPatch() |
Initializes a new instance of CapacityReservationGroupPatch. |
Properties
CapacityReservations |
A list of all capacity reservation resource ids that belong to capacity reservation group. |
InstanceView |
The capacity reservation group instance view which has the list of instance views for all the capacity reservations that belong to the capacity reservation group. |
SharingSubscriptionIds |
Specifies an array of subscription resource IDs that capacity reservation group is shared with. Note: Minimum api-version: 2023-09-01. Please refer to https://aka.ms/computereservationsharing for more details. |
Tags |
Resource tags. (Inherited from ComputeResourcePatch) |
VirtualMachinesAssociated |
A list of references to all virtual machines associated to the capacity reservation group. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ComputeResourcePatch) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET