IVirtualMachineDataDisk Interface

Definition

A managed data disk of a virtual machine.

public interface IVirtualMachineDataDisk : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.DataDisk>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName
type IVirtualMachineDataDisk = interface
    interface IHasInner<DataDisk>
    interface IHasName
    interface IHasId
Public Interface IVirtualMachineDataDisk
Implements IHasId, IHasInner(Of DataDisk), IHasName
Implements

Properties

CachingType

Gets the disk caching type.

CreationMethod

Gets the creation method used while creating this disk.

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Lun

Gets the logical unit number assigned to this data disk.

Name

Gets the name of the resource

(Inherited from IHasName)
Size

Gets the size of this data disk in GB.

StorageAccountType

Gets the storage account type of the disk.

Applies to