IWithOSDiskSettings 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 definition allowing to specify OS disk configurations.
public interface IWithOSDiskSettings
type IWithOSDiskSettings = interface
Public Interface IWithOSDiskSettings
- Derived
Methods
WithEphemeralOSDisk(DiffDiskOptions) |
Specifies the ephemeral options for the OS disk. |
WithOSDiskCaching(CachingTypes) |
Specifies the caching type for the OS disk. |
WithOSDiskEncryptionSettings(DiskEncryptionSettings) |
Specifies the encryption settings for the OS Disk. |
WithOSDiskName(String) |
Specifies the name for the OS Disk. |
WithOSDiskSizeInGB(Int32) |
Specifies the size of the OSDisk in GB. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET