SessionHostComponentUpdateType 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.
The type of maintenance for session host components.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateTypeTypeConverter))]
public struct SessionHostComponentUpdateType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateTypeTypeConverter))>]
type SessionHostComponentUpdateType = struct
interface IArgumentCompleter
Public Structure SessionHostComponentUpdateType
Implements IArgumentCompleter, IEquatable(Of SessionHostComponentUpdateType)
- Inheritance
-
SessionHostComponentUpdateType
- Attributes
- Implements
Fields
Default |
Agent and other agent side components are delivery schedule is controlled by WVD Infra. |
Scheduled |
TenantAdmin have opted in for Scheduled Component Update feature. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SessionHostComponentUpdateType (override for Object) |
Equals(SessionHostComponentUpdateType) |
Compares values of enum type SessionHostComponentUpdateType |
GetHashCode() |
Returns hashCode for enum SessionHostComponentUpdateType |
ToString() |
Returns string representation for SessionHostComponentUpdateType |
Operators
Equality(SessionHostComponentUpdateType, SessionHostComponentUpdateType) |
Overriding == operator for enum SessionHostComponentUpdateType |
Implicit(SessionHostComponentUpdateType to String) |
Implicit operator to convert SessionHostComponentUpdateType to string |
Implicit(String to SessionHostComponentUpdateType) |
Implicit operator to convert string to SessionHostComponentUpdateType |
Inequality(SessionHostComponentUpdateType, SessionHostComponentUpdateType) |
Overriding != operator for enum SessionHostComponentUpdateType |