AccountOperationsExtensions.ListSupportedImages Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Listet alle vm-Images auf, die vom Azure Batch-Dienst unterstützt werden.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation> ListSupportedImages (this Microsoft.Azure.Batch.Protocol.IAccountOperations operations, Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions accountListSupportedImagesOptions = default);
static member ListSupportedImages : Microsoft.Azure.Batch.Protocol.IAccountOperations * Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation>
<Extension()>
Public Function ListSupportedImages (operations As IAccountOperations, Optional accountListSupportedImagesOptions As AccountListSupportedImagesOptions = Nothing) As IPage(Of ImageInformation)
Parameter
- operations
- IAccountOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- accountListSupportedImagesOptions
- AccountListSupportedImagesOptions
Zusätzliche Parameter für den Vorgang
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET