Compartilhar via


IScheduleBase Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ScheduleBaseTypeConverter))]
public interface IScheduleBase : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ScheduleBaseTypeConverter))>]
type IScheduleBase = interface
    interface IJsonSerializable
Public Interface IScheduleBase
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Id

A system assigned id for the schedule.

ProvisioningStatus

The current deployment state of schedule.

Status

Is the schedule enabled or disabled?

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to