LogicExtensions.GetIntegrationAccounts Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetIntegrationAccounts(ResourceGroupResource) |
Ruft eine Auflistung von IntegrationAccountResources in ResourceGroupResource ab. |
GetIntegrationAccounts(SubscriptionResource, Nullable<Int32>, CancellationToken) |
Ruft eine Liste der Integrationskonten nach Abonnement ab.
|
GetIntegrationAccounts(ResourceGroupResource)
Ruft eine Auflistung von IntegrationAccountResources in ResourceGroupResource ab.
public static Azure.ResourceManager.Logic.IntegrationAccountCollection GetIntegrationAccounts (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetIntegrationAccounts : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Logic.IntegrationAccountCollection
<Extension()>
Public Function GetIntegrationAccounts (resourceGroupResource As ResourceGroupResource) As IntegrationAccountCollection
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance, für den die Methode ausgeführt wird.
Gibt zurück
Ein Objekt, das die Auflistung von IntegrationAccountResources und deren Vorgänge über eine IntegrationAccountResource darstellt.
Gilt für:
GetIntegrationAccounts(SubscriptionResource, Nullable<Int32>, CancellationToken)
Ruft eine Liste der Integrationskonten nach Abonnement ab.
- Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Logic/integrationAccounts
- Vorgang IdIntegrationAccounts_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.Logic.IntegrationAccountResource> GetIntegrationAccounts (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetIntegrationAccounts : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.IntegrationAccountResource>
<Extension()>
Public Function GetIntegrationAccounts (subscriptionResource As SubscriptionResource, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IntegrationAccountResource)
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance, für den die Methode ausgeführt wird.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine Sammlung von, bei der IntegrationAccountResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.