Package-level declarations

Types

Link copied to clipboard
data class AzureSkuResponse(val name: String, val tier: String)
Link copied to clipboard
data class ConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

ConnectionState information.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: ConnectionStateResponse? = null, val provisioningState: String? = null, val systemData: SystemDataResponse, val type: String)
Link copied to clipboard
data class GetWorkspaceCollectionResult(val azureApiVersion: String, val id: String? = null, val location: String? = null, val name: String? = null, val properties: Any, val sku: AzureSkuResponse? = null, val tags: Map<String, String>? = null, val type: String? = null)
Link copied to clipboard
data class ListWorkspaceCollectionAccessKeysResult(val key1: String? = null, val key2: String? = null)
Link copied to clipboard
data class PrivateEndpointConnectionResponse(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: ConnectionStateResponse? = null, val provisioningState: String? = null, val systemData: SystemDataResponse, val type: String)
Link copied to clipboard
data class PrivateEndpointResponse(val id: String? = null)
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.