WorkspaceArgs

constructor(allowPublicAccessWhenBehindVnet: Output<Boolean>? = null, applicationInsights: Output<String>? = null, associatedWorkspaces: Output<List<String>>? = null, containerRegistry: Output<String>? = null, description: Output<String>? = null, discoveryUrl: Output<String>? = null, enableDataIsolation: Output<Boolean>? = null, encryption: Output<EncryptionPropertyArgs>? = null, featureStoreSettings: Output<FeatureStoreSettingsArgs>? = null, friendlyName: Output<String>? = null, hbiWorkspace: Output<Boolean>? = null, hubResourceId: Output<String>? = null, identity: Output<ManagedServiceIdentityArgs>? = null, imageBuildCompute: Output<String>? = null, keyVault: Output<String>? = null, kind: Output<String>? = null, location: Output<String>? = null, managedNetwork: Output<ManagedNetworkSettingsArgs>? = null, primaryUserAssignedIdentity: Output<String>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = null, serverlessComputeSettings: Output<ServerlessComputeSettingsArgs>? = null, serviceManagedResourcesSettings: Output<ServiceManagedResourcesSettingsArgs>? = null, sharedPrivateLinkResources: Output<List<SharedPrivateLinkResourceArgs>>? = null, sku: Output<SkuArgs>? = null, storageAccount: Output<String>? = null, tags: Output<Map<String, String>>? = null, v1LegacyMode: Output<Boolean>? = null, workspaceHubConfig: Output<WorkspaceHubConfigArgs>? = null, workspaceName: Output<String>? = null)