1. Packages
  2. Azure Native
  3. API Docs
  4. desktopvirtualization
  5. getApplication
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.10.0 published on Wednesday, Oct 4, 2023 by Pulumi

azure-native.desktopvirtualization.getApplication

Explore with Pulumi AI

azure-native logo
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.10.0 published on Wednesday, Oct 4, 2023 by Pulumi

    Get an application. Azure REST API version: 2022-09-09.

    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)

    SystemData Pulumi.AzureNative.DesktopVirtualization.Outputs.SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    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)

    SystemData SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    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)

    systemData SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    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)

    systemData SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    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)

    system_data SystemDataResponse

    Metadata pertaining to creation and last modification of the resource.

    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)

    systemData Property Map

    Metadata pertaining to creation and last modification of the resource.

    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.

    Supporting Types

    SystemDataResponse

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    createdAt string

    The timestamp of resource creation (UTC).

    createdBy string

    The identity that created the resource.

    createdByType string

    The type of identity that created the resource.

    lastModifiedAt string

    The timestamp of resource last modification (UTC)

    lastModifiedBy string

    The identity that last modified the resource.

    lastModifiedByType string

    The type of identity that last modified the resource.

    created_at str

    The timestamp of resource creation (UTC).

    created_by str

    The identity that created the resource.

    created_by_type str

    The type of identity that created the resource.

    last_modified_at str

    The timestamp of resource last modification (UTC)

    last_modified_by str

    The identity that last modified the resource.

    last_modified_by_type str

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.10.0 published on Wednesday, Oct 4, 2023 by Pulumi