WorkspaceArgs

constructor(applicationInsightsId: Output<String>? = null, containerRegistryId: Output<String>? = null, description: Output<String>? = null, encryption: Output<WorkspaceEncryptionArgs>? = null, featureStore: Output<WorkspaceFeatureStoreArgs>? = null, friendlyName: Output<String>? = null, highBusinessImpact: Output<Boolean>? = null, identity: Output<WorkspaceIdentityArgs>? = null, imageBuildComputeName: Output<String>? = null, keyVaultId: Output<String>? = null, kind: Output<String>? = null, location: Output<String>? = null, managedNetwork: Output<WorkspaceManagedNetworkArgs>? = null, name: Output<String>? = null, primaryUserAssignedIdentity: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, serverlessCompute: Output<WorkspaceServerlessComputeArgs>? = null, skuName: Output<String>? = null, storageAccountId: Output<String>? = null, tags: Output<Map<String, String>>? = null, v1LegacyModeEnabled: Output<Boolean>? = null)