Share via


StorageMoverAgentPatch Class

Definition

The Agent resource.

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

Constructors

StorageMoverAgentPatch()

Initializes a new instance of StorageMoverAgentPatch.

Properties

Description

A description for the Agent.

UploadLimitScheduleWeeklyRecurrences

The set of weekly repeating recurrences of the WAN-link upload limit schedule.

Explicit Interface Implementations

IJsonModel<StorageMoverAgentPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageMoverAgentPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageMoverAgentPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageMoverAgentPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageMoverAgentPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to