Partilhar via


VirtualApplicationCommandLineSetting Struct

Definition

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.

public readonly struct VirtualApplicationCommandLineSetting : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.VirtualApplicationCommandLineSetting>
type VirtualApplicationCommandLineSetting = struct
Public Structure VirtualApplicationCommandLineSetting
Implements IEquatable(Of VirtualApplicationCommandLineSetting)
Inheritance
VirtualApplicationCommandLineSetting
Implements

Constructors

Name Description
VirtualApplicationCommandLineSetting(String)

Initializes a new instance of VirtualApplicationCommandLineSetting.

Properties

Name Description
Allow

Can optionally be launched with command line arguments.

DoNotAllow

Cannot be launched with command line arguments.

Require

Required to be launched with command line arguments.

Methods

Name Description
Equals(VirtualApplicationCommandLineSetting)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(VirtualApplicationCommandLineSetting, VirtualApplicationCommandLineSetting)

Determines if two VirtualApplicationCommandLineSetting values are the same.

Implicit(String to Nullable<VirtualApplicationCommandLineSetting>)
Implicit(String to VirtualApplicationCommandLineSetting)

Converts a string to a VirtualApplicationCommandLineSetting.

Inequality(VirtualApplicationCommandLineSetting, VirtualApplicationCommandLineSetting)

Determines if two VirtualApplicationCommandLineSetting values are not the same.

Applies to