ServerArgs

constructor(administratorLogin: Output<String>? = null, administratorLoginPassword: Output<String>? = null, administratorLoginPasswordWoVersion: Output<Int>? = null, autoGrowEnabled: Output<Boolean>? = null, backupRetentionDays: Output<Int>? = null, createMode: Output<String>? = null, creationSourceServerId: Output<String>? = null, geoRedundantBackupEnabled: Output<Boolean>? = null, identity: Output<ServerIdentityArgs>? = null, infrastructureEncryptionEnabled: Output<Boolean>? = null, location: Output<String>? = null, name: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, restorePointInTime: Output<String>? = null, skuName: Output<String>? = null, sslEnforcementEnabled: Output<Boolean>? = null, sslMinimalTlsVersionEnforced: Output<String>? = null, storageMb: Output<Int>? = null, tags: Output<Map<String, String>>? = null, threatDetectionPolicy: Output<ServerThreatDetectionPolicyArgs>? = null, version: Output<String>? = null)