Freigeben über


BlueprintArtifactCollection Klasse

Definition

Eine Klasse, die eine Auflistung von BlueprintArtifactResource und deren Vorgänge darstellt. Jedes BlueprintArtifactResource in der Auflistung gehört zum gleichen instance von BlueprintResource. Um einen BlueprintArtifactCollection instance rufen Sie die GetBlueprintArtifacts-Methode aus einer instance von aufBlueprintResource.

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

Konstruktoren

BlueprintArtifactCollection()

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

Erstellen oder Aktualisieren von Blaupausenartefakt

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts/{artifactName}
  • Vorgang IdArtifacts_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ArtifactData, CancellationToken)

Erstellen oder Aktualisieren von Blaupausenartefakt

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

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

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

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

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

Rufen Sie ein Blaupausenartefakt ab.

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

Auflisten von Artefakten für eine bestimmte Blaupausendefinition.

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

Auflisten von Artefakten für eine bestimmte Blaupausendefinition.

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

Rufen Sie ein Blaupausenartefakt ab.

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

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

Gilt für: