CapacityReservationGroupUpdate Class

Specifies information about the capacity reservation group. Only tags can be updated.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.compute.v2023_09_01.models._models_py3.UpdateResource
CapacityReservationGroupUpdate

Constructor

CapacityReservationGroupUpdate(*, tags: Dict[str, str] | None = None, sharing_profile: _models.ResourceSharingProfile | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

Resource tags.

sharing_profile

Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource. Pls. keep in mind the capacity reservation group resource generally can be shared across subscriptions belonging to a single azure AAD tenant or cross AAD tenant if there is a trust relationship established between the AAD tenants. Note: Minimum api-version: 2023-09-01. Please refer to https://aka.ms/computereservationsharing for more details.

Variables

Name Description
tags

Resource tags.

capacity_reservations

A list of all capacity reservation resource ids that belong to capacity reservation group.

virtual_machines_associated

A list of references to all virtual machines associated to the capacity reservation group.

instance_view

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.

sharing_profile

Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource. Pls. keep in mind the capacity reservation group resource generally can be shared across subscriptions belonging to a single azure AAD tenant or cross AAD tenant if there is a trust relationship established between the AAD tenants. Note: Minimum api-version: 2023-09-01. Please refer to https://aka.ms/computereservationsharing for more details.