Freigeben über


ScalingPlanPooledScheduleCollection Klasse

Definition

Eine Klasse, die eine Auflistung von ScalingPlanPooledScheduleResource und deren Vorgänge darstellt. Jedes ScalingPlanPooledScheduleResource in der Auflistung gehört zum gleichen instance von ScalingPlanResource. Um einen ScalingPlanPooledScheduleCollection instance rufen Sie die GetScalingPlanPooledSchedules-Methode aus einer instance von ScalingPlanResourceauf.

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)
Vererbung
ScalingPlanPooledScheduleCollection
Implementiert

Konstruktoren

ScalingPlanPooledScheduleCollection()

Initialisiert eine neue instance der ScalingPlanPooledScheduleCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, ScalingPlanPooledScheduleData, CancellationToken)

Create or update a ScalingPlanPooledSchedule.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • Vorgang IdScalingPlanPooledSchedules_Create
CreateOrUpdateAsync(WaitUntil, String, ScalingPlanPooledScheduleData, CancellationToken)

Create or update a ScalingPlanPooledSchedule.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • Vorgang IdScalingPlanPooledSchedules_Create
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • Vorgang IdScalingPlanPooledSchedules_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • Vorgang IdScalingPlanPooledSchedules_Get
Get(String, CancellationToken)

Rufen Sie eine ScalingPlanPooledSchedule ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • Vorgang IdScalingPlanPooledSchedules_Get
GetAll(Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken)

List ScalingPlanPooledSchedules.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules
  • Vorgang IdScalingPlanPooledSchedules_List
GetAllAsync(Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, CancellationToken)

List ScalingPlanPooledSchedules.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules
  • Vorgang IdScalingPlanPooledSchedules_List
GetAsync(String, CancellationToken)

Rufen Sie eine ScalingPlanPooledSchedule ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • Vorgang IdScalingPlanPooledSchedules_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • Vorgang IdScalingPlanPooledSchedules_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/scalingPlans/{scalingPlanName}/pooledSchedules/{scalingPlanScheduleName}
  • Vorgang IdScalingPlanPooledSchedules_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<ScalingPlanPooledScheduleResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<ScalingPlanPooledScheduleResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: