Partager via


ApiManagementGroupCollection Classe

Définition

Classe représentant une collection de ApiManagementGroupResource et leurs opérations. Chacun ApiManagementGroupResource de la collection appartient au même instance de ApiManagementServiceResource. Pour obtenir un ApiManagementGroupCollection instance appelez la méthode GetApiManagementGroups à partir d’un instance de ApiManagementServiceResource.

public class ApiManagementGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ApiManagement.ApiManagementGroupResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApiManagement.ApiManagementGroupResource>
type ApiManagementGroupCollection = class
    inherit ArmCollection
    interface seq<ApiManagementGroupResource>
    interface IEnumerable
    interface IAsyncEnumerable<ApiManagementGroupResource>
Public Class ApiManagementGroupCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ApiManagementGroupResource), IEnumerable(Of ApiManagementGroupResource)
Héritage
ApiManagementGroupCollection
Implémente

Constructeurs

ApiManagementGroupCollection()

Initialise une nouvelle instance de la ApiManagementGroupCollection 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, ApiManagementGroupCreateOrUpdateContent, Nullable<ETag>, CancellationToken)

Crée ou met à jour un groupe.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}
  • IdGroup_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, ApiManagementGroupCreateOrUpdateContent, Nullable<ETag>, CancellationToken)

Crée ou met à jour un groupe.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}
  • IdGroup_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}
  • IdGroup_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}
  • IdGroup_Get d’opération
Get(String, CancellationToken)

Obtient les détails du groupe spécifié par son identificateur.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}
  • IdGroup_Get d’opération
GetAll(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Répertorie une collection de groupes définis dans une instance de service.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups
  • IdGroup_ListByService d’opération
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Répertorie une collection de groupes définis dans une instance de service.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups
  • IdGroup_ListByService d’opération
GetAsync(String, CancellationToken)

Obtient les détails du groupe spécifié par son identificateur.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/groups/{groupId}
  • IdGroup_Get d’opération
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<ApiManagementGroupResource>.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<ApiManagementGroupResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à