azure logo
Azure Classic v5.38.0, Mar 21 23

azure.compute.getDedicatedHostGroup

Use this data source to access information about an existing Dedicated Host Group.

Example Usage

using System.Collections.Generic;
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 main

import (
	"github.com/pulumi/pulumi-azure/sdk/v5/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
	})
}
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.applyValue(getDedicatedHostGroupResult -> getDedicatedHostGroupResult.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)
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);
variables:
  example:
    fn::invoke:
      Function: azure:compute:getDedicatedHostGroup
      Arguments:
        name: example-dedicated-host-group
        resourceGroupName: example-rg
outputs:
  id: ${example.id}

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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure:compute/getDedicatedHostGroup:getDedicatedHostGroup
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string

Specifies the name of the Dedicated Host Group.

ResourceGroupName string

Specifies the name of the resource group the Dedicated Host Group is located in.

Name string

Specifies the name of the Dedicated Host Group.

ResourceGroupName string

Specifies the name of the resource group the Dedicated Host Group is located in.

name String

Specifies the name of the Dedicated Host Group.

resourceGroupName String

Specifies the name of the resource group the Dedicated Host Group is located in.

name string

Specifies the name of the Dedicated Host Group.

resourceGroupName string

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_name str

Specifies the name of the resource group the Dedicated Host Group is located in.

name String

Specifies the name of the Dedicated Host Group.

resourceGroupName String

Specifies the name of the resource group the Dedicated Host Group is located in.

getDedicatedHostGroup Result

The following output properties are available:

AutomaticPlacementEnabled bool

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
PlatformFaultDomainCount int

The number of fault domains that the Dedicated Host Group spans.

ResourceGroupName string
Tags 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.

AutomaticPlacementEnabled bool

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
PlatformFaultDomainCount int

The number of fault domains that the Dedicated Host Group spans.

ResourceGroupName string
Tags 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.

automaticPlacementEnabled Boolean

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
platformFaultDomainCount Integer

The number of fault domains that the Dedicated Host Group spans.

resourceGroupName String
tags 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.

automaticPlacementEnabled boolean

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
platformFaultDomainCount number

The number of fault domains that the Dedicated Host Group spans.

resourceGroupName string
tags {[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_enabled bool

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_domain_count int

The number of fault domains that the Dedicated Host Group spans.

resource_group_name str
tags 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.

automaticPlacementEnabled Boolean

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
platformFaultDomainCount Number

The number of fault domains that the Dedicated Host Group spans.

resourceGroupName String
tags 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 azurerm Terraform Provider.