次の方法で共有


AutomationConnectionTypeCollection クラス

定義

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

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

コンストラクター

AutomationConnectionTypeCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AutomationConnectionTypeCreateOrUpdateContent, CancellationToken)

接続の種類を作成します。

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

接続の種類を作成します。

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

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

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

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

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

接続の種類名で識別される接続の種類を取得します。

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

接続の種類の一覧を取得します。

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

接続の種類の一覧を取得します。

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

接続の種類名で識別される接続の種類を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AutomationConnectionTypeResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AutomationConnectionTypeResource>.GetEnumerator()

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

適用対象