次の方法で共有


AutomationAccountCollection クラス

定義

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

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

コンストラクター

AutomationAccountCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AutomationAccountCreateOrUpdateContent, CancellationToken)

Automation アカウントを作成または更新します。

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

Automation アカウントを作成または更新します。

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

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

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

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

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

Automation アカウントに関する情報を取得します。

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

特定のリソース グループ内のアカウントの一覧を取得します。

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

特定のリソース グループ内のアカウントの一覧を取得します。

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

Automation アカウントに関する情報を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AutomationAccountResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AutomationAccountResource>.GetEnumerator()

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

適用対象