ResourceSharingProfile.SubscriptionIds Property
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.
Gets or sets 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.
[Newtonsoft.Json.JsonProperty(PropertyName="subscriptionIds")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> SubscriptionIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subscriptionIds")>]
member this.SubscriptionIds : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> with get, set
Public Property SubscriptionIds As IList(Of SubResource)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute