Freigeben über


IntegrationAccountAgreementCollection Klasse

Definition

Eine Klasse, die eine Auflistung von IntegrationAccountAgreementResource und deren Vorgänge darstellt. Jedes IntegrationAccountAgreementResource in der Auflistung gehört zum gleichen instance von IntegrationAccountResource. Um einen IntegrationAccountAgreementCollection instance rufen Sie die GetIntegrationAccountAgreements-Methode aus einer instance von aufIntegrationAccountResource.

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)
Vererbung
IntegrationAccountAgreementCollection
Implementiert

Konstruktoren

IntegrationAccountAgreementCollection()

Initialisiert eine neue instance der IntegrationAccountAgreementCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, IntegrationAccountAgreementData, CancellationToken)

Erstellt oder aktualisiert eine Integrationskontovereinbarung.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • Vorgang IdIntegrationAccountAgreements_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, IntegrationAccountAgreementData, CancellationToken)

Erstellt oder aktualisiert eine Integrationskontovereinbarung.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • Vorgang IdIntegrationAccountAgreements_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • Vorgang IdIntegrationAccountAgreements_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • Vorgang IdIntegrationAccountAgreements_Get
Get(String, CancellationToken)

Ruft eine Integrationskontovereinbarung ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • Vorgang IdIntegrationAccountAgreements_Get
GetAll(Nullable<Int32>, String, CancellationToken)

Ruft eine Liste von Integrationskontovereinbarungen ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements
  • Vorgang IdIntegrationAccountAgreements_List
GetAllAsync(Nullable<Int32>, String, CancellationToken)

Ruft eine Liste von Integrationskontovereinbarungen ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements
  • Vorgang IdIntegrationAccountAgreements_List
GetAsync(String, CancellationToken)

Ruft eine Integrationskontovereinbarung ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • Vorgang IdIntegrationAccountAgreements_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<IntegrationAccountAgreementResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<IntegrationAccountAgreementResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: