다음을 통해 공유


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

Name Description
SessionHandlingOperation(String)

Initializes a new instance of SessionHandlingOperation.

Properties

Name Description
Deallocate

Deallocate.

Hibernate

Hibernate.

None

None.

Methods

Name Description
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

Name Description
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