Package-level declarations

Types

Link copied to clipboard
data class FlexibleServerAuthenticationArgs(val activeDirectoryAuthEnabled: Output<Boolean>? = null, val passwordAuthEnabled: Output<Boolean>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<FlexibleServerAuthenticationArgs>
Link copied to clipboard
data class FlexibleServerCustomerManagedKeyArgs(val geoBackupKeyVaultKeyId: Output<String>? = null, val geoBackupUserAssignedIdentityId: Output<String>? = null, val keyVaultKeyId: Output<String>, val primaryUserAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<FlexibleServerCustomerManagedKeyArgs>
Link copied to clipboard
data class FlexibleServerHighAvailabilityArgs(val mode: Output<String>, val standbyAvailabilityZone: Output<String>? = null) : ConvertibleToJava<FlexibleServerHighAvailabilityArgs>
Link copied to clipboard
data class FlexibleServerIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<FlexibleServerIdentityArgs>
Link copied to clipboard
data class FlexibleServerMaintenanceWindowArgs(val dayOfWeek: Output<Int>? = null, val startHour: Output<Int>? = null, val startMinute: Output<Int>? = null) : ConvertibleToJava<FlexibleServerMaintenanceWindowArgs>
Link copied to clipboard
data class GetFlexibleServerPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetFlexibleServerPlainArgs>

A collection of arguments for invoking getFlexibleServer.

Link copied to clipboard
data class GetServerPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetServerPlainArgs>

A collection of arguments for invoking getServer.

Link copied to clipboard
Link copied to clipboard
data class ServerIdentityArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ServerIdentityArgs>
Link copied to clipboard
Link copied to clipboard
data class ServerThreatDetectionPolicyArgs(val disabledAlerts: Output<List<String>>? = null, val emailAccountAdmins: Output<Boolean>? = null, val emailAddresses: Output<List<String>>? = null, val enabled: Output<Boolean>? = null, val retentionDays: Output<Int>? = null, val storageAccountAccessKey: Output<String>? = null, val storageEndpoint: Output<String>? = null) : ConvertibleToJava<ServerThreatDetectionPolicyArgs>