Partager via


HybridContainerServiceAgentPoolCollection Classe

Définition

Classe représentant une collection de HybridContainerServiceAgentPoolResource et leurs opérations. Chacun HybridContainerServiceAgentPoolResource de la collection appartient au même instance de ProvisionedClusterResource. Pour obtenir un HybridContainerServiceAgentPoolCollection instance appelez la méthode GetHybridContainerServiceAgentPools à partir d’un instance de ProvisionedClusterResource.

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

Constructeurs

HybridContainerServiceAgentPoolCollection()

Initialise une nouvelle instance de la HybridContainerServiceAgentPoolCollection 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 ressources.

(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, HybridContainerServiceAgentPoolData, CancellationToken)

Crée le pool d’agents dans le cluster aks hybride provisionné

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/provisionedClusters/{resourceName}/agentPools/{agentPoolName}
  • IdagentPool_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, HybridContainerServiceAgentPoolData, CancellationToken)

Crée le pool d’agents dans le cluster aks hybride provisionné

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/provisionedClusters/{resourceName}/agentPools/{agentPoolName}
  • IdagentPool_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.HybridContainerService/provisionedClusters/{resourceName}/agentPools/{agentPoolName}
  • IdagentPool_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.HybridContainerService/provisionedClusters/{resourceName}/agentPools/{agentPoolName}
  • IdagentPool_Get d’opération
Get(String, CancellationToken)

Obtient le pool d’agents dans le cluster aks provisionné hybride

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/provisionedClusters/{resourceName}/agentPools/{agentPoolName}
  • IdagentPool_Get d’opération
GetAll(CancellationToken)

Obtient les pools d’agents dans le cluster aks hybride provisionné

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/provisionedClusters/{resourceName}/agentPools
  • IdagentPool_ListByProvisionedCluster d’opération
GetAllAsync(CancellationToken)

Obtient les pools d’agents dans le cluster aks hybride provisionné

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/provisionedClusters/{resourceName}/agentPools
  • IdagentPool_ListByProvisionedCluster d’opération
GetAsync(String, CancellationToken)

Obtient le pool d’agents dans le cluster aks provisionné hybride

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/provisionedClusters/{resourceName}/agentPools/{agentPoolName}
  • IdagentPool_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<HybridContainerServiceAgentPoolResource>.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<HybridContainerServiceAgentPoolResource>.GetEnumerator()

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

S’applique à