ComputeVmProperties クラス

定義

Microsoft.Compute API によって返される仮想マシンのプロパティ。

public class ComputeVmProperties
type ComputeVmProperties = class
Public Class ComputeVmProperties
継承
ComputeVmProperties

プロパティ

DataDiskIds

仮想マシンのデータ ディスク BLOB URI を取得します。

DataDisks

仮想マシンに接続されているすべてのデータ ディスクを取得します。

NetworkInterfaceId

仮想マシンのネットワーク インターフェイス ID を取得します。

OSDiskId

仮想マシンの OS ディスク BLOB URI を取得します。

OSType

仮想マシンの OS の種類を取得します。

Statuses

仮想マシンの状態を取得します。

VmSize

仮想マシンのサイズを取得します。

適用対象