SqlStorageUpdateSettings Class
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.
Set disk storage settings for SQL Server.
public class SqlStorageUpdateSettings
type SqlStorageUpdateSettings = class
Public Class SqlStorageUpdateSettings
- Inheritance
-
SqlStorageUpdateSettings
Constructors
SqlStorageUpdateSettings() |
Initializes a new instance of the SqlStorageUpdateSettings class. |
SqlStorageUpdateSettings(Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the SqlStorageUpdateSettings class. |
Properties
DiskConfigurationType |
Gets or sets disk configuration to apply to SQL Server. Possible values include: 'NEW', 'EXTEND', 'ADD' |
DiskCount |
Gets or sets virtual machine disk count. |
StartingDeviceId |
Gets or sets device id of the first disk to be updated. |
Applies to
Azure SDK for .NET