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.
public readonly struct SessionHostComponentUpdateType : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.SessionHostComponentUpdateType>
type SessionHostComponentUpdateType = struct
Public Structure SessionHostComponentUpdateType
Implements IEquatable(Of SessionHostComponentUpdateType)
- Inheritance
-
SessionHostComponentUpdateType
- Implements
Constructors
SessionHostComponentUpdateType(String) |
Initializes a new instance of SessionHostComponentUpdateType. |
Properties
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
Equals(SessionHostComponentUpdateType) |
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(SessionHostComponentUpdateType, SessionHostComponentUpdateType) |
Determines if two SessionHostComponentUpdateType values are the same. |
Implicit(String to SessionHostComponentUpdateType) |
Converts a string to a SessionHostComponentUpdateType. |
Inequality(SessionHostComponentUpdateType, SessionHostComponentUpdateType) |
Determines if two SessionHostComponentUpdateType values are not the same. |
Applies to
Azure SDK for .NET