Application Interface
public interface Application
An immutable client-side representation of Application.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Remote |
applicationType()
Gets the application |
| abstract String |
commandLineArguments()
Gets the command |
|
abstract
Command |
commandLineSetting()
Gets the command |
| abstract String |
description()
Gets the description property: Description of Application. |
| abstract String |
filePath()
Gets the file |
| abstract String |
friendlyName()
Gets the friendly |
| abstract byte[] |
iconContent()
Gets the icon |
| abstract String |
iconHash()
Gets the icon |
| abstract Integer |
iconIndex()
Gets the icon |
| abstract String |
iconPath()
Gets the icon |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Application |
innerModel()
Gets the inner com. |
| abstract String |
msixPackageApplicationId()
Gets the msix |
| abstract String |
msixPackageFamilyName()
Gets the msix |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
objectId()
Gets the object |
| abstract Application |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Application |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract Boolean |
showInPortal()
Gets the show |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Application resource. |
Method Details
applicationType
public abstract RemoteApplicationType applicationType()
Gets the applicationType property: Resource Type of Application.
Returns:
commandLineArguments
public abstract String commandLineArguments()
Gets the commandLineArguments property: Command Line Arguments for Application.
Returns:
commandLineSetting
public abstract CommandLineSetting commandLineSetting()
Gets the commandLineSetting property: 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.
Returns:
description
public abstract String description()
Gets the description property: Description of Application.
Returns:
filePath
public abstract String filePath()
Gets the filePath property: Specifies a path for the executable file for the application.
Returns:
friendlyName
public abstract String friendlyName()
Gets the friendlyName property: Friendly name of Application.
Returns:
iconContent
public abstract byte[] iconContent()
Gets the iconContent property: the icon a 64 bit string as a byte array.
Returns:
iconHash
public abstract String iconHash()
Gets the iconHash property: Hash of the icon.
Returns:
iconIndex
public abstract Integer iconIndex()
Gets the iconIndex property: Index of the icon.
Returns:
iconPath
public abstract String iconPath()
Gets the iconPath property: Path to icon.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ApplicationInner innerModel()
Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner object.
Returns:
msixPackageApplicationId
public abstract String msixPackageApplicationId()
Gets the msixPackageApplicationId property: Specifies the package application Id for MSIX applications.
Returns:
msixPackageFamilyName
public abstract String msixPackageFamilyName()
Gets the msixPackageFamilyName property: Specifies the package family name for MSIX applications.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
objectId
public abstract String objectId()
Gets the objectId property: ObjectId of Application. (internal use).
Returns:
refresh
public abstract Application refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Application refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
showInPortal
public abstract Boolean showInPortal()
Gets the showInPortal property: Specifies whether to show the RemoteApp program in the RD Web Access server.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Application.Update update()
Begins update for the Application resource.
Returns: