Freigeben über


BlueprintCollection Klasse

Definition

Eine Klasse, die eine Auflistung von BlueprintResource und deren Vorgänge darstellt. Jedes BlueprintResource in der Auflistung gehört zum gleichen instance von ArmResource. Rufen Sie die GetBlueprints-Methode aus einer instance von ArmResourceauf, um einen BlueprintCollection instance abzurufen.

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

Konstruktoren

BlueprintCollection()

Initialisiert eine neue instance der BlueprintCollection -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, BlueprintData, CancellationToken)

Erstellen oder Aktualisieren einer Blaupausendefinition

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • Vorgang IdBlueprints_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, BlueprintData, CancellationToken)

Erstellen oder Aktualisieren einer Blaupausendefinition

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • Vorgang IdBlueprints_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • Vorgang IdBlueprints_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • Vorgang IdBlueprints_Get
Get(String, CancellationToken)

Rufen Sie eine Blaupausendefinition ab.

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • Vorgang IdBlueprints_Get
GetAll(CancellationToken)

Blaupausendefinitionen auflisten.

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints
  • Vorgang IdBlueprints_List
GetAllAsync(CancellationToken)

Blaupausendefinitionen auflisten.

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints
  • Vorgang IdBlueprints_List
GetAsync(String, CancellationToken)

Rufen Sie eine Blaupausendefinition ab.

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • Vorgang IdBlueprints_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<BlueprintResource>.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<BlueprintResource>.GetEnumerator()

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

Gilt für: