VirtualMachineImagesOperationsExtensions.ListByEdgeZone メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したエッジ ゾーンのすべての仮想マシン イメージ バージョンの一覧を取得します
public static Microsoft.Azure.Management.Compute.Models.VmImagesInEdgeZoneListResult ListByEdgeZone (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations operations, string location, string edgeZone);
static member ListByEdgeZone : Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations * string * string -> Microsoft.Azure.Management.Compute.Models.VmImagesInEdgeZoneListResult
<Extension()>
Public Function ListByEdgeZone (operations As IVirtualMachineImagesOperations, location As String, edgeZone As String) As VmImagesInEdgeZoneListResult
パラメーター
- operations
- IVirtualMachineImagesOperations
この拡張メソッドの操作グループ。
- location
- String
サポートされている Azure リージョンの名前。
- edgeZone
- String
エッジ ゾーンの名前。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET