We recommend using Azure Native.
Azure Classic v5.81.0 published on Monday, Jun 24, 2024 by Pulumi
azure.desktopvirtualization.getApplicationGroup
Explore with Pulumi AI
Use this data source to access information about an existing Application Group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.desktopvirtualization.getApplicationGroup({
name: "existing",
resourceGroupName: "existing",
});
export const id = example.then(example => example.id);
import pulumi
import pulumi_azure as azure
example = azure.desktopvirtualization.get_application_group(name="existing",
resource_group_name="existing")
pulumi.export("id", example.id)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v5/go/azure/desktopvirtualization"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := desktopvirtualization.LookupApplicationGroup(ctx, &desktopvirtualization.LookupApplicationGroupArgs{
Name: "existing",
ResourceGroupName: "existing",
}, 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.DesktopVirtualization.GetApplicationGroup.Invoke(new()
{
Name = "existing",
ResourceGroupName = "existing",
});
return new Dictionary<string, object?>
{
["id"] = example.Apply(getApplicationGroupResult => getApplicationGroupResult.Id),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.desktopvirtualization.DesktopvirtualizationFunctions;
import com.pulumi.azure.desktopvirtualization.inputs.GetApplicationGroupArgs;
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 = DesktopvirtualizationFunctions.getApplicationGroup(GetApplicationGroupArgs.builder()
.name("existing")
.resourceGroupName("existing")
.build());
ctx.export("id", example.applyValue(getApplicationGroupResult -> getApplicationGroupResult.id()));
}
}
variables:
example:
fn::invoke:
Function: azure:desktopvirtualization:getApplicationGroup
Arguments:
name: existing
resourceGroupName: existing
outputs:
id: ${example.id}
Using getApplicationGroup
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 getApplicationGroup(args: GetApplicationGroupArgs, opts?: InvokeOptions): Promise<GetApplicationGroupResult>
function getApplicationGroupOutput(args: GetApplicationGroupOutputArgs, opts?: InvokeOptions): Output<GetApplicationGroupResult>
def get_application_group(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApplicationGroupResult
def get_application_group_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplicationGroupResult]
func LookupApplicationGroup(ctx *Context, args *LookupApplicationGroupArgs, opts ...InvokeOption) (*LookupApplicationGroupResult, error)
func LookupApplicationGroupOutput(ctx *Context, args *LookupApplicationGroupOutputArgs, opts ...InvokeOption) LookupApplicationGroupResultOutput
> Note: This function is named LookupApplicationGroup
in the Go SDK.
public static class GetApplicationGroup
{
public static Task<GetApplicationGroupResult> InvokeAsync(GetApplicationGroupArgs args, InvokeOptions? opts = null)
public static Output<GetApplicationGroupResult> Invoke(GetApplicationGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplicationGroupResult> getApplicationGroup(GetApplicationGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure:desktopvirtualization/getApplicationGroup:getApplicationGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of this Application Group.
- Resource
Group stringName - The name of the Resource Group where the Application Group exists.
- Name string
- The name of this Application Group.
- Resource
Group stringName - The name of the Resource Group where the Application Group exists.
- name String
- The name of this Application Group.
- resource
Group StringName - The name of the Resource Group where the Application Group exists.
- name string
- The name of this Application Group.
- resource
Group stringName - The name of the Resource Group where the Application Group exists.
- name str
- The name of this Application Group.
- resource_
group_ strname - The name of the Resource Group where the Application Group exists.
- name String
- The name of this Application Group.
- resource
Group StringName - The name of the Resource Group where the Application Group exists.
getApplicationGroup Result
The following output properties are available:
- Description string
- The description of the Application Group.
- Friendly
Name string - The friendly name of the Application Group.
- Host
Pool stringId - The Virtual Desktop Host Pool ID the Application Group is associated to.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The Azure Region where the Application Group exists.
- Name string
- Resource
Group stringName - Dictionary<string, string>
- A mapping of tags assigned to the Application Group.
- Type string
- The type of Application Group (
RemoteApp
orDesktop
). - Workspace
Id string - The Virtual Desktop Workspace ID the Application Group is associated to.
- Description string
- The description of the Application Group.
- Friendly
Name string - The friendly name of the Application Group.
- Host
Pool stringId - The Virtual Desktop Host Pool ID the Application Group is associated to.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The Azure Region where the Application Group exists.
- Name string
- Resource
Group stringName - map[string]string
- A mapping of tags assigned to the Application Group.
- Type string
- The type of Application Group (
RemoteApp
orDesktop
). - Workspace
Id string - The Virtual Desktop Workspace ID the Application Group is associated to.
- description String
- The description of the Application Group.
- friendly
Name String - The friendly name of the Application Group.
- host
Pool StringId - The Virtual Desktop Host Pool ID the Application Group is associated to.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- The Azure Region where the Application Group exists.
- name String
- resource
Group StringName - Map<String,String>
- A mapping of tags assigned to the Application Group.
- type String
- The type of Application Group (
RemoteApp
orDesktop
). - workspace
Id String - The Virtual Desktop Workspace ID the Application Group is associated to.
- description string
- The description of the Application Group.
- friendly
Name string - The friendly name of the Application Group.
- host
Pool stringId - The Virtual Desktop Host Pool ID the Application Group is associated to.
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- The Azure Region where the Application Group exists.
- name string
- resource
Group stringName - {[key: string]: string}
- A mapping of tags assigned to the Application Group.
- type string
- The type of Application Group (
RemoteApp
orDesktop
). - workspace
Id string - The Virtual Desktop Workspace ID the Application Group is associated to.
- description str
- The description of the Application Group.
- friendly_
name str - The friendly name of the Application Group.
- host_
pool_ strid - The Virtual Desktop Host Pool ID the Application Group is associated to.
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- The Azure Region where the Application Group exists.
- name str
- resource_
group_ strname - Mapping[str, str]
- A mapping of tags assigned to the Application Group.
- type str
- The type of Application Group (
RemoteApp
orDesktop
). - workspace_
id str - The Virtual Desktop Workspace ID the Application Group is associated to.
- description String
- The description of the Application Group.
- friendly
Name String - The friendly name of the Application Group.
- host
Pool StringId - The Virtual Desktop Host Pool ID the Application Group is associated to.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- The Azure Region where the Application Group exists.
- name String
- resource
Group StringName - Map<String>
- A mapping of tags assigned to the Application Group.
- type String
- The type of Application Group (
RemoteApp
orDesktop
). - workspace
Id String - The Virtual Desktop Workspace ID the Application Group is associated to.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurerm
Terraform Provider.