Freigeben über


AvsPrivateCloudClusterCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AvsPrivateCloudClusterResource Vorgänge darstellt. Jedes AvsPrivateCloudClusterResource in der Auflistung gehört zum gleichen instance von AvsPrivateCloudResource. Um eine AvsPrivateCloudClusterCollection instance rufen Sie die GetAvsPrivateCloudClusters-Methode aus einer instance von aufAvsPrivateCloudResource.

public class AvsPrivateCloudClusterCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Avs.AvsPrivateCloudClusterResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Avs.AvsPrivateCloudClusterResource>
type AvsPrivateCloudClusterCollection = class
    inherit ArmCollection
    interface seq<AvsPrivateCloudClusterResource>
    interface IEnumerable
    interface IAsyncEnumerable<AvsPrivateCloudClusterResource>
Public Class AvsPrivateCloudClusterCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AvsPrivateCloudClusterResource), IEnumerable(Of AvsPrivateCloudClusterResource)
Vererbung
AvsPrivateCloudClusterCollection
Implementiert

Konstruktoren

AvsPrivateCloudClusterCollection()

Initialisiert eine neue instance der -Klasse für die AvsPrivateCloudClusterCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem 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, AvsPrivateCloudClusterData, CancellationToken)

Erstellen oder Aktualisieren eines Clusters in einer privaten Cloud

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}
  • Vorgangs-IdClusters_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AvsPrivateCloudClusterData, CancellationToken)

Erstellen oder Aktualisieren eines Clusters in einer privaten Cloud

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}
  • Vorgangs-IdClusters_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}
  • Vorgangs-IdClusters_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}
  • Vorgangs-IdClusters_Get
Get(String, CancellationToken)

Abrufen eines Clusters anhand des Namens in einer privaten Cloud

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}
  • Vorgangs-IdClusters_Get
GetAll(CancellationToken)

Auflisten von Clustern in einer privaten Cloud

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters
  • Vorgangs-IdClusters_List
GetAllAsync(CancellationToken)

Auflisten von Clustern in einer privaten Cloud

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters
  • Vorgangs-IdClusters_List
GetAsync(String, CancellationToken)

Abrufen eines Clusters anhand des Namens in einer privaten Cloud

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}
  • Vorgangs-IdClusters_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<AvsPrivateCloudClusterResource>.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<AvsPrivateCloudClusterResource>.GetEnumerator()

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

Gilt für: