Workspace Args
data class WorkspaceArgs(val allowPublicAccessWhenBehindVnet: Output<Boolean>? = null, val applicationInsights: Output<String>? = null, val containerRegistry: Output<String>? = null, val description: Output<String>? = null, val discoveryUrl: Output<String>? = null, val encryption: Output<EncryptionPropertyArgs>? = null, val friendlyName: Output<String>? = null, val hbiWorkspace: Output<Boolean>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val imageBuildCompute: Output<String>? = null, val keyVault: Output<String>? = null, val location: Output<String>? = null, val primaryUserAssignedIdentity: Output<String>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val resourceGroupName: Output<String>? = null, val serviceManagedResourcesSettings: Output<ServiceManagedResourcesSettingsArgs>? = null, val sharedPrivateLinkResources: Output<List<SharedPrivateLinkResourceArgs>>? = null, val sku: Output<SkuArgs>? = null, val storageAccount: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val v1LegacyMode: Output<Boolean>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<WorkspaceArgs>
An object that represents a machine learning workspace. Azure REST API version: 2023-04-01. Prior API version in Azure Native 1.x: 2021-01-01. Other available API versions: 2018-03-01-preview, 2020-08-01, 2020-09-01-preview, 2022-01-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:machinelearningservices:Workspace testworkspace /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun WorkspaceArgs(allowPublicAccessWhenBehindVnet: Output<Boolean>? = null, applicationInsights: Output<String>? = null, containerRegistry: Output<String>? = null, description: Output<String>? = null, discoveryUrl: Output<String>? = null, encryption: Output<EncryptionPropertyArgs>? = null, friendlyName: Output<String>? = null, hbiWorkspace: Output<Boolean>? = null, identity: Output<ManagedServiceIdentityArgs>? = null, imageBuildCompute: Output<String>? = null, keyVault: Output<String>? = null, location: Output<String>? = null, primaryUserAssignedIdentity: Output<String>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, resourceGroupName: Output<String>? = 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, workspaceName: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard