次の方法で共有


AutomationRunbookCollection クラス

定義

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

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

コンストラクター

AutomationRunbookCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AutomationRunbookCreateOrUpdateContent, CancellationToken)

Runbook 名で識別される Runbook を作成します。

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

Runbook 名で識別される Runbook を作成します。

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

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

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

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

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

Runbook 名で識別される Runbook を取得します。

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

Runbook の一覧を取得します。

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

Runbook の一覧を取得します。

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

Runbook 名で識別される Runbook を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AutomationRunbookResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AutomationRunbookResource>.GetEnumerator()

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

適用対象