VirtualApplicationCommandLineSetting Struct
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.
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
VirtualApplicationCommandLineSetting(String) |
Initializes a new instance of VirtualApplicationCommandLineSetting. |
Properties
Allow |
Allow. |
DoNotAllow |
DoNotAllow. |
Require |
Require. |
Methods
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
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
Azure SDK for .NET