We recommend using Azure Native.
Azure v6.28.0 published on Friday, Oct 3, 2025 by Pulumi
azure.compute.getDedicatedHostGroup
Start a Neo task
Explain and create an azure.compute.getDedicatedHostGroup resource
Use this data source to access information about an existing Dedicated Host Group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.compute.getDedicatedHostGroup({
name: "example-dedicated-host-group",
resourceGroupName: "example-rg",
});
export const id = example.then(example => example.id);
import pulumi
import pulumi_azure as azure
example = azure.compute.get_dedicated_host_group(name="example-dedicated-host-group",
resource_group_name="example-rg")
pulumi.export("id", example.id)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/compute"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := compute.LookupDedicatedHostGroup(ctx, &compute.LookupDedicatedHostGroupArgs{
Name: "example-dedicated-host-group",
ResourceGroupName: "example-rg",
}, nil)
if err != nil {
return err
}
ctx.Export("id", example.Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var example = Azure.Compute.GetDedicatedHostGroup.Invoke(new()
{
Name = "example-dedicated-host-group",
ResourceGroupName = "example-rg",
});
return new Dictionary<string, object?>
{
["id"] = example.Apply(getDedicatedHostGroupResult => getDedicatedHostGroupResult.Id),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.compute.ComputeFunctions;
import com.pulumi.azure.compute.inputs.GetDedicatedHostGroupArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = ComputeFunctions.getDedicatedHostGroup(GetDedicatedHostGroupArgs.builder()
.name("example-dedicated-host-group")
.resourceGroupName("example-rg")
.build());
ctx.export("id", example.id());
}
}
variables:
example:
fn::invoke:
function: azure:compute:getDedicatedHostGroup
arguments:
name: example-dedicated-host-group
resourceGroupName: example-rg
outputs:
id: ${example.id}
API Providers
This data source uses the following Azure API Providers:
Microsoft.Compute- 2024-03-01
Using getDedicatedHostGroup
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 getDedicatedHostGroup(args: GetDedicatedHostGroupArgs, opts?: InvokeOptions): Promise<GetDedicatedHostGroupResult>
function getDedicatedHostGroupOutput(args: GetDedicatedHostGroupOutputArgs, opts?: InvokeOptions): Output<GetDedicatedHostGroupResult>def get_dedicated_host_group(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDedicatedHostGroupResult
def get_dedicated_host_group_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDedicatedHostGroupResult]func LookupDedicatedHostGroup(ctx *Context, args *LookupDedicatedHostGroupArgs, opts ...InvokeOption) (*LookupDedicatedHostGroupResult, error)
func LookupDedicatedHostGroupOutput(ctx *Context, args *LookupDedicatedHostGroupOutputArgs, opts ...InvokeOption) LookupDedicatedHostGroupResultOutput> Note: This function is named LookupDedicatedHostGroup in the Go SDK.
public static class GetDedicatedHostGroup
{
public static Task<GetDedicatedHostGroupResult> InvokeAsync(GetDedicatedHostGroupArgs args, InvokeOptions? opts = null)
public static Output<GetDedicatedHostGroupResult> Invoke(GetDedicatedHostGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDedicatedHostGroupResult> getDedicatedHostGroup(GetDedicatedHostGroupArgs args, InvokeOptions options)
public static Output<GetDedicatedHostGroupResult> getDedicatedHostGroup(GetDedicatedHostGroupArgs args, InvokeOptions options)
fn::invoke:
function: azure:compute/getDedicatedHostGroup:getDedicatedHostGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Specifies the name of the Dedicated Host Group.
- Resource
Group stringName - Specifies the name of the resource group the Dedicated Host Group is located in.
- Name string
- Specifies the name of the Dedicated Host Group.
- Resource
Group stringName - Specifies the name of the resource group the Dedicated Host Group is located in.
- name String
- Specifies the name of the Dedicated Host Group.
- resource
Group StringName - Specifies the name of the resource group the Dedicated Host Group is located in.
- name string
- Specifies the name of the Dedicated Host Group.
- resource
Group stringName - Specifies the name of the resource group the Dedicated Host Group is located in.
- name str
- Specifies the name of the Dedicated Host Group.
- resource_
group_ strname - Specifies the name of the resource group the Dedicated Host Group is located in.
- name String
- Specifies the name of the Dedicated Host Group.
- resource
Group StringName - Specifies the name of the resource group the Dedicated Host Group is located in.
getDedicatedHostGroup Result
The following output properties are available:
- Automatic
Placement boolEnabled - Whether virtual machines or virtual machine scale sets be placed automatically on this Dedicated Host Group.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The Azure location where the Dedicated Host Group exists.
- Name string
- Platform
Fault intDomain Count - The number of fault domains that the Dedicated Host Group spans.
- Resource
Group stringName - Dictionary<string, string>
- A mapping of tags assigned to the resource.
- Zones List<string>
- A list of Availability Zones in which this Dedicated Host Group is located.
- Automatic
Placement boolEnabled - Whether virtual machines or virtual machine scale sets be placed automatically on this Dedicated Host Group.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The Azure location where the Dedicated Host Group exists.
- Name string
- Platform
Fault intDomain Count - The number of fault domains that the Dedicated Host Group spans.
- Resource
Group stringName - map[string]string
- A mapping of tags assigned to the resource.
- Zones []string
- A list of Availability Zones in which this Dedicated Host Group is located.
- automatic
Placement BooleanEnabled - Whether virtual machines or virtual machine scale sets be placed automatically on this Dedicated Host Group.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- The Azure location where the Dedicated Host Group exists.
- name String
- platform
Fault IntegerDomain Count - The number of fault domains that the Dedicated Host Group spans.
- resource
Group StringName - Map<String,String>
- A mapping of tags assigned to the resource.
- zones List<String>
- A list of Availability Zones in which this Dedicated Host Group is located.
- automatic
Placement booleanEnabled - Whether virtual machines or virtual machine scale sets be placed automatically on this Dedicated Host Group.
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- The Azure location where the Dedicated Host Group exists.
- name string
- platform
Fault numberDomain Count - The number of fault domains that the Dedicated Host Group spans.
- resource
Group stringName - {[key: string]: string}
- A mapping of tags assigned to the resource.
- zones string[]
- A list of Availability Zones in which this Dedicated Host Group is located.
- automatic_
placement_ boolenabled - Whether virtual machines or virtual machine scale sets be placed automatically on this Dedicated Host Group.
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- The Azure location where the Dedicated Host Group exists.
- name str
- platform_
fault_ intdomain_ count - The number of fault domains that the Dedicated Host Group spans.
- resource_
group_ strname - Mapping[str, str]
- A mapping of tags assigned to the resource.
- zones Sequence[str]
- A list of Availability Zones in which this Dedicated Host Group is located.
- automatic
Placement BooleanEnabled - Whether virtual machines or virtual machine scale sets be placed automatically on this Dedicated Host Group.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- The Azure location where the Dedicated Host Group exists.
- name String
- platform
Fault NumberDomain Count - The number of fault domains that the Dedicated Host Group spans.
- resource
Group StringName - Map<String>
- A mapping of tags assigned to the resource.
- zones List<String>
- A list of Availability Zones in which this Dedicated Host Group is located.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.
