CommandLineSetting 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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSettingTypeConverter))]
public struct CommandLineSetting : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSettingTypeConverter))>]
type CommandLineSetting = struct
    interface IArgumentCompleter
Public Structure CommandLineSetting
Implements IArgumentCompleter, IEquatable(Of CommandLineSetting)
Inheritance
CommandLineSetting
Attributes
Implements

Fields

Allow
DoNotAllow
Require

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(CommandLineSetting)

Compares values of enum type CommandLineSetting

Equals(Object)

Compares values of enum type CommandLineSetting (override for Object)

GetHashCode()

Returns hashCode for enum CommandLineSetting

ToString()

Returns string representation for CommandLineSetting

Operators

Equality(CommandLineSetting, CommandLineSetting)

Overriding == operator for enum CommandLineSetting

Implicit(CommandLineSetting to String)

Implicit operator to convert CommandLineSetting to string

Implicit(String to CommandLineSetting)

Implicit operator to convert string to CommandLineSetting

Inequality(CommandLineSetting, CommandLineSetting)

Overriding != operator for enum CommandLineSetting

Applies to