次の方法で共有


IVirtualMachineScaleSetUnmanagedDataDisk インターフェイス

定義

スケール セットのアンマネージド データ ディスクの定義と更新のステージについて説明します。

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

プロパティ

Inner

スケール セットのアンマネージド データ ディスクの定義と更新のステージについて説明します。

(継承元 IHasInner<T>)
Key

スケール セットのアンマネージド データ ディスクの定義と更新のステージについて説明します。

(継承元 IIndexable)
Name

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

(継承元 IHasName)
Parent

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

(継承元 IHasParent<ParentT>)

適用対象