Workspace Class

Workspace resource type.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.synapse.artifacts.models._models_py3.Resource
Workspace

Constructor

Workspace(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, additional_properties: Optional[Dict[str, object]] = None, identity: Optional[azure.synapse.artifacts.models._models_py3.WorkspaceIdentity] = None, default_storage: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, default_sql_server: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, **kwargs)

Parameters

location
str
Required

The resource location.

tags
dict[str, str]
Required

A set of tags. The resource tags.

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

identity
WorkspaceIdentity
Required

Managed service identity of the workspace.

default_storage
LinkedServiceReference
Required

Linked service reference.

default_sql_server
LinkedServiceReference
Required

Linked service reference.

Variables

id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

e_tag
str

Etag identifies change in the resource.

provisioning_state
str

Workspace provisioning state, example Succeeded.

create_time
datetime

Time the workspace was created in ISO8601 format.

version
str

Version of the workspace.