ภาษา

MachineLearningComputeStartStopSchedule Class

Definition

The schedule for automatically starting and stopping a compute instance.

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

Constructors

Name Description
MachineLearningComputeStartStopSchedule()

Initializes a new instance of MachineLearningComputeStartStopSchedule.

Properties

Name Description
Action

The compute power action.

CronSchedule

The cron schedule details.

Id

The ARM resource ID of the schedule.

ProvisioningStatus

The schedule provisioning status.

RecurrenceSchedule

The recurrence schedule details.

Schedule

The schedule definition.

Status

The schedule status.

TriggerType

The trigger type.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the JSON representation of the model to the provided writer.

Explicit Interface Implementations

Name Description
IJsonModel<MachineLearningComputeStartStopSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningComputeStartStopSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningComputeStartStopSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningComputeStartStopSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningComputeStartStopSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to