Workspace Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A workspace.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Workspace+WorkspaceConverter))]
public class Workspace : Azure.Analytics.Synapse.Artifacts.Models.TrackedResource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.Workspace+WorkspaceConverter))>]
type Workspace = class
inherit TrackedResource
Public Class Workspace
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
Workspace(String) |
Initializes a new instance of Workspace. |
Properties
AdlaResourceId |
The ADLA resource ID. |
ConnectivityEndpoints |
Connectivity endpoints. |
DefaultDataLakeStorage |
Workspace default data lake storage account details. |
Encryption |
The encryption details of the workspace. |
ExtraProperties |
Workspace level configs and feature flags. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from Resource) |
Identity |
Identity of the workspace. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResource) |
ManagedResourceGroupName |
Workspace managed resource group. The resource group name uniquely identifies the resource group within the user subscriptionId. The resource group name must be no longer than 90 characters long, and must be alphanumeric characters (Char.IsLetterOrDigit()) and '-', '_', '(', ')' and'.'. Note that the name cannot end with '.'. |
ManagedVirtualNetwork |
Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user. |
ManagedVirtualNetworkSettings |
Managed Virtual Network Settings. |
Name |
The name of the resource. (Inherited from Resource) |
PrivateEndpointConnections |
Private endpoint connections to the workspace. |
ProvisioningState |
Resource provisioning state. |
PurviewConfiguration |
Purview Configuration. |
SqlAdministratorLogin |
Login for workspace SQL active directory administrator. |
SqlAdministratorLoginPassword |
SQL administrator login password. |
Tags |
Resource tags. (Inherited from TrackedResource) |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from Resource) |
VirtualNetworkProfile |
Virtual Network profile. |
WorkspaceRepositoryConfiguration |
Git integration settings. |
WorkspaceUID |
The workspace unique identifier. |
Applies to
Azure SDK for .NET