ResourceSharingProfile Class
ResourceSharingProfile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelResourceSharingProfile
Constructor
ResourceSharingProfile(*, subscription_ids: List[_models.SubResource] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
subscription_ids
|
Specifies an array of subscription resource IDs that capacity reservation group is shared with. Note: Minimum api-version: 2024-03-01. Please refer to https://aka.ms/computereservationsharing for more details. |
Variables
Name | Description |
---|---|
subscription_ids
|
Specifies an array of subscription resource IDs that capacity reservation group is shared with. Note: Minimum api-version: 2024-03-01. Please refer to https://aka.ms/computereservationsharing for more details. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python