AutomationScheduleCollection クラス

定義

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

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

コンストラクター

AutomationScheduleCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AutomationScheduleCreateOrUpdateContent, CancellationToken)

スケジュールを作成します。

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

スケジュールを作成します。

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

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

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

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

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

スケジュール名で識別されるスケジュールを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/schedules/{scheduleName}
  • 操作IdSchedule_Get
GetAll(CancellationToken)

スケジュールの一覧を取得します。

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

スケジュールの一覧を取得します。

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

スケジュール名で識別されるスケジュールを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AutomationScheduleResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AutomationScheduleResource>.GetEnumerator()

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

適用対象