ExecuteStartContent Class

Definition

The ExecuteStartRequest request for executeStart operations.

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

Constructors

ExecuteStartContent(ScheduledActionExecutionParameterDetail, UserRequestResources, String)

Initializes a new instance of ExecuteStartContent.

Properties

CorrelationId

CorrelationId item.

ExecutionParameters

The execution parameters for the request.

ResourcesIds

The resource ids used for the request.

Explicit Interface Implementations

IJsonModel<ExecuteStartContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExecuteStartContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExecuteStartContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExecuteStartContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExecuteStartContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to