Package-level declarations

Types

Link copied to clipboard
data class BackupResponse(val backupRetentionDays: Int? = null, val earliestRestoreDate: String, val geoRedundantBackup: String? = null)

Storage Profile properties of a server

Link copied to clipboard
data class DataEncryptionResponse(val geoBackupKeyURI: String? = null, val geoBackupUserAssignedIdentityId: String? = null, val primaryKeyURI: String? = null, val primaryUserAssignedIdentityId: String? = null, val type: String? = null)

The date encryption for cmk.

Link copied to clipboard
data class GetAzureADAdministratorResult(val administratorType: String? = null, val id: String, val identityResourceId: String? = null, val login: String? = null, val name: String, val sid: String? = null, val systemData: SystemDataResponse, val tenantId: String? = null, val type: String)

Represents a Administrator.

Link copied to clipboard
data class GetConfigurationResult(val allowedValues: String, val currentValue: String? = null, val dataType: String, val defaultValue: String, val description: String, val documentationLink: String, val id: String, val isConfigPendingRestart: String, val isDynamicConfig: String, val isReadOnly: String, val name: String, val source: String? = null, val systemData: SystemDataResponse, 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 systemData: SystemDataResponse, 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 systemData: SystemDataResponse, 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 groupIds: List<String>, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The private endpoint connection resource.

Link copied to clipboard
data class GetServerResult(val administratorLogin: String? = null, val availabilityZone: String? = null, val backup: BackupResponse? = null, val dataEncryption: DataEncryptionResponse? = null, val fullyQualifiedDomainName: String, val highAvailability: HighAvailabilityResponse? = null, val id: String, val identity: IdentityResponse? = null, val location: String, val maintenanceWindow: MaintenanceWindowResponse? = null, val name: String, val network: NetworkResponse? = null, val replicaCapacity: Int, val replicationRole: String? = null, val sku: SkuResponse? = null, val sourceServerResourceId: String? = null, val state: String, val storage: StorageResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: String? = null)

Represents a server.

Link copied to clipboard
data class HighAvailabilityResponse(val mode: String? = null, val standbyAvailabilityZone: String? = null, val state: String)

Network related properties of a server

Link copied to clipboard
data class IdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, List<UserAssignedIdentityResponse>>? = null)

Properties to configure Identity for Bring your Own Keys

Link copied to clipboard
data class MaintenanceWindowResponse(val customWindow: String? = null, val dayOfWeek: Int? = null, val startHour: Int? = null, val startMinute: Int? = null)

Maintenance window of a server.

Link copied to clipboard
data class NetworkResponse(val delegatedSubnetResourceId: String? = null, val privateDnsZoneResourceId: String? = null, val publicNetworkAccess: String)

Network related properties of a server

Link copied to clipboard
data class PrivateEndpointResponse(val id: String)

The private endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

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

Link copied to clipboard
data class SkuResponse(val name: String, val tier: String)

Billing information related properties of a server.

Link copied to clipboard
data class StorageResponse(val autoGrow: String? = null, val autoIoScaling: String? = null, val iops: Int? = null, val logOnDisk: String? = null, val storageSizeGB: Int? = null, val storageSku: String)

Storage Profile properties of a server

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 UserAssignedIdentityResponse(val clientId: String, val principalId: String)

Metadata of user assigned identity.