Workspace Args
data class WorkspaceArgs(val azureADOnlyAuthentication: Output<Boolean>? = null, val cspWorkspaceAdminProperties: Output<CspWorkspaceAdminPropertiesArgs>? = null, val defaultDataLakeStorage: Output<DataLakeStorageAccountDetailsArgs>? = null, val encryption: Output<EncryptionDetailsArgs>? = null, val identity: Output<ManagedIdentityArgs>? = null, val location: Output<String>? = null, val managedResourceGroupName: Output<String>? = null, val managedVirtualNetwork: Output<String>? = null, val managedVirtualNetworkSettings: Output<ManagedVirtualNetworkSettingsArgs>? = null, val privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, val publicNetworkAccess: Output<Either<String, WorkspacePublicNetworkAccess>>? = null, val purviewConfiguration: Output<PurviewConfigurationArgs>? = null, val resourceGroupName: Output<String>? = null, val sqlAdministratorLogin: Output<String>? = null, val sqlAdministratorLoginPassword: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val trustedServiceBypassEnabled: Output<Boolean>? = null, val virtualNetworkProfile: Output<VirtualNetworkProfileArgs>? = null, val workspaceName: Output<String>? = null, val workspaceRepositoryConfiguration: Output<WorkspaceRepositoryConfigurationArgs>? = null) : ConvertibleToJava<WorkspaceArgs>
A workspace Azure REST API version: 2021-06-01. Prior API version in Azure Native 1.x: 2021-03-01. Other available API versions: 2021-05-01, 2021-06-01-preview.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:synapse:Workspace workspace1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun WorkspaceArgs(azureADOnlyAuthentication: Output<Boolean>? = null, cspWorkspaceAdminProperties: Output<CspWorkspaceAdminPropertiesArgs>? = null, defaultDataLakeStorage: Output<DataLakeStorageAccountDetailsArgs>? = null, encryption: Output<EncryptionDetailsArgs>? = null, identity: Output<ManagedIdentityArgs>? = null, location: Output<String>? = null, managedResourceGroupName: Output<String>? = null, managedVirtualNetwork: Output<String>? = null, managedVirtualNetworkSettings: Output<ManagedVirtualNetworkSettingsArgs>? = null, privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, publicNetworkAccess: Output<Either<String, WorkspacePublicNetworkAccess>>? = null, purviewConfiguration: Output<PurviewConfigurationArgs>? = null, resourceGroupName: Output<String>? = null, sqlAdministratorLogin: Output<String>? = null, sqlAdministratorLoginPassword: Output<String>? = null, tags: Output<Map<String, String>>? = null, trustedServiceBypassEnabled: Output<Boolean>? = null, virtualNetworkProfile: Output<VirtualNetworkProfileArgs>? = null, workspaceName: Output<String>? = null, workspaceRepositoryConfiguration: Output<WorkspaceRepositoryConfigurationArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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 '.'
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard