GetSqlVirtualMachineResult

data class GetSqlVirtualMachineResult(val additionalVmPatch: String, val assessmentSettings: AssessmentSettingsResponse? = null, val autoBackupSettings: AutoBackupSettingsResponse? = null, val autoPatchingSettings: AutoPatchingSettingsResponse? = null, val azureApiVersion: String, val enableAutomaticUpgrade: Boolean? = null, val id: String, val identity: ResourceIdentityResponse? = null, val keyVaultCredentialSettings: KeyVaultCredentialSettingsResponse? = null, val leastPrivilegeMode: String? = null, val location: String, val name: String, val osType: String, val provisioningState: String, val serverConfigurationsManagementSettings: ServerConfigurationsManagementSettingsResponse? = null, val sqlImageOffer: String? = null, val sqlImageSku: String? = null, val sqlManagement: String? = null, val sqlServerLicenseType: String? = null, val sqlVirtualMachineGroupResourceId: String? = null, val storageConfigurationSettings: StorageConfigurationSettingsResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val troubleshootingStatus: TroubleshootingStatusResponse, val type: String, val virtualMachineIdentitySettings: VirtualMachineIdentityResponse? = null, val virtualMachineResourceId: String? = null, val wsfcDomainCredentials: WsfcDomainCredentialsResponse? = null, val wsfcStaticIp: String? = null)

A SQL virtual machine.

Constructors

Link copied to clipboard
constructor(additionalVmPatch: String, assessmentSettings: AssessmentSettingsResponse? = null, autoBackupSettings: AutoBackupSettingsResponse? = null, autoPatchingSettings: AutoPatchingSettingsResponse? = null, azureApiVersion: String, enableAutomaticUpgrade: Boolean? = null, id: String, identity: ResourceIdentityResponse? = null, keyVaultCredentialSettings: KeyVaultCredentialSettingsResponse? = null, leastPrivilegeMode: String? = null, location: String, name: String, osType: String, provisioningState: String, serverConfigurationsManagementSettings: ServerConfigurationsManagementSettingsResponse? = null, sqlImageOffer: String? = null, sqlImageSku: String? = null, sqlManagement: String? = null, sqlServerLicenseType: String? = null, sqlVirtualMachineGroupResourceId: String? = null, storageConfigurationSettings: StorageConfigurationSettingsResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, troubleshootingStatus: TroubleshootingStatusResponse, type: String, virtualMachineIdentitySettings: VirtualMachineIdentityResponse? = null, virtualMachineResourceId: String? = null, wsfcDomainCredentials: WsfcDomainCredentialsResponse? = null, wsfcStaticIp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional VM Patching solution enabled on the Virtual Machine

Link copied to clipboard

SQL best practices Assessment Settings.

Link copied to clipboard

Auto backup settings for SQL Server.

Link copied to clipboard

Auto patching settings for applying critical security updates to SQL virtual machine.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Enable automatic upgrade of Sql IaaS extension Agent.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

DO NOT USE. This value will be deprecated. Azure Active Directory identity of the server.

Link copied to clipboard

Key vault credential settings.

Link copied to clipboard

SQL IaaS Agent least privilege mode.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Operating System of the current SQL Virtual Machine.

Link copied to clipboard

Provisioning state to track the async operation status.

Link copied to clipboard

SQL Server configuration management settings.

Link copied to clipboard
val sqlImageOffer: String? = null

SQL image offer. Examples include SQL2016-WS2016, SQL2017-WS2016.

Link copied to clipboard
val sqlImageSku: String? = null

SQL Server edition type.

Link copied to clipboard
val sqlManagement: String? = null

SQL Server Management type. NOTE: This parameter is not used anymore. API will automatically detect the Sql Management, refrain from using it.

Link copied to clipboard

SQL Server license type.

Link copied to clipboard

ARM resource id of the SQL virtual machine group this SQL virtual machine is or will be part of.

Link copied to clipboard

Storage Configuration Settings.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard
Link copied to clipboard

Resource type.

Link copied to clipboard

Virtual Machine Identity details used for Sql IaaS extension configurations.

Link copied to clipboard

ARM Resource id of underlying virtual machine created from SQL marketplace image.

Link copied to clipboard

Domain credentials for setting up Windows Server Failover Cluster for SQL availability group.

Link copied to clipboard
val wsfcStaticIp: String? = null

Domain credentials for setting up Windows Server Failover Cluster for SQL availability group.