次の方法で共有


IntegrationAccountAgreementCollection クラス

定義

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

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

コンストラクター

IntegrationAccountAgreementCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, IntegrationAccountAgreementData, CancellationToken)

統合アカウント契約を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • 操作IdIntegrationAccountAgreements_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, IntegrationAccountAgreementData, CancellationToken)

統合アカウント契約を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • 操作IdIntegrationAccountAgreements_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • 操作IdIntegrationAccountAgreements_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • 操作IdIntegrationAccountAgreements_Get
Get(String, CancellationToken)

統合アカウント 契約を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • 操作IdIntegrationAccountAgreements_Get
GetAll(Nullable<Int32>, String, CancellationToken)

統合アカウント契約の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements
  • 操作IdIntegrationAccountAgreements_List
GetAllAsync(Nullable<Int32>, String, CancellationToken)

統合アカウント契約の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements
  • 操作IdIntegrationAccountAgreements_List
GetAsync(String, CancellationToken)

統合アカウント 契約を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • 操作IdIntegrationAccountAgreements_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<IntegrationAccountAgreementResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<IntegrationAccountAgreementResource>.GetEnumerator()

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

適用対象