次の方法で共有


IVirtualMachineUnmanagedDataDisk インターフェイス

定義

仮想マシンのネイティブ データ ディスク。

public interface IVirtualMachineUnmanagedDataDisk : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachine>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.DataDisk>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Compute.Fluent.IVirtualMachine>
type IVirtualMachineUnmanagedDataDisk = interface
    interface IHasInner<DataDisk>
    interface IChildResource<IVirtualMachine>
    interface IHasName
    interface IIndexable
    interface IHasParent<IVirtualMachine>
Public Interface IVirtualMachineUnmanagedDataDisk
Implements IChildResource(Of IVirtualMachine), IHasInner(Of DataDisk), IHasParent(Of IVirtualMachine)
実装

プロパティ

CachingType

ディスク キャッシュの種類を取得します。 指定できる値は、'None'、'ReadOnly'、'ReadWrite' です。

CreationMethod

このディスクの作成時に使用される作成方法を取得します。

Inner

仮想マシンのネイティブ データ ディスク。

(継承元 IHasInner<T>)
Key

仮想マシンのネイティブ データ ディスク。

(継承元 IIndexable)
Lun

このデータ ディスクに割り当てられている論理ユニット番号を取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
Size

このデータ ディスクのサイズを GB 単位で取得します。

SourceImageUri

このディスクの作成元のソース仮想ハード ディスク ユーザー イメージへの Uri を取得します。 このディスクがイメージに基づいていない場合、null が返されます。

VhdUri

このデータ ディスクをバックアップする仮想ハード ディスクへの URI を取得します。

適用対象