VirtualMachineImagesEdgeZoneOperationsExtensions.List メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した場所、エッジ ゾーン、パブリッシャー、オファー、SKU のすべての仮想マシン イメージ バージョンの一覧を取得します。
public static System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource> List (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations operations, string location, string edgeZone, string publisherName, string offer, string skus, string expand = default, int? top = default, string orderby = default);
static member List : Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations * string * string * string * string * string * string * Nullable<int> * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>
<Extension()>
Public Function List (operations As IVirtualMachineImagesEdgeZoneOperations, location As String, edgeZone As String, publisherName As String, offer As String, skus As String, Optional expand As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing) As IList(Of VirtualMachineImageResource)
パラメーター
- operations
- IVirtualMachineImagesEdgeZoneOperations
この拡張メソッドの操作グループ。
- location
- String
サポートされている Azure リージョンの名前。
- edgeZone
- String
エッジ ゾーンの名前。
- publisherName
- String
有効なイメージ発行元。
- offer
- String
有効なイメージ発行元オファー。
- skus
- String
有効なイメージ SKU。
- expand
- String
操作に適用する展開式。
- orderby
- String
返される結果の順序を指定します。 OData クエリとして書式設定されます。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET