Bagikan melalui


SessionHandlingOperation Struct

Definition

Action to be taken after a user disconnect during the ramp up period.

public readonly struct SessionHandlingOperation : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.SessionHandlingOperation>
type SessionHandlingOperation = struct
Public Structure SessionHandlingOperation
Implements IEquatable(Of SessionHandlingOperation)
Inheritance
SessionHandlingOperation
Implements

Constructors

SessionHandlingOperation(String)

Initializes a new instance of SessionHandlingOperation.

Properties

Deallocate

Deallocate.

Hibernate

Hibernate.

None

None.

Methods

Equals(SessionHandlingOperation)

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(SessionHandlingOperation, SessionHandlingOperation)

Determines if two SessionHandlingOperation values are the same.

Implicit(String to SessionHandlingOperation)

Converts a string to a SessionHandlingOperation.

Inequality(SessionHandlingOperation, SessionHandlingOperation)

Determines if two SessionHandlingOperation values are not the same.

Applies to