次の方法で共有


AutomationJobScheduleData クラス

定義

AutomationJobSchedule データ モデルを表すクラス。 ジョブ スケジュールの定義。

public class AutomationJobScheduleData : Azure.ResourceManager.Models.ResourceData
type AutomationJobScheduleData = class
    inherit ResourceData
Public Class AutomationJobScheduleData
Inherits ResourceData
継承
AutomationJobScheduleData

プロパティ

Id

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(継承元 ResourceData)
JobScheduleId

ジョブ スケジュールの ID を取得または設定します。

Name

リソースの名前。

(継承元 ResourceData)
Parameters

ジョブ スケジュールのパラメーターを取得または設定します。

ResourceType

リソースの型。 たとえば、"Microsoft.Compute/virtualMachines" や "Microsoft.Storage/storageAccounts" などです。

(継承元 ResourceData)
RunbookName

Runbook の名前を取得または設定します。

RunOn

スケジュールされたジョブを実行するハイブリッド worker グループを取得または設定します。

ScheduleName

スケジュールの名前を取得または設定します。

SystemData

createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。

(継承元 ResourceData)

メソッド

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

AutomationJobSchedule データ モデルを表すクラス。 ジョブ スケジュールの定義。

(継承元 ResourceData)

適用対象