Package-level declarations

Types

Link copied to clipboard
data class BackupArgs(val backupRetentionDays: Output<Int>? = null, val geoRedundantBackup: Output<Either<String, EnableStatusEnum>>? = null) : ConvertibleToJava<BackupArgs>

Storage Profile properties of a server

Link copied to clipboard

Builder for BackupArgs.

Link copied to clipboard
data class DataEncryptionArgs(val geoBackupKeyURI: Output<String>? = null, val geoBackupUserAssignedIdentityId: Output<String>? = null, val primaryKeyURI: Output<String>? = null, val primaryUserAssignedIdentityId: Output<String>? = null, val type: Output<DataEncryptionType>? = null) : ConvertibleToJava<DataEncryptionArgs>

The date encryption for cmk.

Link copied to clipboard
Link copied to clipboard
data class GetAzureADAdministratorPlainArgs(val administratorName: String, val resourceGroupName: String, val serverName: String) : ConvertibleToJava<GetAzureADAdministratorPlainArgs>
Link copied to clipboard
data class GetConfigurationPlainArgs(val configurationName: String, val resourceGroupName: String, val serverName: String) : ConvertibleToJava<GetConfigurationPlainArgs>
Link copied to clipboard
data class GetDatabasePlainArgs(val databaseName: String, val resourceGroupName: String, val serverName: String) : ConvertibleToJava<GetDatabasePlainArgs>
Link copied to clipboard
data class GetFirewallRulePlainArgs(val firewallRuleName: String, val resourceGroupName: String, val serverName: String) : ConvertibleToJava<GetFirewallRulePlainArgs>
class GetGetPrivateDnsZoneSuffixExecutePlainArgs : ConvertibleToJava<GetGetPrivateDnsZoneSuffixExecutePlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val privateEndpointConnectionName: String, val resourceGroupName: String, val serverName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class GetServerPlainArgs(val resourceGroupName: String, val serverName: String) : ConvertibleToJava<GetServerPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class HighAvailabilityArgs(val mode: Output<Either<String, HighAvailabilityMode>>? = null, val standbyAvailabilityZone: Output<String>? = null) : ConvertibleToJava<HighAvailabilityArgs>

Network related properties of a server

Link copied to clipboard
data class IdentityArgs(val type: Output<ManagedServiceIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityArgs>

Properties to configure Identity for Bring your Own Keys

Link copied to clipboard
Link copied to clipboard
data class MaintenanceWindowArgs(val customWindow: Output<String>? = null, val dayOfWeek: Output<Int>? = null, val startHour: Output<Int>? = null, val startMinute: Output<Int>? = null) : ConvertibleToJava<MaintenanceWindowArgs>

Maintenance window of a server.

Link copied to clipboard
data class NetworkArgs(val delegatedSubnetResourceId: Output<String>? = null, val privateDnsZoneResourceId: Output<String>? = null) : ConvertibleToJava<NetworkArgs>

Network related properties of a server

Link copied to clipboard
Link copied to clipboard
data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class SkuArgs(val name: Output<String>, val tier: Output<Either<String, SkuTier>>) : ConvertibleToJava<SkuArgs>

Billing information related properties of a server.

Link copied to clipboard

Builder for SkuArgs.

Link copied to clipboard
data class StorageArgs(val autoGrow: Output<Either<String, EnableStatusEnum>>? = null, val autoIoScaling: Output<Either<String, EnableStatusEnum>>? = null, val iops: Output<Int>? = null, val logOnDisk: Output<Either<String, EnableStatusEnum>>? = null, val storageSizeGB: Output<Int>? = null) : ConvertibleToJava<StorageArgs>

Storage Profile properties of a server

Link copied to clipboard