Freigeben über


BlueprintVersionArtifactCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren BlueprintVersionArtifactResource Vorgänge darstellt. Jedes BlueprintVersionArtifactResource in der Auflistung gehört zum gleichen instance von PublishedBlueprintResource. Um einen BlueprintVersionArtifactCollection instance rufen Sie die GetBlueprintVersionArtifacts-Methode aus einer instance von aufPublishedBlueprintResource.

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

Konstruktoren

BlueprintVersionArtifactCollection()

Initialisiert eine neue instance der -Klasse für die BlueprintVersionArtifactCollection 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

Exists(String, CancellationToken)

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

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprints/{blueprintName}/versions/{versionId}/artifacts/{artifactName}
  • Vorgangs-IdPublishedArtifacts_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprints/{blueprintName}/versions/{versionId}/artifacts/{artifactName}
  • Vorgangs-IdPublishedArtifacts_Get
Get(String, CancellationToken)

Ruft ein Artefakt für eine veröffentlichte Blaupausendefinition ab.

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprints/{blueprintName}/versions/{versionId}/artifacts/{artifactName}
  • Vorgangs-IdPublishedArtifacts_Get
GetAll(CancellationToken)

Auflisten von Artefakten für eine Version einer veröffentlichten Blaupausendefinition.

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}/artifacts
  • Vorgangs-IdPublishedArtifacts_List
GetAllAsync(CancellationToken)

Auflisten von Artefakten für eine Version einer veröffentlichten Blaupausendefinition.

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}/artifacts
  • Vorgangs-IdPublishedArtifacts_List
GetAsync(String, CancellationToken)

Ruft ein Artefakt für eine veröffentlichte Blaupausendefinition ab.

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprints/{blueprintName}/versions/{versionId}/artifacts/{artifactName}
  • Vorgangs-IdPublishedArtifacts_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<BlueprintVersionArtifactResource>.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<BlueprintVersionArtifactResource>.GetEnumerator()

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

Gilt für: