Package-level declarations

Types

Link copied to clipboard
data class GetConfigurationResult(val allowedValues: String, val dataType: String, val defaultValue: String, val description: String, val id: String, val name: String, val source: String? = null, val type: String, val value: String? = null)

Represents a Configuration.

Link copied to clipboard
data class GetDatabaseResult(val charset: String? = null, val collation: String? = null, val id: String, val name: String, val type: String)

Represents a Database.

Link copied to clipboard
data class GetFirewallRuleResult(val endIpAddress: String, val id: String, val name: String, val startIpAddress: String, val type: String)

Represents a server firewall rule.

Link copied to clipboard
data class GetGetPrivateDnsZoneSuffixExecuteResult(val privateDnsZoneSuffix: String? = null)

The response of get private dns zone suffix.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val id: String, val name: String, val privateEndpoint: PrivateEndpointPropertyResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStatePropertyResponse? = null, val provisioningState: String, val type: String)

A private endpoint connection

Link copied to clipboard
data class GetServerAdministratorResult(val administratorType: String, val id: String, val login: String, val name: String, val sid: String, val tenantId: String, val type: String)

Represents a and external administrator to be created.

Link copied to clipboard
data class GetServerKeyResult(val creationDate: String, val id: String, val kind: String, val name: String, val serverKeyType: String, val type: String, val uri: String? = null)

A MySQL Server key.

Link copied to clipboard
data class GetServerResult(val administratorLogin: String? = null, val byokEnforcement: String, val earliestRestoreDate: String? = null, val fullyQualifiedDomainName: String? = null, val id: String, val identity: ResourceIdentityResponse? = null, val infrastructureEncryption: String? = null, val location: String, val masterServerId: String? = null, val minimalTlsVersion: String? = null, val name: String, val privateEndpointConnections: List<ServerPrivateEndpointConnectionResponse>, val publicNetworkAccess: String? = null, val replicaCapacity: Int? = null, val replicationRole: String? = null, val sku: SkuResponse? = null, val sslEnforcement: String? = null, val storageProfile: StorageProfileResponse? = null, val tags: Map<String, String>? = null, val type: String, val userVisibleState: String? = null, val version: String? = null)

Represents a server.

Link copied to clipboard
data class GetVirtualNetworkRuleResult(val id: String, val ignoreMissingVnetServiceEndpoint: Boolean? = null, val name: String, val state: String, val type: String, val virtualNetworkSubnetId: String)

A virtual network rule.

Link copied to clipboard
data class PrivateEndpointPropertyResponse(val id: String? = null)
data class PrivateLinkServiceConnectionStatePropertyResponse(val actionsRequired: String, val description: String, val status: String)
Link copied to clipboard
data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)

Azure Active Directory identity configuration for a resource.

data class ServerPrivateEndpointConnectionPropertiesResponse(val privateEndpoint: PrivateEndpointPropertyResponse? = null, val privateLinkServiceConnectionState: ServerPrivateLinkServiceConnectionStatePropertyResponse? = null, val provisioningState: String)

Properties of a private endpoint connection.

Link copied to clipboard

A private endpoint connection under a server

data class ServerPrivateLinkServiceConnectionStatePropertyResponse(val actionsRequired: String, val description: String, val status: String)
Link copied to clipboard
data class SkuResponse(val capacity: Int? = null, val family: String? = null, val name: String, val size: String? = null, val tier: String? = null)

Billing information related properties of a server.

Link copied to clipboard
data class StorageProfileResponse(val backupRetentionDays: Int? = null, val geoRedundantBackup: String? = null, val storageAutogrow: String? = null, val storageMB: Int? = null)

Storage Profile properties of a server