Package-level declarations

Types

Link copied to clipboard
data class DatabaseIdentityResponse(val clientId: String? = null, val principalId: String? = null, val resourceId: String? = null)

Database Identity properties.

Link copied to clipboard
data class FirewallRulePropertiesResponse(val endIpAddress: String? = null, val provisioningState: String, val startIpAddress: String? = null)

A Firewall rule properties.

Link copied to clipboard
data class FleetDatabasePropertiesResponse(val backupRetentionDays: Int, val collation: String? = null, val connectionString: String, val createMode: String? = null, val databaseSizeGbMax: Int, val earliestRestoreTime: String, val identity: IdentityResponse? = null, val latestRestoreTime: String, val originalDatabaseId: String, val provisioningState: String, val recoverable: Boolean, val resourceTags: Map<String, String>? = null, val restoreFromTime: String? = null, val sourceDatabaseName: String? = null, val tierName: String? = null, val transparentDataEncryption: TransparentDataEncryptionResponse? = null)

Fleet database properties.

Link copied to clipboard
data class FleetPropertiesResponse(val description: String? = null, val provisioningState: String)

The Database Fleet properties.

Link copied to clipboard
data class FleetspacePropertiesResponse(val capacityMax: Int? = null, val mainPrincipal: MainPrincipalResponse? = null, val provisioningState: String)

A Fleetspace properties.

Link copied to clipboard
data class FleetTierPropertiesResponse(val capacity: Int? = null, val databaseCapacityMax: Double? = null, val databaseCapacityMin: Double? = null, val databaseSizeGbMax: Int? = null, val disabled: Boolean, val family: String? = null, val highAvailabilityReplicaCount: Int? = null, val poolNumOfDatabasesMax: Int? = null, val pooled: Boolean? = null, val provisioningState: String, val serverless: Boolean? = null, val serviceTier: String? = null, val zoneRedundancy: String? = null)

A Fleet tier properties.

Link copied to clipboard
data class GetFirewallRuleResult(val azureApiVersion: String, val id: String, val name: String, val properties: FirewallRulePropertiesResponse, val systemData: SystemDataResponse, val type: String)

A firewall rule.

Link copied to clipboard
data class GetFleetDatabaseResult(val azureApiVersion: String, val id: String, val name: String, val properties: FleetDatabasePropertiesResponse, val systemData: SystemDataResponse, val type: String)

A fleet database.

Link copied to clipboard
data class GetFleetResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: FleetPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A Database Fleet.

Link copied to clipboard
data class GetFleetspaceResult(val azureApiVersion: String, val id: String, val name: String, val properties: FleetspacePropertiesResponse, val systemData: SystemDataResponse, val type: String)

A fleetspace.

Link copied to clipboard
data class GetFleetTierResult(val azureApiVersion: String, val id: String, val name: String, val properties: FleetTierPropertiesResponse, val systemData: SystemDataResponse, val type: String)

A SQL Database Fleet tier.

Link copied to clipboard
data class IdentityResponse(val federatedClientId: String? = null, val identityType: String? = null, val userAssignedIdentities: List<DatabaseIdentityResponse>? = null)

Database Identity.

Link copied to clipboard
data class MainPrincipalResponse(val applicationId: String? = null, val login: String? = null, val objectId: String? = null, val principalType: String? = null, val tenantId: String? = null)

A main principal.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class TransparentDataEncryptionResponse(val enableAutoRotation: Boolean? = null, val keyUri: String? = null, val keys: List<String>? = null)

Transparent Data Encryption properties.