HostPoolRegistrationTokenOperation Struct

Definition

The type of resetting the token.

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

Constructors

HostPoolRegistrationTokenOperation(String)

Initializes a new instance of HostPoolRegistrationTokenOperation.

Properties

Delete

Delete.

None

None.

Update

Update.

Methods

Equals(HostPoolRegistrationTokenOperation)

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

Determines if two HostPoolRegistrationTokenOperation values are the same.

Implicit(String to HostPoolRegistrationTokenOperation)

Converts a string to a HostPoolRegistrationTokenOperation.

Inequality(HostPoolRegistrationTokenOperation, HostPoolRegistrationTokenOperation)

Determines if two HostPoolRegistrationTokenOperation values are not the same.

Applies to