Share via


HostPoolRegistrationInfoPatch Class

Definition

Represents a RegistrationInfo definition.

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

Constructors

Name Description
HostPoolRegistrationInfoPatch()

Initializes a new instance of HostPoolRegistrationInfoPatch.

Properties

Name Description
ExpireOn

Expiration time of registration token.

RegistrationTokenOperation

The type of resetting the token.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<HostPoolRegistrationInfoPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HostPoolRegistrationInfoPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HostPoolRegistrationInfoPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HostPoolRegistrationInfoPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HostPoolRegistrationInfoPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to