IVirtualMachineCustomImage インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure 仮想マシンカスタム イメージの不変のクライアント側表現。
public interface IVirtualMachineCustomImage : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Compute.Fluent.IComputeManager,Microsoft.Azure.Management.Compute.Fluent.Models.ImageInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.ImageInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Compute.Fluent.IComputeManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage>
type IVirtualMachineCustomImage = interface
interface IGroupableResource<IComputeManager, ImageInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IComputeManager>
interface IHasInner<ImageInner>
interface IRefreshable<IVirtualMachineCustomImage>
Public Interface IVirtualMachineCustomImage
Implements IGroupableResource(Of IComputeManager, ImageInner), IHasInner(Of ImageInner), IHasManager(Of IComputeManager), IRefreshable(Of IVirtualMachineCustomImage)
- 実装
プロパティ
DataDiskImages |
ディスク LUN によってインデックス付けされた、このイメージ内のデータ ディスク イメージを取得します。 |
HyperVGeneration |
Hyper-V イメージの生成を取得します。 |
Id |
リソース ID 文字列を取得します (継承元 IHasId) |
Inner |
Azure 仮想マシンカスタム イメージの不変のクライアント側表現。 (継承元 IHasInner<T>) |
IsCreatedFromVirtualMachine |
仮想マシンをキャプチャしてこのイメージが作成された場合は true を取得します。 |
Key |
Azure 仮想マシンカスタム イメージの不変のクライアント側表現。 (継承元 IIndexable) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
Name |
リソースの名前を取得します (継承元 IHasName) |
OSDiskImage |
このイメージ内のオペレーティング システム ディスク イメージを取得します。 |
Region |
Azure 仮想マシンカスタム イメージの不変のクライアント側表現。 (継承元 IResource) |
RegionName |
Azure 仮想マシンカスタム イメージの不変のクライアント側表現。 (継承元 IResource) |
ResourceGroupName |
Azure 仮想マシンカスタム イメージの不変のクライアント側表現。 (継承元 IHasResourceGroup) |
SourceVirtualMachineId |
このイメージが仮想マシンをキャプチャして作成された場合は、仮想マシンの ID を取得します。 |
Tags |
Azure 仮想マシンカスタム イメージの不変のクライアント側表現。 (継承元 IResource) |
Type |
Azure 仮想マシンカスタム イメージの不変のクライアント側表現。 (継承元 IResource) |
メソッド
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
適用対象
Azure SDK for .NET