AdditionalFeaturesServerConfigurations 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.
Additional SQL Server feature settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.AdditionalFeaturesServerConfigurationsTypeConverter))]
public class AdditionalFeaturesServerConfigurations : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAdditionalFeaturesServerConfigurations
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.AdditionalFeaturesServerConfigurationsTypeConverter))>]
type AdditionalFeaturesServerConfigurations = class
interface IAdditionalFeaturesServerConfigurations
interface IJsonSerializable
Public Class AdditionalFeaturesServerConfigurations
Implements IAdditionalFeaturesServerConfigurations
- Inheritance
-
AdditionalFeaturesServerConfigurations
- Attributes
- Implements
Constructors
AdditionalFeaturesServerConfigurations() |
Creates an new AdditionalFeaturesServerConfigurations instance. |
Properties
IsRServicesEnabled |
Enable or disable R services (SQL 2016 onwards). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AdditionalFeaturesServerConfigurations. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AdditionalFeaturesServerConfigurations. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IAdditionalFeaturesServerConfigurations. |
FromJsonString(String) |
Creates a new instance of AdditionalFeaturesServerConfigurations, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AdditionalFeaturesServerConfigurations into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |