Compartilhar via


IJobScheduleAction Interface

Definition

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

Properties

ActionType

[Required] Specifies the action type of the schedule

(Inherited from IScheduleActionBase)
IdentityType

[Required] Specifies the type of identity framework.

JobDefinitionComponentId

ARM resource ID of the component resource.

JobDefinitionComputeId

ARM resource ID of the compute resource.

JobDefinitionDescription

The asset description text.

JobDefinitionDisplayName

Display name of job.

JobDefinitionExperimentName

The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.

JobDefinitionIsArchived

Is the asset archived?

JobDefinitionJobType

[Required] Specifies the type of job.

JobDefinitionProperty

The asset property dictionary.

JobDefinitionService

List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.

JobDefinitionStatus

Status of the job.

JobDefinitionTag

Tag dictionary. Tags can be added, removed, and updated.

NotificationSettingEmail

This is the email recipient list which has a limitation of 499 characters in total concat with comma separator

NotificationSettingEmailOn

Send email notification to user on specified notification type

NotificationSettingWebhook

Send webhook callback to a service. Key is a user-provided name for the webhook.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to