Sdílet prostřednictvím


HostPoolRegistrationInfo Class

Definition

Represents a RegistrationInfo definition.

public class HostPoolRegistrationInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DesktopVirtualization.Models.HostPoolRegistrationInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DesktopVirtualization.Models.HostPoolRegistrationInfo>
type HostPoolRegistrationInfo = class
    interface IJsonModel<HostPoolRegistrationInfo>
    interface IPersistableModel<HostPoolRegistrationInfo>
Public Class HostPoolRegistrationInfo
Implements IJsonModel(Of HostPoolRegistrationInfo), IPersistableModel(Of HostPoolRegistrationInfo)
Inheritance
HostPoolRegistrationInfo
Implements

Constructors

HostPoolRegistrationInfo()

Initializes a new instance of HostPoolRegistrationInfo.

Properties

ExpireOn

Expiration time of registration token.

RegistrationTokenOperation

The type of resetting the token.

Token

The registration token base64 encoded string.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HostPoolRegistrationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HostPoolRegistrationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HostPoolRegistrationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HostPoolRegistrationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HostPoolRegistrationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to