Share via


ScheduleAssociationProperty Class

Definition

The schedule property associated with the entity.

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

Constructors

ScheduleAssociationProperty()

Initializes a new instance of ScheduleAssociationProperty.

Properties

Name

Gets or sets the name of the Schedule.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ScheduleAssociationProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScheduleAssociationProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScheduleAssociationProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScheduleAssociationProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScheduleAssociationProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to