This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.compute.getCapacityReservationGroup
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
The operation that retrieves information about a capacity reservation group. Azure REST API version: 2023-03-01.
Other available API versions: 2023-07-01, 2023-09-01, 2024-03-01, 2024-07-01.
Using getCapacityReservationGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCapacityReservationGroup(args: GetCapacityReservationGroupArgs, opts?: InvokeOptions): Promise<GetCapacityReservationGroupResult>
function getCapacityReservationGroupOutput(args: GetCapacityReservationGroupOutputArgs, opts?: InvokeOptions): Output<GetCapacityReservationGroupResult>def get_capacity_reservation_group(capacity_reservation_group_name: Optional[str] = None,
                                   expand: Optional[str] = None,
                                   resource_group_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetCapacityReservationGroupResult
def get_capacity_reservation_group_output(capacity_reservation_group_name: Optional[pulumi.Input[str]] = None,
                                   expand: Optional[pulumi.Input[str]] = None,
                                   resource_group_name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetCapacityReservationGroupResult]func LookupCapacityReservationGroup(ctx *Context, args *LookupCapacityReservationGroupArgs, opts ...InvokeOption) (*LookupCapacityReservationGroupResult, error)
func LookupCapacityReservationGroupOutput(ctx *Context, args *LookupCapacityReservationGroupOutputArgs, opts ...InvokeOption) LookupCapacityReservationGroupResultOutput> Note: This function is named LookupCapacityReservationGroup in the Go SDK.
public static class GetCapacityReservationGroup 
{
    public static Task<GetCapacityReservationGroupResult> InvokeAsync(GetCapacityReservationGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetCapacityReservationGroupResult> Invoke(GetCapacityReservationGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCapacityReservationGroupResult> getCapacityReservationGroup(GetCapacityReservationGroupArgs args, InvokeOptions options)
public static Output<GetCapacityReservationGroupResult> getCapacityReservationGroup(GetCapacityReservationGroupArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:compute:getCapacityReservationGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CapacityReservation stringGroup Name 
- The name of the capacity reservation group.
- ResourceGroup stringName 
- The name of the resource group.
- Expand string
- The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations.
- CapacityReservation stringGroup Name 
- The name of the capacity reservation group.
- ResourceGroup stringName 
- The name of the resource group.
- Expand string
- The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations.
- capacityReservation StringGroup Name 
- The name of the capacity reservation group.
- resourceGroup StringName 
- The name of the resource group.
- expand String
- The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations.
- capacityReservation stringGroup Name 
- The name of the capacity reservation group.
- resourceGroup stringName 
- The name of the resource group.
- expand string
- The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations.
- capacity_reservation_ strgroup_ name 
- The name of the capacity reservation group.
- resource_group_ strname 
- The name of the resource group.
- expand str
- The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations.
- capacityReservation StringGroup Name 
- The name of the capacity reservation group.
- resourceGroup StringName 
- The name of the resource group.
- expand String
- The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations.
getCapacityReservationGroup Result
The following output properties are available:
- CapacityReservations List<Pulumi.Azure Native. Compute. Outputs. Sub Resource Read Only Response> 
- A list of all capacity reservation resource ids that belong to capacity reservation group.
- Id string
- Resource Id
- InstanceView Pulumi.Azure Native. Compute. Outputs. Capacity Reservation Group Instance View Response 
- 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.
- Location string
- Resource location
- Name string
- Resource name
- Type string
- Resource type
- VirtualMachines List<Pulumi.Associated Azure Native. Compute. Outputs. Sub Resource Read Only Response> 
- A list of references to all virtual machines associated to the capacity reservation group.
- Dictionary<string, string>
- Resource tags
- Zones List<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 []SubResource Read Only Response 
- A list of all capacity reservation resource ids that belong to capacity reservation group.
- Id string
- Resource Id
- InstanceView CapacityReservation Group Instance View Response 
- 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.
- Location string
- Resource location
- Name string
- Resource name
- Type string
- Resource type
- VirtualMachines []SubAssociated Resource Read Only Response 
- A list of references to all virtual machines associated to the capacity reservation group.
- map[string]string
- Resource tags
- Zones []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 List<SubResource Read Only Response> 
- A list of all capacity reservation resource ids that belong to capacity reservation group.
- id String
- Resource Id
- instanceView CapacityReservation Group Instance View Response 
- 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.
- location String
- Resource location
- name String
- Resource name
- type String
- Resource type
- virtualMachines List<SubAssociated Resource Read Only Response> 
- A list of references to all virtual machines associated to the capacity reservation group.
- Map<String,String>
- Resource tags
- zones List<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 SubResource Read Only Response[] 
- A list of all capacity reservation resource ids that belong to capacity reservation group.
- id string
- Resource Id
- instanceView CapacityReservation Group Instance View Response 
- 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.
- location string
- Resource location
- name string
- Resource name
- type string
- Resource type
- virtualMachines SubAssociated Resource Read Only Response[] 
- A list of references to all virtual machines associated to the capacity reservation group.
- {[key: string]: string}
- Resource tags
- zones 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.
- capacity_reservations Sequence[SubResource Read Only Response] 
- A list of all capacity reservation resource ids that belong to capacity reservation group.
- id str
- Resource Id
- instance_view CapacityReservation Group Instance View Response 
- 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.
- location str
- Resource location
- name str
- Resource name
- type str
- Resource type
- virtual_machines_ Sequence[Subassociated Resource Read Only Response] 
- A list of references to all virtual machines associated to the capacity reservation group.
- Mapping[str, str]
- Resource tags
- zones Sequence[str]
- 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 List<Property Map>
- A list of all capacity reservation resource ids that belong to capacity reservation group.
- id String
- Resource Id
- instanceView Property Map
- 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.
- location String
- Resource location
- name String
- Resource name
- type String
- Resource type
- virtualMachines List<Property Map>Associated 
- A list of references to all virtual machines associated to the capacity reservation group.
- Map<String>
- Resource tags
- zones List<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.
Supporting Types
CapacityReservationGroupInstanceViewResponse     
- CapacityReservations List<Pulumi.Azure Native. Compute. Inputs. Capacity Reservation Instance View With Name Response> 
- List of instance view of the capacity reservations under the capacity reservation group.
- CapacityReservations []CapacityReservation Instance View With Name Response 
- List of instance view of the capacity reservations under the capacity reservation group.
- capacityReservations List<CapacityReservation Instance View With Name Response> 
- List of instance view of the capacity reservations under the capacity reservation group.
- capacityReservations CapacityReservation Instance View With Name Response[] 
- List of instance view of the capacity reservations under the capacity reservation group.
- capacity_reservations Sequence[CapacityReservation Instance View With Name Response] 
- List of instance view of the capacity reservations under the capacity reservation group.
- capacityReservations List<Property Map>
- List of instance view of the capacity reservations under the capacity reservation group.
CapacityReservationInstanceViewWithNameResponse      
- Name string
- The name of the capacity reservation.
- Statuses
List<Pulumi.Azure Native. Compute. Inputs. Instance View Status Response> 
- The resource status information.
- UtilizationInfo Pulumi.Azure Native. Compute. Inputs. Capacity Reservation Utilization Response 
- Unutilized capacity of the capacity reservation.
- Name string
- The name of the capacity reservation.
- Statuses
[]InstanceView Status Response 
- The resource status information.
- UtilizationInfo CapacityReservation Utilization Response 
- Unutilized capacity of the capacity reservation.
- name String
- The name of the capacity reservation.
- statuses
List<InstanceView Status Response> 
- The resource status information.
- utilizationInfo CapacityReservation Utilization Response 
- Unutilized capacity of the capacity reservation.
- name string
- The name of the capacity reservation.
- statuses
InstanceView Status Response[] 
- The resource status information.
- utilizationInfo CapacityReservation Utilization Response 
- Unutilized capacity of the capacity reservation.
- name str
- The name of the capacity reservation.
- statuses
Sequence[InstanceView Status Response] 
- The resource status information.
- utilization_info CapacityReservation Utilization Response 
- Unutilized capacity of the capacity reservation.
- name String
- The name of the capacity reservation.
- statuses List<Property Map>
- The resource status information.
- utilizationInfo Property Map
- Unutilized capacity of the capacity reservation.
CapacityReservationUtilizationResponse   
- CurrentCapacity int
- The value provides the current capacity of the VM size which was reserved successfully and for which the customer is getting billed. Minimum api-version: 2022-08-01.
- VirtualMachines List<Pulumi.Allocated Azure Native. Compute. Inputs. Sub Resource Read Only Response> 
- A list of all virtual machines resource ids allocated against the capacity reservation.
- CurrentCapacity int
- The value provides the current capacity of the VM size which was reserved successfully and for which the customer is getting billed. Minimum api-version: 2022-08-01.
- VirtualMachines []SubAllocated Resource Read Only Response 
- A list of all virtual machines resource ids allocated against the capacity reservation.
- currentCapacity Integer
- The value provides the current capacity of the VM size which was reserved successfully and for which the customer is getting billed. Minimum api-version: 2022-08-01.
- virtualMachines List<SubAllocated Resource Read Only Response> 
- A list of all virtual machines resource ids allocated against the capacity reservation.
- currentCapacity number
- The value provides the current capacity of the VM size which was reserved successfully and for which the customer is getting billed. Minimum api-version: 2022-08-01.
- virtualMachines SubAllocated Resource Read Only Response[] 
- A list of all virtual machines resource ids allocated against the capacity reservation.
- current_capacity int
- The value provides the current capacity of the VM size which was reserved successfully and for which the customer is getting billed. Minimum api-version: 2022-08-01.
- virtual_machines_ Sequence[Suballocated Resource Read Only Response] 
- A list of all virtual machines resource ids allocated against the capacity reservation.
- currentCapacity Number
- The value provides the current capacity of the VM size which was reserved successfully and for which the customer is getting billed. Minimum api-version: 2022-08-01.
- virtualMachines List<Property Map>Allocated 
- A list of all virtual machines resource ids allocated against the capacity reservation.
InstanceViewStatusResponse   
- Code string
- The status code.
- DisplayStatus string
- The short localizable label for the status.
- Level string
- The level code.
- Message string
- The detailed status message, including for alerts and error messages.
- Time string
- The time of the status.
- Code string
- The status code.
- DisplayStatus string
- The short localizable label for the status.
- Level string
- The level code.
- Message string
- The detailed status message, including for alerts and error messages.
- Time string
- The time of the status.
- code String
- The status code.
- displayStatus String
- The short localizable label for the status.
- level String
- The level code.
- message String
- The detailed status message, including for alerts and error messages.
- time String
- The time of the status.
- code string
- The status code.
- displayStatus string
- The short localizable label for the status.
- level string
- The level code.
- message string
- The detailed status message, including for alerts and error messages.
- time string
- The time of the status.
- code str
- The status code.
- display_status str
- The short localizable label for the status.
- level str
- The level code.
- message str
- The detailed status message, including for alerts and error messages.
- time str
- The time of the status.
- code String
- The status code.
- displayStatus String
- The short localizable label for the status.
- level String
- The level code.
- message String
- The detailed status message, including for alerts and error messages.
- time String
- The time of the status.
SubResourceReadOnlyResponse    
- Id string
- Resource Id
- Id string
- Resource Id
- id String
- Resource Id
- id string
- Resource Id
- id str
- Resource Id
- id String
- Resource Id
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi