VirtualApplicationPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application properties that can be patched.
public class VirtualApplicationPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DesktopVirtualization.Models.VirtualApplicationPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DesktopVirtualization.Models.VirtualApplicationPatch>
type VirtualApplicationPatch = class
interface IJsonModel<VirtualApplicationPatch>
interface IPersistableModel<VirtualApplicationPatch>
Public Class VirtualApplicationPatch
Implements IJsonModel(Of VirtualApplicationPatch), IPersistableModel(Of VirtualApplicationPatch)
- Inheritance
-
VirtualApplicationPatch
- Implements
Constructors
VirtualApplicationPatch() |
Initializes a new instance of VirtualApplicationPatch. |
Properties
ApplicationType |
Resource Type of Application. |
CommandLineArguments |
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. |
Tags |
tags to be updated. |
Explicit Interface Implementations
IJsonModel<VirtualApplicationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VirtualApplicationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VirtualApplicationPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VirtualApplicationPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VirtualApplicationPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET