次の方法で共有


AutomationJobCollection クラス

定義

のコレクション AutomationJobResource とその操作を表すクラス。 コレクション内の各 AutomationJobResource は、 の同じインスタンス AutomationAccountResourceに属します。 インスタンスを AutomationJobCollection 取得するには、 のインスタンスから GetAutomationJobs メソッドを AutomationAccountResource呼び出します。

public class AutomationJobCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Automation.Models.AutomationJobCollectionItemData>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Automation.Models.AutomationJobCollectionItemData>
type AutomationJobCollection = class
    inherit ArmCollection
    interface seq<AutomationJobCollectionItemData>
    interface IEnumerable
    interface IAsyncEnumerable<AutomationJobCollectionItemData>
Public Class AutomationJobCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AutomationJobCollectionItemData), IEnumerable(Of AutomationJobCollectionItemData)
継承
AutomationJobCollection
実装

コンストラクター

AutomationJobCollection()

モック作成のために クラスの AutomationJobCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AutomationJobCreateOrUpdateContent, String, CancellationToken)

Runbook のジョブを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}
  • 操作IdJob_Create
CreateOrUpdateAsync(WaitUntil, String, AutomationJobCreateOrUpdateContent, String, CancellationToken)

Runbook のジョブを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}
  • 操作IdJob_Create
Exists(String, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}
  • 操作IdJob_Get
ExistsAsync(String, String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}
  • 操作IdJob_Get
Get(String, String, CancellationToken)

ジョブ名で識別されるジョブを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}
  • 操作IdJob_Get
GetAll(String, String, CancellationToken)

ジョブの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs
  • 操作IdJob_ListByAutomationAccount
GetAllAsync(String, String, CancellationToken)

ジョブの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs
  • 操作IdJob_ListByAutomationAccount
GetAsync(String, String, CancellationToken)

ジョブ名で識別されるジョブを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}
  • 操作IdJob_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<AutomationJobCollectionItemData>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<AutomationJobCollectionItemData>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象