Share via


GalleryApplicationVersionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren GalleryApplicationVersionResource Vorgänge darstellt. Jedes GalleryApplicationVersionResource in der Auflistung gehört zum gleichen instance von GalleryApplicationResource. Um einen GalleryApplicationVersionCollection instance rufen Sie die GetGalleryApplicationVersions-Methode aus einer instance von aufGalleryApplicationResource.

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

Konstruktoren

GalleryApplicationVersionCollection()

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

CreateOrUpdate(WaitUntil, String, GalleryApplicationVersionData, CancellationToken)

Erstellen oder Aktualisieren einer Kataloganwendungsversion.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • Vorgangs-IdGalleryApplicationVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GalleryApplicationVersionData, CancellationToken)

Erstellen oder Aktualisieren einer Kataloganwendungsversion.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • Vorgangs-IdGalleryApplicationVersions_CreateOrUpdate
Exists(String, Nullable<ReplicationStatusType>, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • Vorgangs-IdGalleryApplicationVersions_Get
ExistsAsync(String, Nullable<ReplicationStatusType>, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • Vorgangs-IdGalleryApplicationVersions_Get
Get(String, Nullable<ReplicationStatusType>, CancellationToken)

Ruft Informationen zu einer Kataloganwendungsversion ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • Vorgangs-IdGalleryApplicationVersions_Get
GetAll(CancellationToken)

Kataloganwendungsversionen in einer Kataloganwendungsdefinition auflisten.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions
  • Vorgangs-IdGalleryApplicationVersions_ListByGalleryApplication
GetAllAsync(CancellationToken)

Kataloganwendungsversionen in einer Kataloganwendungsdefinition auflisten.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions
  • Vorgangs-IdGalleryApplicationVersions_ListByGalleryApplication
GetAsync(String, Nullable<ReplicationStatusType>, CancellationToken)

Ruft Informationen zu einer Kataloganwendungsversion ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • Vorgangs-IdGalleryApplicationVersions_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<GalleryApplicationVersionResource>.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<GalleryApplicationVersionResource>.GetEnumerator()

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

Gilt für: