Freigeben über


ArtifactStoreCollection Klasse

Definition

Eine Klasse, die eine Auflistung von ArtifactStoreResource und deren Vorgänge darstellt. Jedes ArtifactStoreResource in der Auflistung gehört zum gleichen instance von PublisherResource. Um einen ArtifactStoreCollection instance rufen Sie die GetArtifactStores-Methode aus einer instance von aufPublisherResource.

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

Konstruktoren

ArtifactStoreCollection()

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

Erstellt oder aktualisiert einen Artefaktspeicher.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}
  • Vorgang IdArtifactStores_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ArtifactStoreData, CancellationToken)

Erstellt oder aktualisiert einen Artefaktspeicher.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}
  • Vorgang IdArtifactStores_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}
  • Vorgang IdArtifactStores_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}
  • Vorgang IdArtifactStores_Get
Get(String, CancellationToken)

Ruft Informationen zum angegebenen Artefaktspeicher ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}
  • Vorgang IdArtifactStores_Get
GetAll(CancellationToken)

Ruft Informationen des ArtifactStores unter Herausgeber ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores
  • Vorgang IdArtifactStores_ListByPublisher
GetAllAsync(CancellationToken)

Ruft Informationen des ArtifactStores unter Herausgeber ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores
  • Vorgang IdArtifactStores_ListByPublisher
GetAsync(String, CancellationToken)

Ruft Informationen zum angegebenen Artefaktspeicher ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}
  • Vorgang IdArtifactStores_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}
  • Vorgang IdArtifactStores_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/artifactStores/{artifactStoreName}
  • Vorgang IdArtifactStores_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<ArtifactStoreResource>.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<ArtifactStoreResource>.GetEnumerator()

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

Gilt für: