Package-level declarations
Types
Link copied to clipboard
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
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
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.