ImageDataDisk Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ImageDataDisk() | |
ImageDataDisk(Int32, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, String) |
ImageDataDisk()
public ImageDataDisk ();
Public Sub New ()
Applies to
ImageDataDisk(Int32, SubResource, SubResource, String, Nullable<CachingTypes>, Nullable<Int32>, String)
public ImageDataDisk (int lun, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource snapshot = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource managedDisk = default, string blobUri = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.CachingTypes? caching = default, int? diskSizeGB = default, string storageAccountType = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageDataDisk : int * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource * string * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.CachingTypes> * Nullable<int> * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageDataDisk
Public Sub New (lun As Integer, Optional snapshot As SubResource = Nothing, Optional managedDisk As SubResource = Nothing, Optional blobUri As String = Nothing, Optional caching As Nullable(Of CachingTypes) = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing, Optional storageAccountType As String = Nothing)
Parameters
- lun
- Int32
- snapshot
- SubResource
- managedDisk
- SubResource
- blobUri
- String
- caching
- Nullable<CachingTypes>
- storageAccountType
- String