IntegrationServiceEnvironmentCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Classe représentant une collection de IntegrationServiceEnvironmentResource et leurs opérations. Chacun IntegrationServiceEnvironmentResource de la collection appartient au même instance de ResourceGroupResource. Pour obtenir un IntegrationServiceEnvironmentCollection instance appelez la méthode GetIntegrationServiceEnvironments à partir d’un instance de ResourceGroupResource.
public class IntegrationServiceEnvironmentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Logic.IntegrationServiceEnvironmentResource>
type IntegrationServiceEnvironmentCollection = class
inherit ArmCollection
interface seq<IntegrationServiceEnvironmentResource>
interface IEnumerable
interface IAsyncEnumerable<IntegrationServiceEnvironmentResource>
Public Class IntegrationServiceEnvironmentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of IntegrationServiceEnvironmentResource), IEnumerable(Of IntegrationServiceEnvironmentResource)
- Héritage
- Implémente
Constructeurs
IntegrationServiceEnvironmentCollection() |
Initialise une nouvelle instance de la IntegrationServiceEnvironmentCollection classe pour les moqueries. |
Propriétés
Client |
Obtient le ArmClient client de ressource à partir duquel il a été créé. (Hérité de ArmCollection) |
Diagnostics |
Obtient les options de diagnostic pour ce client de ressources. (Hérité de ArmCollection) |
Endpoint |
Obtient l’URI de base pour ce client de ressource. (Hérité de ArmCollection) |
Id |
Obtient l’identificateur de ressource. (Hérité de ArmCollection) |
Pipeline |
Obtient le pipeline pour ce client de ressources. (Hérité de ArmCollection) |
Méthodes
CreateOrUpdate(WaitUntil, String, IntegrationServiceEnvironmentData, CancellationToken) |
Crée ou met à jour un environnement de service d’intégration.
|
CreateOrUpdateAsync(WaitUntil, String, IntegrationServiceEnvironmentData, CancellationToken) |
Crée ou met à jour un environnement de service d’intégration.
|
Exists(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
ExistsAsync(String, CancellationToken) |
Vérifie si la ressource existe dans Azure.
|
Get(String, CancellationToken) |
Obtient un environnement de service d’intégration.
|
GetAll(Nullable<Int32>, CancellationToken) |
Obtient une liste des environnements de service d’intégration par groupe de ressources.
|
GetAllAsync(Nullable<Int32>, CancellationToken) |
Obtient une liste des environnements de service d’intégration par groupe de ressources.
|
GetAsync(String, CancellationToken) |
Obtient un environnement de service d’intégration.
|
TryGetApiVersion(ResourceType, String) |
Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles. (Hérité de ArmCollection) |
Implémentations d’interfaces explicites
IAsyncEnumerable<IntegrationServiceEnvironmentResource>.GetAsyncEnumerator(CancellationToken) |
Retourne un énumérateur qui boucle de façon asynchrone dans la collection. |
IEnumerable.GetEnumerator() |
Retourne un énumérateur qui itère au sein d’une collection. |
IEnumerable<IntegrationServiceEnvironmentResource>.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection. |