Compartir a través de


ApplicationPatchProperties Class

Definition

Application properties that can be patched.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ApplicationPatchPropertiesTypeConverter))]
public class ApplicationPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplicationPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ApplicationPatchPropertiesTypeConverter))>]
type ApplicationPatchProperties = class
    interface IApplicationPatchProperties
    interface IJsonSerializable
Public Class ApplicationPatchProperties
Implements IApplicationPatchProperties
Inheritance
ApplicationPatchProperties
Attributes
Implements

Constructors

ApplicationPatchProperties()

Creates an new ApplicationPatchProperties instance.

Properties

ApplicationType

Resource Type of Application.

CommandLineArgument

Command Line Arguments for Application.

CommandLineSetting

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.

Description

Description of Application.

FilePath

Specifies a path for the executable file for the application.

FriendlyName

Friendly name of Application.

IconIndex

Index of the icon.

IconPath

Path to icon.

MsixPackageApplicationId

Specifies the package application Id for MSIX applications

MsixPackageFamilyName

Specifies the package family name for MSIX applications

ShowInPortal

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApplicationPatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApplicationPatchProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplicationPatchProperties.

FromJsonString(String)

Creates a new instance of ApplicationPatchProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApplicationPatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to