IVirtualMachineImages インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
仮想マシン イメージ管理 API へのエントリ ポイント。
public interface IVirtualMachineImages : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByRegion<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage>
type IVirtualMachineImages = interface
interface ISupportsListingByRegion<IVirtualMachineImage>
interface ISupportsGettingById<IVirtualMachineImage>
Public Interface IVirtualMachineImages
Implements ISupportsGettingById(Of IVirtualMachineImage), ISupportsListingByRegion(Of IVirtualMachineImage)
- 実装
プロパティ
Publishers |
仮想マシン イメージパブリッシャーへのエントリ ポイントを取得します。 |
メソッド
GetById(String) |
リソース ID に基づいて、Azure からリソースに関する情報を取得します。 (継承元 ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
リソース ID に基づいて、Azure からリソースに関する情報を取得します。 (継承元 ISupportsGettingById<T>) |
GetImage(Region, String, String, String, String) |
仮想マシン イメージを取得します。 |
GetImage(String, String, String, String, String) |
仮想マシン イメージを取得します。 |
GetImageAsync(Region, String, String, String, String, CancellationToken) |
仮想マシン イメージを取得します。 |
GetImageAsync(String, String, String, String, String, CancellationToken) |
仮想マシン イメージを取得します。 |
ListByRegion(Region) |
指定したリージョン内の指定した型のすべてのリソースを一覧表示します。 (継承元 ISupportsListingByRegion<T>) |
ListByRegion(String) |
指定したリージョン内の指定した型のすべてのリソースを一覧表示します。 (継承元 ISupportsListingByRegion<T>) |
ListByRegionAsync(Region, CancellationToken) |
指定したリージョン内の指定した型のすべてのリソースを一覧表示します。 (継承元 ISupportsListingByRegion<T>) |
ListByRegionAsync(String, CancellationToken) |
指定したリージョン内の指定した型のすべてのリソースを一覧表示します。 (継承元 ISupportsListingByRegion<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET