Partager via


ScalingPlanPooledScheduleCollection Classe

Définition

Classe représentant une collection de ScalingPlanPooledScheduleResource et leurs opérations. Chacun ScalingPlanPooledScheduleResource de la collection appartient au même instance de ScalingPlanResource. Pour obtenir une ScalingPlanPooledScheduleCollection instance appelez la méthode GetScalingPlanPooledSchedules à partir d’un instance de ScalingPlanResource.

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

Constructeurs

ScalingPlanPooledScheduleCollection()

Initialise une nouvelle instance de la ScalingPlanPooledScheduleCollection 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, ScalingPlanPooledScheduleData, CancellationToken)

Créez ou mettez à jour un ScalePlanPooledSchedule.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • IdScalingPlanPooledSchedules_Create d’opération
CreateOrUpdateAsync(WaitUntil, String, ScalingPlanPooledScheduleData, CancellationToken)

Créez ou mettez à jour un ScalePlanPooledSchedule.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • IdScalingPlanPooledSchedules_Create d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • IdScalingPlanPooledSchedules_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.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • IdScalingPlanPooledSchedules_Get d’opération
Get(String, CancellationToken)

Obtenez un ScalePlanPooledSchedule.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • IdScalingPlanPooledSchedules_Get d’opération
GetAll(Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken)

Répertorier ScalingPlanPooledSchedules.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules
  • IdScalingPlanPooledSchedules_List d’opération
GetAllAsync(Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken)

Répertorier ScalingPlanPooledSchedules.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules
  • IdScalingPlanPooledSchedules_List d’opération
GetAsync(String, CancellationToken)

Obtenez un ScalePlanPooledSchedule.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • IdScalingPlanPooledSchedules_Get d’opération
GetIfExists(String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • IdScalingPlanPooledSchedules_Get d’opération
GetIfExistsAsync(String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • IdScalingPlanPooledSchedules_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<ScalingPlanPooledScheduleResource>.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<ScalingPlanPooledScheduleResource>.GetEnumerator()

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

S’applique à