Delen via


SubmitStartContent Class

Definition

This is the request for start.

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

Constructors

SubmitStartContent(UserRequestSchedule, ScheduledActionExecutionParameterDetail, UserRequestResources, String)

Initializes a new instance of SubmitStartContent.

Properties

CorrelationId

CorrelationId item.

ExecutionParameters

The execution parameters for the request.

ResourcesIds

The resource ids used for the request.

Schedule

The schedule for the request.

Explicit Interface Implementations

IJsonModel<SubmitStartContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubmitStartContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubmitStartContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubmitStartContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubmitStartContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to