Freigeben über


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

Allow.

DoNotAllow

DoNotAllow.

Require

Require.

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 VirtualApplicationCommandLineSetting)

Converts a String to a VirtualApplicationCommandLineSetting.

Inequality(VirtualApplicationCommandLineSetting, VirtualApplicationCommandLineSetting)

Determines if two VirtualApplicationCommandLineSetting values are not the same.

Applies to