Dela via


IServerConfigurationsManagementSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ServerConfigurationsManagementSettingsTypeConverter))]
public interface IServerConfigurationsManagementSettings : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ServerConfigurationsManagementSettingsTypeConverter))>]
type IServerConfigurationsManagementSettings = interface
    interface IJsonSerializable
Public Interface IServerConfigurationsManagementSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AdditionalFeatureServerConfigurationIsRServicesEnabled

Enable or disable R services (SQL 2016 onwards).

AzureAdAuthenticationSettingClientId

The client Id of the Managed Identity to query Microsoft Graph API. An empty string must be used for the system assigned Managed Identity

SqlConnectivityUpdateSettingConnectivityType

SQL Server connectivity option.

SqlConnectivityUpdateSettingPort

SQL Server port.

SqlConnectivityUpdateSettingSqlAuthUpdatePassword

SQL Server sysadmin login password.

SqlConnectivityUpdateSettingSqlAuthUpdateUserName

SQL Server sysadmin login to create.

SqlInstanceSettingCollation

SQL Server Collation.

SqlInstanceSettingIsIfiEnabled

SQL Server IFI.

SqlInstanceSettingIsLpimEnabled

SQL Server LPIM.

SqlInstanceSettingIsOptimizeForAdHocWorkloadsEnabled

SQL Server Optimize for Adhoc workloads.

SqlInstanceSettingMaxDop

SQL Server MAXDOP.

SqlInstanceSettingMaxServerMemoryMb

SQL Server maximum memory.

SqlInstanceSettingMinServerMemoryMb

SQL Server minimum memory.

SqlStorageUpdateSettingDiskConfigurationType

Disk configuration to apply to SQL Server.

SqlStorageUpdateSettingDiskCount

Virtual machine disk count.

SqlStorageUpdateSettingStartingDeviceId

Device id of the first disk to be updated.

SqlWorkloadTypeUpdateSettingSqlWorkloadType

SQL Server workload type.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to