WorkspacePatchInfo interface
Workspace patch details
Properties
encryption | The encryption details of the workspace |
identity | The identity of the workspace |
managed |
Managed Virtual Network Settings |
provisioning |
Resource provisioning state NOTE: This property will not be serialized. It can only be populated by the server. |
public |
Enable or Disable public network access to workspace |
purview |
Purview Configuration |
sql |
SQL administrator login password |
tags | Resource tags |
workspace |
Git integration settings |
Property Details
encryption
The encryption details of the workspace
encryption?: EncryptionDetails
Property Value
identity
managedVirtualNetworkSettings
Managed Virtual Network Settings
managedVirtualNetworkSettings?: ManagedVirtualNetworkSettings
Property Value
provisioningState
Resource provisioning state NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publicNetworkAccess
Enable or Disable public network access to workspace
publicNetworkAccess?: string
Property Value
string
purviewConfiguration
Purview Configuration
purviewConfiguration?: PurviewConfiguration
Property Value
sqlAdministratorLoginPassword
SQL administrator login password
sqlAdministratorLoginPassword?: string
Property Value
string
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
workspaceRepositoryConfiguration
Git integration settings
workspaceRepositoryConfiguration?: WorkspaceRepositoryConfiguration