WorkspaceResponseProperties

data class WorkspaceResponseProperties(val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String)

Workspaces resource specific properties.

Constructors

Link copied to clipboard
constructor(privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of private endpoint connections that are set up for this resource.

Link copied to clipboard

The provisioning state.

Link copied to clipboard

Control permission for data plane traffic coming from public networks while private endpoint is enabled.