Freigeben über


DevTestLabArtifactCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren DevTestLabArtifactResource Vorgänge darstellt. Jedes DevTestLabArtifactResource in der Auflistung gehört zum gleichen instance von DevTestLabArtifactSourceResource. Um einen DevTestLabArtifactCollection instance rufen Sie die GetDevTestLabArtifacts-Methode aus einer instance von aufDevTestLabArtifactSourceResource.

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

Konstruktoren

DevTestLabArtifactCollection()

Initialisiert eine neue instance der -Klasse für die DevTestLabArtifactCollection 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, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}
  • Vorgangs-IdArtifacts_Get
ExistsAsync(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}
  • Vorgangs-IdArtifacts_Get
Get(String, String, CancellationToken)

Rufen Sie das Artefakt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}
  • Vorgangs-IdArtifacts_Get
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

Auflisten von Artefakten in einer bestimmten Artefaktquelle.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts
  • Vorgangs-IdArtifacts_List
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

Auflisten von Artefakten in einer bestimmten Artefaktquelle.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts
  • Vorgangs-IdArtifacts_List
GetAsync(String, String, CancellationToken)

Rufen Sie das Artefakt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/artifactsources/{artifactSourceName}/artifacts/{name}
  • Vorgangs-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<DevTestLabArtifactResource>.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<DevTestLabArtifactResource>.GetEnumerator()

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

Gilt für: