azure-native.desktopvirtualization.getApplication

Get an application. API Version: 2021-02-01-preview.

Using getApplication

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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
def get_application(application_group_name: Optional[str] = None,
                    application_name: Optional[str] = None,
                    resource_group_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetApplicationResult
def get_application_output(application_group_name: Optional[pulumi.Input[str]] = None,
                    application_name: Optional[pulumi.Input[str]] = None,
                    resource_group_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput

> Note: This function is named LookupApplication in the Go SDK.

public static class GetApplication 
{
    public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
    public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:desktopvirtualization:getApplication
  arguments:
    # arguments dictionary

The following arguments are supported:

ApplicationGroupName string

The name of the application group

ApplicationName string

The name of the application within the specified application group

ResourceGroupName string

The name of the resource group. The name is case insensitive.

ApplicationGroupName string

The name of the application group

ApplicationName string

The name of the application within the specified application group

ResourceGroupName string

The name of the resource group. The name is case insensitive.

applicationGroupName String

The name of the application group

applicationName String

The name of the application within the specified application group

resourceGroupName String

The name of the resource group. The name is case insensitive.

applicationGroupName string

The name of the application group

applicationName string

The name of the application within the specified application group

resourceGroupName string

The name of the resource group. The name is case insensitive.

application_group_name str

The name of the application group

application_name str

The name of the application within the specified application group

resource_group_name str

The name of the resource group. The name is case insensitive.

applicationGroupName String

The name of the application group

applicationName String

The name of the application within the specified application group

resourceGroupName String

The name of the resource group. The name is case insensitive.

getApplication Result

The following output properties are available:

CommandLineSetting string

Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.

IconContent string

the icon a 64 bit string as a byte array.

IconHash string

Hash of the icon.

Id string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Name string

The name of the resource

ObjectId string

ObjectId of Application. (internal use)

Type string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

ApplicationType string

Resource Type of Application.

CommandLineArguments string

Command Line Arguments for Application.

Description string

Description of Application.

FilePath string

Specifies a path for the executable file for the application.

FriendlyName string

Friendly name of Application.

IconIndex int

Index of the icon.

IconPath string

Path to icon.

MsixPackageApplicationId string

Specifies the package application Id for MSIX applications

MsixPackageFamilyName string

Specifies the package family name for MSIX applications

ShowInPortal bool

Specifies whether to show the RemoteApp program in the RD Web Access server.

CommandLineSetting string

Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.

IconContent string

the icon a 64 bit string as a byte array.

IconHash string

Hash of the icon.

Id string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Name string

The name of the resource

ObjectId string

ObjectId of Application. (internal use)

Type string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

ApplicationType string

Resource Type of Application.

CommandLineArguments string

Command Line Arguments for Application.

Description string

Description of Application.

FilePath string

Specifies a path for the executable file for the application.

FriendlyName string

Friendly name of Application.

IconIndex int

Index of the icon.

IconPath string

Path to icon.

MsixPackageApplicationId string

Specifies the package application Id for MSIX applications

MsixPackageFamilyName string

Specifies the package family name for MSIX applications

ShowInPortal bool

Specifies whether to show the RemoteApp program in the RD Web Access server.

commandLineSetting String

Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.

iconContent String

the icon a 64 bit string as a byte array.

iconHash String

Hash of the icon.

id String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name String

The name of the resource

objectId String

ObjectId of Application. (internal use)

type String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

applicationType String

Resource Type of Application.

commandLineArguments String

Command Line Arguments for Application.

description String

Description of Application.

filePath String

Specifies a path for the executable file for the application.

friendlyName String

Friendly name of Application.

iconIndex Integer

Index of the icon.

iconPath String

Path to icon.

msixPackageApplicationId String

Specifies the package application Id for MSIX applications

msixPackageFamilyName String

Specifies the package family name for MSIX applications

showInPortal Boolean

Specifies whether to show the RemoteApp program in the RD Web Access server.

commandLineSetting string

Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.

iconContent string

the icon a 64 bit string as a byte array.

iconHash string

Hash of the icon.

id string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name string

The name of the resource

objectId string

ObjectId of Application. (internal use)

type string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

applicationType string

Resource Type of Application.

commandLineArguments string

Command Line Arguments for Application.

description string

Description of Application.

filePath string

Specifies a path for the executable file for the application.

friendlyName string

Friendly name of Application.

iconIndex number

Index of the icon.

iconPath string

Path to icon.

msixPackageApplicationId string

Specifies the package application Id for MSIX applications

msixPackageFamilyName string

Specifies the package family name for MSIX applications

showInPortal boolean

Specifies whether to show the RemoteApp program in the RD Web Access server.

command_line_setting str

Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.

icon_content str

the icon a 64 bit string as a byte array.

icon_hash str

Hash of the icon.

id str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name str

The name of the resource

object_id str

ObjectId of Application. (internal use)

type str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

application_type str

Resource Type of Application.

command_line_arguments str

Command Line Arguments for Application.

description str

Description of Application.

file_path str

Specifies a path for the executable file for the application.

friendly_name str

Friendly name of Application.

icon_index int

Index of the icon.

icon_path str

Path to icon.

msix_package_application_id str

Specifies the package application Id for MSIX applications

msix_package_family_name str

Specifies the package family name for MSIX applications

show_in_portal bool

Specifies whether to show the RemoteApp program in the RD Web Access server.

commandLineSetting String

Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.

iconContent String

the icon a 64 bit string as a byte array.

iconHash String

Hash of the icon.

id String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name String

The name of the resource

objectId String

ObjectId of Application. (internal use)

type String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

applicationType String

Resource Type of Application.

commandLineArguments String

Command Line Arguments for Application.

description String

Description of Application.

filePath String

Specifies a path for the executable file for the application.

friendlyName String

Friendly name of Application.

iconIndex Number

Index of the icon.

iconPath String

Path to icon.

msixPackageApplicationId String

Specifies the package application Id for MSIX applications

msixPackageFamilyName String

Specifies the package family name for MSIX applications

showInPortal Boolean

Specifies whether to show the RemoteApp program in the RD Web Access server.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0