azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

355 строки
28 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner"
name: "ApplicationInner"
nameWithType: "ApplicationInner"
summary: "Schema for Application properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ApplicationInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.ApplicationInner()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.ApplicationInner()"
name: "ApplicationInner()"
nameWithType: "ApplicationInner.ApplicationInner()"
summary: "Creates an instance of Application<wbr>Inner class."
syntax: "public ApplicationInner()"
desc: "Creates an instance of ApplicationInner class."
methods:
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.applicationType()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.applicationType()"
name: "applicationType()"
nameWithType: "ApplicationInner.applicationType()"
summary: "Get the application<wbr>Type property: Resource Type of Application."
syntax: "public RemoteApplicationType applicationType()"
desc: "Get the applicationType property: Resource Type of Application."
returns:
description: "the applicationType value."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.RemoteApplicationType?alt=com.azure.resourcemanager.desktopvirtualization.models.RemoteApplicationType&text=RemoteApplicationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.commandLineArguments()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.commandLineArguments()"
name: "commandLineArguments()"
nameWithType: "ApplicationInner.commandLineArguments()"
summary: "Get the command<wbr>Line<wbr>Arguments property: Command Line Arguments for Application."
syntax: "public String commandLineArguments()"
desc: "Get the commandLineArguments property: Command Line Arguments for Application."
returns:
description: "the commandLineArguments value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.commandLineSetting()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.commandLineSetting()"
name: "commandLineSetting()"
nameWithType: "ApplicationInner.commandLineSetting()"
summary: "Get the command<wbr>Line<wbr>Setting 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."
syntax: "public CommandLineSetting commandLineSetting()"
desc: "Get 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: "the commandLineSetting value."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.CommandLineSetting?alt=com.azure.resourcemanager.desktopvirtualization.models.CommandLineSetting&text=CommandLineSetting\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.description()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.description()"
name: "description()"
nameWithType: "ApplicationInner.description()"
summary: "Get the description property: Description of Application."
syntax: "public String description()"
desc: "Get the description property: Description of Application."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.filePath()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.filePath()"
name: "filePath()"
nameWithType: "ApplicationInner.filePath()"
summary: "Get the file<wbr>Path property: Specifies a path for the executable file for the application."
syntax: "public String filePath()"
desc: "Get the filePath property: Specifies a path for the executable file for the application."
returns:
description: "the filePath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.friendlyName()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.friendlyName()"
name: "friendlyName()"
nameWithType: "ApplicationInner.friendlyName()"
summary: "Get the friendly<wbr>Name property: Friendly name of Application."
syntax: "public String friendlyName()"
desc: "Get the friendlyName property: Friendly name of Application."
returns:
description: "the friendlyName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.iconContent()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.iconContent()"
name: "iconContent()"
nameWithType: "ApplicationInner.iconContent()"
summary: "Get the icon<wbr>Content property: the icon a 64 bit string as a byte array."
syntax: "public byte[] iconContent()"
desc: "Get the iconContent property: the icon a 64 bit string as a byte array."
returns:
description: "the iconContent value."
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.iconHash()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.iconHash()"
name: "iconHash()"
nameWithType: "ApplicationInner.iconHash()"
summary: "Get the icon<wbr>Hash property: Hash of the icon."
syntax: "public String iconHash()"
desc: "Get the iconHash property: Hash of the icon."
returns:
description: "the iconHash value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.iconIndex()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.iconIndex()"
name: "iconIndex()"
nameWithType: "ApplicationInner.iconIndex()"
summary: "Get the icon<wbr>Index property: Index of the icon."
syntax: "public Integer iconIndex()"
desc: "Get the iconIndex property: Index of the icon."
returns:
description: "the iconIndex value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.iconPath()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.iconPath()"
name: "iconPath()"
nameWithType: "ApplicationInner.iconPath()"
summary: "Get the icon<wbr>Path property: Path to icon."
syntax: "public String iconPath()"
desc: "Get the iconPath property: Path to icon."
returns:
description: "the iconPath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.msixPackageApplicationId()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.msixPackageApplicationId()"
name: "msixPackageApplicationId()"
nameWithType: "ApplicationInner.msixPackageApplicationId()"
summary: "Get the msix<wbr>Package<wbr>Application<wbr>Id property: Specifies the package application Id for MSIX applications."
syntax: "public String msixPackageApplicationId()"
desc: "Get the msixPackageApplicationId property: Specifies the package application Id for MSIX applications."
returns:
description: "the msixPackageApplicationId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.msixPackageFamilyName()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.msixPackageFamilyName()"
name: "msixPackageFamilyName()"
nameWithType: "ApplicationInner.msixPackageFamilyName()"
summary: "Get the msix<wbr>Package<wbr>Family<wbr>Name property: Specifies the package family name for MSIX applications."
syntax: "public String msixPackageFamilyName()"
desc: "Get the msixPackageFamilyName property: Specifies the package family name for MSIX applications."
returns:
description: "the msixPackageFamilyName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.objectId()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.objectId()"
name: "objectId()"
nameWithType: "ApplicationInner.objectId()"
summary: "Get the object<wbr>Id property: Object<wbr>Id of Application."
syntax: "public String objectId()"
desc: "Get the objectId property: ObjectId of Application. (internal use)."
returns:
description: "the objectId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.showInPortal()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.showInPortal()"
name: "showInPortal()"
nameWithType: "ApplicationInner.showInPortal()"
summary: "Get the show<wbr>InPortal property: Specifies whether to show the Remote<wbr>App program in the RD Web Access server."
syntax: "public Boolean showInPortal()"
desc: "Get the showInPortal property: Specifies whether to show the RemoteApp program in the RD Web Access server."
returns:
description: "the showInPortal value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.systemData()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.systemData()"
name: "systemData()"
nameWithType: "ApplicationInner.systemData()"
summary: "Get the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
syntax: "public SystemData systemData()"
desc: "Get the systemData property: Metadata pertaining to creation and last modification of the resource."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.validate()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.validate()"
name: "validate()"
nameWithType: "ApplicationInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withApplicationType(com.azure.resourcemanager.desktopvirtualization.models.RemoteApplicationType)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withApplicationType(RemoteApplicationType applicationType)"
name: "withApplicationType(RemoteApplicationType applicationType)"
nameWithType: "ApplicationInner.withApplicationType(RemoteApplicationType applicationType)"
summary: "Set the application<wbr>Type property: Resource Type of Application."
parameters:
- description: "the applicationType value to set."
name: "applicationType"
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.RemoteApplicationType?alt=com.azure.resourcemanager.desktopvirtualization.models.RemoteApplicationType&text=RemoteApplicationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationInner withApplicationType(RemoteApplicationType applicationType)"
desc: "Set the applicationType property: Resource Type of Application."
returns:
description: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withCommandLineArguments(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withCommandLineArguments(String commandLineArguments)"
name: "withCommandLineArguments(String commandLineArguments)"
nameWithType: "ApplicationInner.withCommandLineArguments(String commandLineArguments)"
summary: "Set the command<wbr>Line<wbr>Arguments property: Command Line Arguments for Application."
parameters:
- description: "the commandLineArguments value to set."
name: "commandLineArguments"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApplicationInner withCommandLineArguments(String commandLineArguments)"
desc: "Set the commandLineArguments property: Command Line Arguments for Application."
returns:
description: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withCommandLineSetting(com.azure.resourcemanager.desktopvirtualization.models.CommandLineSetting)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withCommandLineSetting(CommandLineSetting commandLineSetting)"
name: "withCommandLineSetting(CommandLineSetting commandLineSetting)"
nameWithType: "ApplicationInner.withCommandLineSetting(CommandLineSetting commandLineSetting)"
summary: "Set the command<wbr>Line<wbr>Setting 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."
parameters:
- description: "the commandLineSetting value to set."
name: "commandLineSetting"
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.CommandLineSetting?alt=com.azure.resourcemanager.desktopvirtualization.models.CommandLineSetting&text=CommandLineSetting\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationInner withCommandLineSetting(CommandLineSetting commandLineSetting)"
desc: "Set 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: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ApplicationInner.withDescription(String description)"
summary: "Set the description property: Description of Application."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApplicationInner withDescription(String description)"
desc: "Set the description property: Description of Application."
returns:
description: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withFilePath(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withFilePath(String filePath)"
name: "withFilePath(String filePath)"
nameWithType: "ApplicationInner.withFilePath(String filePath)"
summary: "Set the file<wbr>Path property: Specifies a path for the executable file for the application."
parameters:
- description: "the filePath value to set."
name: "filePath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApplicationInner withFilePath(String filePath)"
desc: "Set the filePath property: Specifies a path for the executable file for the application."
returns:
description: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withFriendlyName(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withFriendlyName(String friendlyName)"
name: "withFriendlyName(String friendlyName)"
nameWithType: "ApplicationInner.withFriendlyName(String friendlyName)"
summary: "Set the friendly<wbr>Name property: Friendly name of Application."
parameters:
- description: "the friendlyName value to set."
name: "friendlyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApplicationInner withFriendlyName(String friendlyName)"
desc: "Set the friendlyName property: Friendly name of Application."
returns:
description: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withIconIndex(java.lang.Integer)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withIconIndex(Integer iconIndex)"
name: "withIconIndex(Integer iconIndex)"
nameWithType: "ApplicationInner.withIconIndex(Integer iconIndex)"
summary: "Set the icon<wbr>Index property: Index of the icon."
parameters:
- description: "the iconIndex value to set."
name: "iconIndex"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ApplicationInner withIconIndex(Integer iconIndex)"
desc: "Set the iconIndex property: Index of the icon."
returns:
description: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withIconPath(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withIconPath(String iconPath)"
name: "withIconPath(String iconPath)"
nameWithType: "ApplicationInner.withIconPath(String iconPath)"
summary: "Set the icon<wbr>Path property: Path to icon."
parameters:
- description: "the iconPath value to set."
name: "iconPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApplicationInner withIconPath(String iconPath)"
desc: "Set the iconPath property: Path to icon."
returns:
description: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withMsixPackageApplicationId(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withMsixPackageApplicationId(String msixPackageApplicationId)"
name: "withMsixPackageApplicationId(String msixPackageApplicationId)"
nameWithType: "ApplicationInner.withMsixPackageApplicationId(String msixPackageApplicationId)"
summary: "Set the msix<wbr>Package<wbr>Application<wbr>Id property: Specifies the package application Id for MSIX applications."
parameters:
- description: "the msixPackageApplicationId value to set."
name: "msixPackageApplicationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApplicationInner withMsixPackageApplicationId(String msixPackageApplicationId)"
desc: "Set the msixPackageApplicationId property: Specifies the package application Id for MSIX applications."
returns:
description: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withMsixPackageFamilyName(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withMsixPackageFamilyName(String msixPackageFamilyName)"
name: "withMsixPackageFamilyName(String msixPackageFamilyName)"
nameWithType: "ApplicationInner.withMsixPackageFamilyName(String msixPackageFamilyName)"
summary: "Set the msix<wbr>Package<wbr>Family<wbr>Name property: Specifies the package family name for MSIX applications."
parameters:
- description: "the msixPackageFamilyName value to set."
name: "msixPackageFamilyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApplicationInner withMsixPackageFamilyName(String msixPackageFamilyName)"
desc: "Set the msixPackageFamilyName property: Specifies the package family name for MSIX applications."
returns:
description: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withShowInPortal(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner.withShowInPortal(Boolean showInPortal)"
name: "withShowInPortal(Boolean showInPortal)"
nameWithType: "ApplicationInner.withShowInPortal(Boolean showInPortal)"
summary: "Set the show<wbr>InPortal property: Specifies whether to show the Remote<wbr>App program in the RD Web Access server."
parameters:
- description: "the showInPortal value to set."
name: "showInPortal"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ApplicationInner withShowInPortal(Boolean showInPortal)"
desc: "Set the showInPortal property: Specifies whether to show the RemoteApp program in the RD Web Access server."
returns:
description: "the ApplicationInner object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationInner&text=ApplicationInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Schema for Application properties."
metadata: {}
package: "com.azure.resourcemanager.desktopvirtualization.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.1.0