Freigeben über


VirtualMachineExtensionImageCollection.GetAll Methode

Definition

Überlädt

GetAll(CancellationToken)

Ruft eine Liste der Vm-Erweiterungsimagetypen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types
  • Vorgangs-IdVirtualMachineExtensionImages_ListTypes
GetAll(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
  • Vorgangs-IdVirtualMachineExtensionImages_ListVersions

GetAll(CancellationToken)

Ruft eine Liste der Vm-Erweiterungsimagetypen ab.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von VirtualMachineExtensionImageResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für:

GetAll(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
  • Vorgangs-IdVirtualMachineExtensionImages_ListVersions
public virtual Azure.Pageable<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource> GetAll (string type, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>
override this.GetAll : string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource>
Public Overridable Function GetAll (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 Pageable(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 Sammlung von VirtualMachineExtensionImageResource , die mehrere Dienstanforderungen durchlaufen kann.

Ausnahmen

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

type ist NULL.

Gilt für: