Partilhar via


ArmComputeModelFactory.CapacityReservationGroupData Method

Definition

Initializes a new instance of CapacityReservationGroupData.

public static Azure.ResourceManager.Compute.CapacityReservationGroupData CapacityReservationGroupData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IEnumerable<string> zones = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.SubResource> capacityReservations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.SubResource> virtualMachinesAssociated = default, Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceView instanceView = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> sharingSubscriptionIds = default);
static member CapacityReservationGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * seq<string> * seq<Azure.ResourceManager.Resources.Models.SubResource> * seq<Azure.ResourceManager.Resources.Models.SubResource> * Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceView * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> -> Azure.ResourceManager.Compute.CapacityReservationGroupData
Public Shared Function CapacityReservationGroupData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional zones As IEnumerable(Of String) = Nothing, Optional capacityReservations As IEnumerable(Of SubResource) = Nothing, Optional virtualMachinesAssociated As IEnumerable(Of SubResource) = Nothing, Optional instanceView As CapacityReservationGroupInstanceView = Nothing, Optional sharingSubscriptionIds As IEnumerable(Of WritableSubResource) = Nothing) As CapacityReservationGroupData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

zones
IEnumerable<String>

Availability Zones to use for this capacity reservation group. The zones can be assigned only during creation. If not provided, the group supports only regional resources in the region. If provided, enforces each capacity reservation in the group to be in one of the zones.

capacityReservations
IEnumerable<SubResource>

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

virtualMachinesAssociated
IEnumerable<SubResource>

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

instanceView
CapacityReservationGroupInstanceView

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
IEnumerable<WritableSubResource>

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: 2024-03-01. Please refer to https://aka.ms/computereservationsharing for more details.

Returns

A new CapacityReservationGroupData instance for mocking.

Applies to