SqlStorageSettings 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlStorageSettingsTypeConverter))]
public class SqlStorageSettings : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlStorageSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlStorageSettingsTypeConverter))>]
type SqlStorageSettings = class
interface ISqlStorageSettings
interface IJsonSerializable
Public Class SqlStorageSettings
Implements ISqlStorageSettings
- Inheritance
-
SqlStorageSettings
- Attributes
- Implements
Constructors
SqlStorageSettings() |
Creates an new SqlStorageSettings instance. |
Properties
DefaultFilePath |
SQL Server default file path |
Lun |
Logical Unit Numbers for the disks. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SqlStorageSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SqlStorageSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ISqlStorageSettings. |
FromJsonString(String) |
Creates a new instance of SqlStorageSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SqlStorageSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |