StartupBehavior Struct

Definition

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

Fields

All
None
WithAssignedUser

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)
Equals(Object)
Equals(StartupBehavior)
GetHashCode()
ToString()

Operators

Equality(StartupBehavior, StartupBehavior)
Implicit(StartupBehavior to String)
Implicit(String to StartupBehavior)
Inequality(StartupBehavior, StartupBehavior)

Applies to