IWithManagedDataDisk Interface
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.
The stage of a virtual machine scale set update allowing to specify managed data disks.
public interface IWithManagedDataDisk
type IWithManagedDataDisk = interface
Public Interface IWithManagedDataDisk
- Derived
Methods
WithNewDataDisk(Int32, Int32, CachingTypes, StorageAccountTypes) |
Specifies that a managed disk needs to be created implicitly with the given settings. |
WithNewDataDisk(Int32, Int32, CachingTypes) |
Specifies that a managed disk needs to be created implicitly with the given settings. |
WithNewDataDisk(Int32) |
Specifies that a managed disk needs to be created implicitly with the given size. |
WithoutDataDisk(Int32) |
Detaches managed data disk with the given LUN from the virtual machine scale set instances. |
Applies to
Azure SDK for .NET