你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SessionHostComponentUpdateType Struct

Definition

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

Applies to