Freigeben über


VirtualMachineExtensionImageCollection.GetAllAsync Methode

Definition

Überlädt

GetAllAsync(CancellationToken)

Ruft eine Liste der Vm-Erweiterungsimagetypen ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types
  • Vorgang IdVirtualMachineExtensionImages_ListTypes
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

Ruft eine Liste der Versionen der VM-Erweiterungsimages ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions
  • Vorgang IdVirtualMachineExtensionImages_ListVersions

GetAllAsync(CancellationToken)

Ruft eine Liste der Vm-Erweiterungsimagetypen ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types
  • Vorgang IdVirtualMachineExtensionImages_ListTypes
public virtual Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineExtensionImageResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der VirtualMachineExtensionImageResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für:

GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

Ruft eine Liste der Versionen der VM-Erweiterungsimages ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions
  • Vorgang IdVirtualMachineExtensionImages_ListVersions
public virtual Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource> GetAllAsync (string type, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>
override this.GetAllAsync : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>
Public Overridable Function GetAllAsync (type As String, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineExtensionImageResource)

Parameter

type
String

Die zu verwendende Zeichenfolge.

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

top
Nullable<Int32>

Die zu verwendende Ganze Zahl.

orderby
String

Die zu verwendende Zeichenfolge.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der VirtualMachineExtensionImageResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Ausnahmen

type ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

type ist NULL.

Gilt für: