Condividi tramite


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

Name Description
HostPoolRegistrationTokenOperation(String)

Initializes a new instance of HostPoolRegistrationTokenOperation.

Properties

Name Description
Delete

Delete operation.

None

No Operation.

Update

Update Operation.

Methods

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

Name Description
Equality(HostPoolRegistrationTokenOperation, HostPoolRegistrationTokenOperation)

Determines if two HostPoolRegistrationTokenOperation values are the same.

Implicit(String to HostPoolRegistrationTokenOperation)

Converts a string to a HostPoolRegistrationTokenOperation.

Implicit(String to Nullable<HostPoolRegistrationTokenOperation>)
Inequality(HostPoolRegistrationTokenOperation, HostPoolRegistrationTokenOperation)

Determines if two HostPoolRegistrationTokenOperation values are not the same.

Applies to