Share via


ScheduledActionResourceAttachContent Class

Definition

Request model to attach a list of scheduled action resources.

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

Constructors

ScheduledActionResourceAttachContent(IEnumerable<ScheduledActionResourceData>)

Initializes a new instance of ScheduledActionResourceAttachContent.

Properties

Resources

List of resources to be attached/patched.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ScheduledActionResourceAttachContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScheduledActionResourceAttachContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScheduledActionResourceAttachContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScheduledActionResourceAttachContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScheduledActionResourceAttachContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to