Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, 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 GetServerResult(val administratorLogin: String? = null, val azureApiVersion: String, val earliestRestoreDate: String? = null, val fullyQualifiedDomainName: String? = null, val id: String, 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
Link copied to clipboard
Link copied to clipboard
data class PrivateLinkServiceConnectionStatePropertyResponse(val actionsRequired: String, val description: String, val status: String)
Link copied to clipboard
data class ServerPrivateEndpointConnectionPropertiesResponse(val privateEndpoint: PrivateEndpointPropertyResponse? = null, val privateLinkServiceConnectionState: ServerPrivateLinkServiceConnectionStatePropertyResponse? = null, val provisioningState: String)
Properties of a private endpoint connection.
Link copied to clipboard
data class ServerPrivateEndpointConnectionResponse(val id: String, val properties: ServerPrivateEndpointConnectionPropertiesResponse)
A private endpoint connection under a server
Link copied to clipboard
data class ServerPrivateLinkServiceConnectionStatePropertyResponse(val actionsRequired: String, val description: String, val status: String)
Link copied to clipboard
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