1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. Workspace
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.machinelearningservices.Workspace

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    An object that represents a machine learning workspace.

    Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-04-01.

    Other available API versions: 2020-05-01-preview, 2020-05-15-preview, 2020-06-01, 2020-08-01, 2020-09-01-preview, 2021-01-01, 2021-03-01-preview, 2021-04-01, 2021-07-01, 2022-01-01-preview, 2022-02-01-preview, 2022-05-01, 2022-06-01-preview, 2022-10-01, 2022-10-01-preview, 2022-12-01-preview, 2023-02-01-preview, 2023-04-01, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-07-01-preview, 2024-10-01-preview, 2025-01-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native machinelearningservices [ApiVersion]. See the version guide for details.

    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} 
    

    Create Workspace Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Workspace(name: string, args: WorkspaceArgs, opts?: CustomResourceOptions);
    @overload
    def Workspace(resource_name: str,
                  args: WorkspaceArgs,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def Workspace(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  resource_group_name: Optional[str] = None,
                  key_vault: Optional[str] = None,
                  application_insights: Optional[str] = None,
                  container_registry: Optional[str] = None,
                  description: Optional[str] = None,
                  discovery_url: Optional[str] = None,
                  enable_data_isolation: Optional[bool] = None,
                  encryption: Optional[EncryptionPropertyArgs] = None,
                  feature_store_settings: Optional[FeatureStoreSettingsArgs] = None,
                  friendly_name: Optional[str] = None,
                  hbi_workspace: Optional[bool] = None,
                  hub_resource_id: Optional[str] = None,
                  identity: Optional[ManagedServiceIdentityArgs] = None,
                  image_build_compute: Optional[str] = None,
                  allow_public_access_when_behind_vnet: Optional[bool] = None,
                  associated_workspaces: Optional[Sequence[str]] = None,
                  managed_network: Optional[ManagedNetworkSettingsArgs] = None,
                  kind: Optional[str] = None,
                  primary_user_assigned_identity: Optional[str] = None,
                  public_network_access: Optional[Union[str, PublicNetworkAccess]] = None,
                  location: Optional[str] = None,
                  serverless_compute_settings: Optional[ServerlessComputeSettingsArgs] = None,
                  service_managed_resources_settings: Optional[ServiceManagedResourcesSettingsArgs] = None,
                  shared_private_link_resources: Optional[Sequence[SharedPrivateLinkResourceArgs]] = None,
                  sku: Optional[SkuArgs] = None,
                  storage_account: Optional[str] = None,
                  tags: Optional[Mapping[str, str]] = None,
                  v1_legacy_mode: Optional[bool] = None,
                  workspace_hub_config: Optional[WorkspaceHubConfigArgs] = None,
                  workspace_name: Optional[str] = None)
    func NewWorkspace(ctx *Context, name string, args WorkspaceArgs, opts ...ResourceOption) (*Workspace, error)
    public Workspace(string name, WorkspaceArgs args, CustomResourceOptions? opts = null)
    public Workspace(String name, WorkspaceArgs args)
    public Workspace(String name, WorkspaceArgs args, CustomResourceOptions options)
    
    type: azure-native:machinelearningservices:Workspace
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args WorkspaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args WorkspaceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args WorkspaceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkspaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkspaceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var exampleworkspaceResourceResourceFromMachinelearningservices = new AzureNative.MachineLearningServices.Workspace("exampleworkspaceResourceResourceFromMachinelearningservices", new()
    {
        ResourceGroupName = "string",
        KeyVault = "string",
        ApplicationInsights = "string",
        ContainerRegistry = "string",
        Description = "string",
        DiscoveryUrl = "string",
        EnableDataIsolation = false,
        Encryption = new AzureNative.MachineLearningServices.Inputs.EncryptionPropertyArgs
        {
            KeyVaultProperties = new AzureNative.MachineLearningServices.Inputs.EncryptionKeyVaultPropertiesArgs
            {
                KeyIdentifier = "string",
                KeyVaultArmId = "string",
                IdentityClientId = "string",
            },
            Status = "string",
            Identity = new AzureNative.MachineLearningServices.Inputs.IdentityForCmkArgs
            {
                UserAssignedIdentity = "string",
            },
        },
        FeatureStoreSettings = new AzureNative.MachineLearningServices.Inputs.FeatureStoreSettingsArgs
        {
            ComputeRuntime = new AzureNative.MachineLearningServices.Inputs.ComputeRuntimeDtoArgs
            {
                SparkRuntimeVersion = "string",
            },
            OfflineStoreConnectionName = "string",
            OnlineStoreConnectionName = "string",
        },
        FriendlyName = "string",
        HbiWorkspace = false,
        HubResourceId = "string",
        Identity = new AzureNative.MachineLearningServices.Inputs.ManagedServiceIdentityArgs
        {
            Type = "string",
            UserAssignedIdentities = new[]
            {
                "string",
            },
        },
        ImageBuildCompute = "string",
        AllowPublicAccessWhenBehindVnet = false,
        AssociatedWorkspaces = new[]
        {
            "string",
        },
        ManagedNetwork = new AzureNative.MachineLearningServices.Inputs.ManagedNetworkSettingsArgs
        {
            FirewallSku = "string",
            IsolationMode = "string",
            OutboundRules = 
            {
                { "string", new AzureNative.MachineLearningServices.Inputs.FqdnOutboundRuleArgs
                {
                    Type = "FQDN",
                    Category = "string",
                    Destination = "string",
                    Status = "string",
                } },
            },
            Status = new AzureNative.MachineLearningServices.Inputs.ManagedNetworkProvisionStatusArgs
            {
                SparkReady = false,
                Status = "string",
            },
        },
        Kind = "string",
        PrimaryUserAssignedIdentity = "string",
        PublicNetworkAccess = "string",
        Location = "string",
        ServerlessComputeSettings = new AzureNative.MachineLearningServices.Inputs.ServerlessComputeSettingsArgs
        {
            ServerlessComputeCustomSubnet = "string",
            ServerlessComputeNoPublicIP = false,
        },
        ServiceManagedResourcesSettings = new AzureNative.MachineLearningServices.Inputs.ServiceManagedResourcesSettingsArgs
        {
            CosmosDb = new AzureNative.MachineLearningServices.Inputs.CosmosDbSettingsArgs
            {
                CollectionsThroughput = 0,
            },
        },
        SharedPrivateLinkResources = new[]
        {
            new AzureNative.MachineLearningServices.Inputs.SharedPrivateLinkResourceArgs
            {
                GroupId = "string",
                Name = "string",
                PrivateLinkResourceId = "string",
                RequestMessage = "string",
                Status = "string",
            },
        },
        Sku = new AzureNative.MachineLearningServices.Inputs.SkuArgs
        {
            Name = "string",
            Capacity = 0,
            Family = "string",
            Size = "string",
            Tier = AzureNative.MachineLearningServices.SkuTier.Free,
        },
        StorageAccount = "string",
        Tags = 
        {
            { "string", "string" },
        },
        V1LegacyMode = false,
        WorkspaceHubConfig = new AzureNative.MachineLearningServices.Inputs.WorkspaceHubConfigArgs
        {
            AdditionalWorkspaceStorageAccounts = new[]
            {
                "string",
            },
            DefaultWorkspaceResourceGroup = "string",
        },
        WorkspaceName = "string",
    });
    
    example, err := machinelearningservices.NewWorkspace(ctx, "exampleworkspaceResourceResourceFromMachinelearningservices", &machinelearningservices.WorkspaceArgs{
    	ResourceGroupName:   pulumi.String("string"),
    	KeyVault:            pulumi.String("string"),
    	ApplicationInsights: pulumi.String("string"),
    	ContainerRegistry:   pulumi.String("string"),
    	Description:         pulumi.String("string"),
    	DiscoveryUrl:        pulumi.String("string"),
    	EnableDataIsolation: pulumi.Bool(false),
    	Encryption: &machinelearningservices.EncryptionPropertyArgs{
    		KeyVaultProperties: &machinelearningservices.EncryptionKeyVaultPropertiesArgs{
    			KeyIdentifier:    pulumi.String("string"),
    			KeyVaultArmId:    pulumi.String("string"),
    			IdentityClientId: pulumi.String("string"),
    		},
    		Status: pulumi.String("string"),
    		Identity: &machinelearningservices.IdentityForCmkArgs{
    			UserAssignedIdentity: pulumi.String("string"),
    		},
    	},
    	FeatureStoreSettings: &machinelearningservices.FeatureStoreSettingsArgs{
    		ComputeRuntime: &machinelearningservices.ComputeRuntimeDtoArgs{
    			SparkRuntimeVersion: pulumi.String("string"),
    		},
    		OfflineStoreConnectionName: pulumi.String("string"),
    		OnlineStoreConnectionName:  pulumi.String("string"),
    	},
    	FriendlyName:  pulumi.String("string"),
    	HbiWorkspace:  pulumi.Bool(false),
    	HubResourceId: pulumi.String("string"),
    	Identity: &machinelearningservices.ManagedServiceIdentityArgs{
    		Type: pulumi.String("string"),
    		UserAssignedIdentities: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    	},
    	ImageBuildCompute:               pulumi.String("string"),
    	AllowPublicAccessWhenBehindVnet: pulumi.Bool(false),
    	AssociatedWorkspaces: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ManagedNetwork: &machinelearningservices.ManagedNetworkSettingsArgs{
    		FirewallSku:   pulumi.String("string"),
    		IsolationMode: pulumi.String("string"),
    		OutboundRules: pulumi.Map{
    			"string": machinelearningservices.FqdnOutboundRule{
    				Type:        "FQDN",
    				Category:    "string",
    				Destination: "string",
    				Status:      "string",
    			},
    		},
    		Status: &machinelearningservices.ManagedNetworkProvisionStatusArgs{
    			SparkReady: pulumi.Bool(false),
    			Status:     pulumi.String("string"),
    		},
    	},
    	Kind:                        pulumi.String("string"),
    	PrimaryUserAssignedIdentity: pulumi.String("string"),
    	PublicNetworkAccess:         pulumi.String("string"),
    	Location:                    pulumi.String("string"),
    	ServerlessComputeSettings: &machinelearningservices.ServerlessComputeSettingsArgs{
    		ServerlessComputeCustomSubnet: pulumi.String("string"),
    		ServerlessComputeNoPublicIP:   pulumi.Bool(false),
    	},
    	ServiceManagedResourcesSettings: &machinelearningservices.ServiceManagedResourcesSettingsArgs{
    		CosmosDb: &machinelearningservices.CosmosDbSettingsArgs{
    			CollectionsThroughput: pulumi.Int(0),
    		},
    	},
    	SharedPrivateLinkResources: machinelearningservices.SharedPrivateLinkResourceArray{
    		&machinelearningservices.SharedPrivateLinkResourceArgs{
    			GroupId:               pulumi.String("string"),
    			Name:                  pulumi.String("string"),
    			PrivateLinkResourceId: pulumi.String("string"),
    			RequestMessage:        pulumi.String("string"),
    			Status:                pulumi.String("string"),
    		},
    	},
    	Sku: &machinelearningservices.SkuArgs{
    		Name:     pulumi.String("string"),
    		Capacity: pulumi.Int(0),
    		Family:   pulumi.String("string"),
    		Size:     pulumi.String("string"),
    		Tier:     machinelearningservices.SkuTierFree,
    	},
    	StorageAccount: pulumi.String("string"),
    	Tags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	V1LegacyMode: pulumi.Bool(false),
    	WorkspaceHubConfig: &machinelearningservices.WorkspaceHubConfigArgs{
    		AdditionalWorkspaceStorageAccounts: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		DefaultWorkspaceResourceGroup: pulumi.String("string"),
    	},
    	WorkspaceName: pulumi.String("string"),
    })
    
    var exampleworkspaceResourceResourceFromMachinelearningservices = new com.pulumi.azurenative.machinelearningservices.Workspace("exampleworkspaceResourceResourceFromMachinelearningservices", com.pulumi.azurenative.machinelearningservices.WorkspaceArgs.builder()
        .resourceGroupName("string")
        .keyVault("string")
        .applicationInsights("string")
        .containerRegistry("string")
        .description("string")
        .discoveryUrl("string")
        .enableDataIsolation(false)
        .encryption(EncryptionPropertyArgs.builder()
            .keyVaultProperties(EncryptionKeyVaultPropertiesArgs.builder()
                .keyIdentifier("string")
                .keyVaultArmId("string")
                .identityClientId("string")
                .build())
            .status("string")
            .identity(IdentityForCmkArgs.builder()
                .userAssignedIdentity("string")
                .build())
            .build())
        .featureStoreSettings(FeatureStoreSettingsArgs.builder()
            .computeRuntime(ComputeRuntimeDtoArgs.builder()
                .sparkRuntimeVersion("string")
                .build())
            .offlineStoreConnectionName("string")
            .onlineStoreConnectionName("string")
            .build())
        .friendlyName("string")
        .hbiWorkspace(false)
        .hubResourceId("string")
        .identity(ManagedServiceIdentityArgs.builder()
            .type("string")
            .userAssignedIdentities("string")
            .build())
        .imageBuildCompute("string")
        .allowPublicAccessWhenBehindVnet(false)
        .associatedWorkspaces("string")
        .managedNetwork(ManagedNetworkSettingsArgs.builder()
            .firewallSku("string")
            .isolationMode("string")
            .outboundRules(Map.of("string", Map.ofEntries(
                Map.entry("type", "FQDN"),
                Map.entry("category", "string"),
                Map.entry("destination", "string"),
                Map.entry("status", "string")
            )))
            .status(ManagedNetworkProvisionStatusArgs.builder()
                .sparkReady(false)
                .status("string")
                .build())
            .build())
        .kind("string")
        .primaryUserAssignedIdentity("string")
        .publicNetworkAccess("string")
        .location("string")
        .serverlessComputeSettings(ServerlessComputeSettingsArgs.builder()
            .serverlessComputeCustomSubnet("string")
            .serverlessComputeNoPublicIP(false)
            .build())
        .serviceManagedResourcesSettings(ServiceManagedResourcesSettingsArgs.builder()
            .cosmosDb(CosmosDbSettingsArgs.builder()
                .collectionsThroughput(0)
                .build())
            .build())
        .sharedPrivateLinkResources(SharedPrivateLinkResourceArgs.builder()
            .groupId("string")
            .name("string")
            .privateLinkResourceId("string")
            .requestMessage("string")
            .status("string")
            .build())
        .sku(SkuArgs.builder()
            .name("string")
            .capacity(0)
            .family("string")
            .size("string")
            .tier("Free")
            .build())
        .storageAccount("string")
        .tags(Map.of("string", "string"))
        .v1LegacyMode(false)
        .workspaceHubConfig(WorkspaceHubConfigArgs.builder()
            .additionalWorkspaceStorageAccounts("string")
            .defaultWorkspaceResourceGroup("string")
            .build())
        .workspaceName("string")
        .build());
    
    exampleworkspace_resource_resource_from_machinelearningservices = azure_native.machinelearningservices.Workspace("exampleworkspaceResourceResourceFromMachinelearningservices",
        resource_group_name="string",
        key_vault="string",
        application_insights="string",
        container_registry="string",
        description="string",
        discovery_url="string",
        enable_data_isolation=False,
        encryption={
            "key_vault_properties": {
                "key_identifier": "string",
                "key_vault_arm_id": "string",
                "identity_client_id": "string",
            },
            "status": "string",
            "identity": {
                "user_assigned_identity": "string",
            },
        },
        feature_store_settings={
            "compute_runtime": {
                "spark_runtime_version": "string",
            },
            "offline_store_connection_name": "string",
            "online_store_connection_name": "string",
        },
        friendly_name="string",
        hbi_workspace=False,
        hub_resource_id="string",
        identity={
            "type": "string",
            "user_assigned_identities": ["string"],
        },
        image_build_compute="string",
        allow_public_access_when_behind_vnet=False,
        associated_workspaces=["string"],
        managed_network={
            "firewall_sku": "string",
            "isolation_mode": "string",
            "outbound_rules": {
                "string": {
                    "type": "FQDN",
                    "category": "string",
                    "destination": "string",
                    "status": "string",
                },
            },
            "status": {
                "spark_ready": False,
                "status": "string",
            },
        },
        kind="string",
        primary_user_assigned_identity="string",
        public_network_access="string",
        location="string",
        serverless_compute_settings={
            "serverless_compute_custom_subnet": "string",
            "serverless_compute_no_public_ip": False,
        },
        service_managed_resources_settings={
            "cosmos_db": {
                "collections_throughput": 0,
            },
        },
        shared_private_link_resources=[{
            "group_id": "string",
            "name": "string",
            "private_link_resource_id": "string",
            "request_message": "string",
            "status": "string",
        }],
        sku={
            "name": "string",
            "capacity": 0,
            "family": "string",
            "size": "string",
            "tier": azure_native.machinelearningservices.SkuTier.FREE,
        },
        storage_account="string",
        tags={
            "string": "string",
        },
        v1_legacy_mode=False,
        workspace_hub_config={
            "additional_workspace_storage_accounts": ["string"],
            "default_workspace_resource_group": "string",
        },
        workspace_name="string")
    
    const exampleworkspaceResourceResourceFromMachinelearningservices = new azure_native.machinelearningservices.Workspace("exampleworkspaceResourceResourceFromMachinelearningservices", {
        resourceGroupName: "string",
        keyVault: "string",
        applicationInsights: "string",
        containerRegistry: "string",
        description: "string",
        discoveryUrl: "string",
        enableDataIsolation: false,
        encryption: {
            keyVaultProperties: {
                keyIdentifier: "string",
                keyVaultArmId: "string",
                identityClientId: "string",
            },
            status: "string",
            identity: {
                userAssignedIdentity: "string",
            },
        },
        featureStoreSettings: {
            computeRuntime: {
                sparkRuntimeVersion: "string",
            },
            offlineStoreConnectionName: "string",
            onlineStoreConnectionName: "string",
        },
        friendlyName: "string",
        hbiWorkspace: false,
        hubResourceId: "string",
        identity: {
            type: "string",
            userAssignedIdentities: ["string"],
        },
        imageBuildCompute: "string",
        allowPublicAccessWhenBehindVnet: false,
        associatedWorkspaces: ["string"],
        managedNetwork: {
            firewallSku: "string",
            isolationMode: "string",
            outboundRules: {
                string: {
                    type: "FQDN",
                    category: "string",
                    destination: "string",
                    status: "string",
                },
            },
            status: {
                sparkReady: false,
                status: "string",
            },
        },
        kind: "string",
        primaryUserAssignedIdentity: "string",
        publicNetworkAccess: "string",
        location: "string",
        serverlessComputeSettings: {
            serverlessComputeCustomSubnet: "string",
            serverlessComputeNoPublicIP: false,
        },
        serviceManagedResourcesSettings: {
            cosmosDb: {
                collectionsThroughput: 0,
            },
        },
        sharedPrivateLinkResources: [{
            groupId: "string",
            name: "string",
            privateLinkResourceId: "string",
            requestMessage: "string",
            status: "string",
        }],
        sku: {
            name: "string",
            capacity: 0,
            family: "string",
            size: "string",
            tier: azure_native.machinelearningservices.SkuTier.Free,
        },
        storageAccount: "string",
        tags: {
            string: "string",
        },
        v1LegacyMode: false,
        workspaceHubConfig: {
            additionalWorkspaceStorageAccounts: ["string"],
            defaultWorkspaceResourceGroup: "string",
        },
        workspaceName: "string",
    });
    
    type: azure-native:machinelearningservices:Workspace
    properties:
        allowPublicAccessWhenBehindVnet: false
        applicationInsights: string
        associatedWorkspaces:
            - string
        containerRegistry: string
        description: string
        discoveryUrl: string
        enableDataIsolation: false
        encryption:
            identity:
                userAssignedIdentity: string
            keyVaultProperties:
                identityClientId: string
                keyIdentifier: string
                keyVaultArmId: string
            status: string
        featureStoreSettings:
            computeRuntime:
                sparkRuntimeVersion: string
            offlineStoreConnectionName: string
            onlineStoreConnectionName: string
        friendlyName: string
        hbiWorkspace: false
        hubResourceId: string
        identity:
            type: string
            userAssignedIdentities:
                - string
        imageBuildCompute: string
        keyVault: string
        kind: string
        location: string
        managedNetwork:
            firewallSku: string
            isolationMode: string
            outboundRules:
                string:
                    category: string
                    destination: string
                    status: string
                    type: FQDN
            status:
                sparkReady: false
                status: string
        primaryUserAssignedIdentity: string
        publicNetworkAccess: string
        resourceGroupName: string
        serverlessComputeSettings:
            serverlessComputeCustomSubnet: string
            serverlessComputeNoPublicIP: false
        serviceManagedResourcesSettings:
            cosmosDb:
                collectionsThroughput: 0
        sharedPrivateLinkResources:
            - groupId: string
              name: string
              privateLinkResourceId: string
              requestMessage: string
              status: string
        sku:
            capacity: 0
            family: string
            name: string
            size: string
            tier: Free
        storageAccount: string
        tags:
            string: string
        v1LegacyMode: false
        workspaceHubConfig:
            additionalWorkspaceStorageAccounts:
                - string
            defaultWorkspaceResourceGroup: string
        workspaceName: string
    

    Workspace Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Workspace resource accepts the following input properties:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AllowPublicAccessWhenBehindVnet bool
    The flag to indicate whether to allow public access when behind VNet.
    ApplicationInsights string
    ARM id of the application insights associated with this workspace.
    AssociatedWorkspaces List<string>
    ContainerRegistry string
    ARM id of the container registry associated with this workspace.
    Description string
    The description of this workspace.
    DiscoveryUrl string
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    EnableDataIsolation bool
    Encryption Pulumi.AzureNative.MachineLearningServices.Inputs.EncryptionProperty
    The encryption settings of Azure ML workspace.
    FeatureStoreSettings Pulumi.AzureNative.MachineLearningServices.Inputs.FeatureStoreSettings
    Settings for feature store type workspace.
    FriendlyName string
    The friendly name for this workspace. This name in mutable
    HbiWorkspace bool
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    HubResourceId string
    Identity Pulumi.AzureNative.MachineLearningServices.Inputs.ManagedServiceIdentity
    The identity of the resource.
    ImageBuildCompute string
    The compute name for image build
    KeyVault string
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    Kind string
    Location string
    Specifies the location of the resource.
    ManagedNetwork Pulumi.AzureNative.MachineLearningServices.Inputs.ManagedNetworkSettings
    Managed Network settings for a machine learning workspace.
    PrimaryUserAssignedIdentity string
    The user assigned identity resource id that represents the workspace identity.
    PublicNetworkAccess string | Pulumi.AzureNative.MachineLearningServices.PublicNetworkAccess
    Whether requests from Public Network are allowed.
    ServerlessComputeSettings Pulumi.AzureNative.MachineLearningServices.Inputs.ServerlessComputeSettings
    Settings for serverless compute created in the workspace
    ServiceManagedResourcesSettings Pulumi.AzureNative.MachineLearningServices.Inputs.ServiceManagedResourcesSettings
    The service managed resource settings.
    SharedPrivateLinkResources List<Pulumi.AzureNative.MachineLearningServices.Inputs.SharedPrivateLinkResource>
    The list of shared private link resources in this workspace.
    Sku Pulumi.AzureNative.MachineLearningServices.Inputs.Sku
    The sku of the workspace.
    StorageAccount string
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    Tags Dictionary<string, string>
    Contains resource tags defined as key/value pairs.
    V1LegacyMode bool
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    WorkspaceHubConfig Pulumi.AzureNative.MachineLearningServices.Inputs.WorkspaceHubConfig
    WorkspaceHub's configuration object.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AllowPublicAccessWhenBehindVnet bool
    The flag to indicate whether to allow public access when behind VNet.
    ApplicationInsights string
    ARM id of the application insights associated with this workspace.
    AssociatedWorkspaces []string
    ContainerRegistry string
    ARM id of the container registry associated with this workspace.
    Description string
    The description of this workspace.
    DiscoveryUrl string
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    EnableDataIsolation bool
    Encryption EncryptionPropertyArgs
    The encryption settings of Azure ML workspace.
    FeatureStoreSettings FeatureStoreSettingsArgs
    Settings for feature store type workspace.
    FriendlyName string
    The friendly name for this workspace. This name in mutable
    HbiWorkspace bool
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    HubResourceId string
    Identity ManagedServiceIdentityArgs
    The identity of the resource.
    ImageBuildCompute string
    The compute name for image build
    KeyVault string
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    Kind string
    Location string
    Specifies the location of the resource.
    ManagedNetwork ManagedNetworkSettingsArgs
    Managed Network settings for a machine learning workspace.
    PrimaryUserAssignedIdentity string
    The user assigned identity resource id that represents the workspace identity.
    PublicNetworkAccess string | PublicNetworkAccess
    Whether requests from Public Network are allowed.
    ServerlessComputeSettings ServerlessComputeSettingsArgs
    Settings for serverless compute created in the workspace
    ServiceManagedResourcesSettings ServiceManagedResourcesSettingsArgs
    The service managed resource settings.
    SharedPrivateLinkResources []SharedPrivateLinkResourceArgs
    The list of shared private link resources in this workspace.
    Sku SkuArgs
    The sku of the workspace.
    StorageAccount string
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    Tags map[string]string
    Contains resource tags defined as key/value pairs.
    V1LegacyMode bool
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    WorkspaceHubConfig WorkspaceHubConfigArgs
    WorkspaceHub's configuration object.
    WorkspaceName string
    Name of Azure Machine Learning workspace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    allowPublicAccessWhenBehindVnet Boolean
    The flag to indicate whether to allow public access when behind VNet.
    applicationInsights String
    ARM id of the application insights associated with this workspace.
    associatedWorkspaces List<String>
    containerRegistry String
    ARM id of the container registry associated with this workspace.
    description String
    The description of this workspace.
    discoveryUrl String
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    enableDataIsolation Boolean
    encryption EncryptionProperty
    The encryption settings of Azure ML workspace.
    featureStoreSettings FeatureStoreSettings
    Settings for feature store type workspace.
    friendlyName String
    The friendly name for this workspace. This name in mutable
    hbiWorkspace Boolean
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    hubResourceId String
    identity ManagedServiceIdentity
    The identity of the resource.
    imageBuildCompute String
    The compute name for image build
    keyVault String
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    kind String
    location String
    Specifies the location of the resource.
    managedNetwork ManagedNetworkSettings
    Managed Network settings for a machine learning workspace.
    primaryUserAssignedIdentity String
    The user assigned identity resource id that represents the workspace identity.
    publicNetworkAccess String | PublicNetworkAccess
    Whether requests from Public Network are allowed.
    serverlessComputeSettings ServerlessComputeSettings
    Settings for serverless compute created in the workspace
    serviceManagedResourcesSettings ServiceManagedResourcesSettings
    The service managed resource settings.
    sharedPrivateLinkResources List<SharedPrivateLinkResource>
    The list of shared private link resources in this workspace.
    sku Sku
    The sku of the workspace.
    storageAccount String
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    tags Map<String,String>
    Contains resource tags defined as key/value pairs.
    v1LegacyMode Boolean
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    workspaceHubConfig WorkspaceHubConfig
    WorkspaceHub's configuration object.
    workspaceName String
    Name of Azure Machine Learning workspace.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    allowPublicAccessWhenBehindVnet boolean
    The flag to indicate whether to allow public access when behind VNet.
    applicationInsights string
    ARM id of the application insights associated with this workspace.
    associatedWorkspaces string[]
    containerRegistry string
    ARM id of the container registry associated with this workspace.
    description string
    The description of this workspace.
    discoveryUrl string
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    enableDataIsolation boolean
    encryption EncryptionProperty
    The encryption settings of Azure ML workspace.
    featureStoreSettings FeatureStoreSettings
    Settings for feature store type workspace.
    friendlyName string
    The friendly name for this workspace. This name in mutable
    hbiWorkspace boolean
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    hubResourceId string
    identity ManagedServiceIdentity
    The identity of the resource.
    imageBuildCompute string
    The compute name for image build
    keyVault string
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    kind string
    location string
    Specifies the location of the resource.
    managedNetwork ManagedNetworkSettings
    Managed Network settings for a machine learning workspace.
    primaryUserAssignedIdentity string
    The user assigned identity resource id that represents the workspace identity.
    publicNetworkAccess string | PublicNetworkAccess
    Whether requests from Public Network are allowed.
    serverlessComputeSettings ServerlessComputeSettings
    Settings for serverless compute created in the workspace
    serviceManagedResourcesSettings ServiceManagedResourcesSettings
    The service managed resource settings.
    sharedPrivateLinkResources SharedPrivateLinkResource[]
    The list of shared private link resources in this workspace.
    sku Sku
    The sku of the workspace.
    storageAccount string
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    tags {[key: string]: string}
    Contains resource tags defined as key/value pairs.
    v1LegacyMode boolean
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    workspaceHubConfig WorkspaceHubConfig
    WorkspaceHub's configuration object.
    workspaceName string
    Name of Azure Machine Learning workspace.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    allow_public_access_when_behind_vnet bool
    The flag to indicate whether to allow public access when behind VNet.
    application_insights str
    ARM id of the application insights associated with this workspace.
    associated_workspaces Sequence[str]
    container_registry str
    ARM id of the container registry associated with this workspace.
    description str
    The description of this workspace.
    discovery_url str
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    enable_data_isolation bool
    encryption EncryptionPropertyArgs
    The encryption settings of Azure ML workspace.
    feature_store_settings FeatureStoreSettingsArgs
    Settings for feature store type workspace.
    friendly_name str
    The friendly name for this workspace. This name in mutable
    hbi_workspace bool
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    hub_resource_id str
    identity ManagedServiceIdentityArgs
    The identity of the resource.
    image_build_compute str
    The compute name for image build
    key_vault str
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    kind str
    location str
    Specifies the location of the resource.
    managed_network ManagedNetworkSettingsArgs
    Managed Network settings for a machine learning workspace.
    primary_user_assigned_identity str
    The user assigned identity resource id that represents the workspace identity.
    public_network_access str | PublicNetworkAccess
    Whether requests from Public Network are allowed.
    serverless_compute_settings ServerlessComputeSettingsArgs
    Settings for serverless compute created in the workspace
    service_managed_resources_settings ServiceManagedResourcesSettingsArgs
    The service managed resource settings.
    shared_private_link_resources Sequence[SharedPrivateLinkResourceArgs]
    The list of shared private link resources in this workspace.
    sku SkuArgs
    The sku of the workspace.
    storage_account str
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    tags Mapping[str, str]
    Contains resource tags defined as key/value pairs.
    v1_legacy_mode bool
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    workspace_hub_config WorkspaceHubConfigArgs
    WorkspaceHub's configuration object.
    workspace_name str
    Name of Azure Machine Learning workspace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    allowPublicAccessWhenBehindVnet Boolean
    The flag to indicate whether to allow public access when behind VNet.
    applicationInsights String
    ARM id of the application insights associated with this workspace.
    associatedWorkspaces List<String>
    containerRegistry String
    ARM id of the container registry associated with this workspace.
    description String
    The description of this workspace.
    discoveryUrl String
    Url for the discovery service to identify regional endpoints for machine learning experimentation services
    enableDataIsolation Boolean
    encryption Property Map
    The encryption settings of Azure ML workspace.
    featureStoreSettings Property Map
    Settings for feature store type workspace.
    friendlyName String
    The friendly name for this workspace. This name in mutable
    hbiWorkspace Boolean
    The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
    hubResourceId String
    identity Property Map
    The identity of the resource.
    imageBuildCompute String
    The compute name for image build
    keyVault String
    ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created
    kind String
    location String
    Specifies the location of the resource.
    managedNetwork Property Map
    Managed Network settings for a machine learning workspace.
    primaryUserAssignedIdentity String
    The user assigned identity resource id that represents the workspace identity.
    publicNetworkAccess String | "Enabled" | "Disabled"
    Whether requests from Public Network are allowed.
    serverlessComputeSettings Property Map
    Settings for serverless compute created in the workspace
    serviceManagedResourcesSettings Property Map
    The service managed resource settings.
    sharedPrivateLinkResources List<Property Map>
    The list of shared private link resources in this workspace.
    sku Property Map
    The sku of the workspace.
    storageAccount String
    ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created
    tags Map<String>
    Contains resource tags defined as key/value pairs.
    v1LegacyMode Boolean
    Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
    workspaceHubConfig Property Map
    WorkspaceHub's configuration object.
    workspaceName String
    Name of Azure Machine Learning workspace.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Workspace resource produces the following output properties:

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    MlFlowTrackingUri string
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    Name string
    The name of the resource
    NotebookInfo Pulumi.AzureNative.MachineLearningServices.Outputs.NotebookResourceInfoResponse
    The notebook info of Azure ML workspace.
    PrivateEndpointConnections List<Pulumi.AzureNative.MachineLearningServices.Outputs.PrivateEndpointConnectionResponse>
    The list of private endpoint connections in the workspace.
    PrivateLinkCount int
    Count of private connections in the workspace
    ProvisioningState string
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    ServiceProvisionedResourceGroup string
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    StorageHnsEnabled bool
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    SystemData Pulumi.AzureNative.MachineLearningServices.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    TenantId string
    The tenant id associated with this workspace.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    WorkspaceId string
    The immutable id associated with this workspace.
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    MlFlowTrackingUri string
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    Name string
    The name of the resource
    NotebookInfo NotebookResourceInfoResponse
    The notebook info of Azure ML workspace.
    PrivateEndpointConnections []PrivateEndpointConnectionResponse
    The list of private endpoint connections in the workspace.
    PrivateLinkCount int
    Count of private connections in the workspace
    ProvisioningState string
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    ServiceProvisionedResourceGroup string
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    StorageHnsEnabled bool
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    TenantId string
    The tenant id associated with this workspace.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    WorkspaceId string
    The immutable id associated with this workspace.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    mlFlowTrackingUri String
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    name String
    The name of the resource
    notebookInfo NotebookResourceInfoResponse
    The notebook info of Azure ML workspace.
    privateEndpointConnections List<PrivateEndpointConnectionResponse>
    The list of private endpoint connections in the workspace.
    privateLinkCount Integer
    Count of private connections in the workspace
    provisioningState String
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    serviceProvisionedResourceGroup String
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    storageHnsEnabled Boolean
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    tenantId String
    The tenant id associated with this workspace.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workspaceId String
    The immutable id associated with this workspace.
    azureApiVersion string
    The Azure API version of the resource.
    id string
    The provider-assigned unique ID for this managed resource.
    mlFlowTrackingUri string
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    name string
    The name of the resource
    notebookInfo NotebookResourceInfoResponse
    The notebook info of Azure ML workspace.
    privateEndpointConnections PrivateEndpointConnectionResponse[]
    The list of private endpoint connections in the workspace.
    privateLinkCount number
    Count of private connections in the workspace
    provisioningState string
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    serviceProvisionedResourceGroup string
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    storageHnsEnabled boolean
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    tenantId string
    The tenant id associated with this workspace.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workspaceId string
    The immutable id associated with this workspace.
    azure_api_version str
    The Azure API version of the resource.
    id str
    The provider-assigned unique ID for this managed resource.
    ml_flow_tracking_uri str
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    name str
    The name of the resource
    notebook_info NotebookResourceInfoResponse
    The notebook info of Azure ML workspace.
    private_endpoint_connections Sequence[PrivateEndpointConnectionResponse]
    The list of private endpoint connections in the workspace.
    private_link_count int
    Count of private connections in the workspace
    provisioning_state str
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    service_provisioned_resource_group str
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    storage_hns_enabled bool
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    tenant_id str
    The tenant id associated with this workspace.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workspace_id str
    The immutable id associated with this workspace.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    The provider-assigned unique ID for this managed resource.
    mlFlowTrackingUri String
    The URI associated with this workspace that machine learning flow must point at to set up tracking.
    name String
    The name of the resource
    notebookInfo Property Map
    The notebook info of Azure ML workspace.
    privateEndpointConnections List<Property Map>
    The list of private endpoint connections in the workspace.
    privateLinkCount Number
    Count of private connections in the workspace
    provisioningState String
    The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning.
    serviceProvisionedResourceGroup String
    The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
    storageHnsEnabled Boolean
    If the storage associated with the workspace has hierarchical namespace(HNS) enabled.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    tenantId String
    The tenant id associated with this workspace.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    workspaceId String
    The immutable id associated with this workspace.

    Supporting Types

    ComputeRuntimeDto, ComputeRuntimeDtoArgs

    ComputeRuntimeDtoResponse, ComputeRuntimeDtoResponseArgs

    CosmosDbSettings, CosmosDbSettingsArgs

    CollectionsThroughput int
    The throughput of the collections in cosmosdb database
    CollectionsThroughput int
    The throughput of the collections in cosmosdb database
    collectionsThroughput Integer
    The throughput of the collections in cosmosdb database
    collectionsThroughput number
    The throughput of the collections in cosmosdb database
    collections_throughput int
    The throughput of the collections in cosmosdb database
    collectionsThroughput Number
    The throughput of the collections in cosmosdb database

    CosmosDbSettingsResponse, CosmosDbSettingsResponseArgs

    CollectionsThroughput int
    The throughput of the collections in cosmosdb database
    CollectionsThroughput int
    The throughput of the collections in cosmosdb database
    collectionsThroughput Integer
    The throughput of the collections in cosmosdb database
    collectionsThroughput number
    The throughput of the collections in cosmosdb database
    collections_throughput int
    The throughput of the collections in cosmosdb database
    collectionsThroughput Number
    The throughput of the collections in cosmosdb database

    EncryptionKeyVaultProperties, EncryptionKeyVaultPropertiesArgs

    KeyIdentifier string
    Key vault uri to access the encryption key.
    KeyVaultArmId string
    The ArmId of the keyVault where the customer owned encryption key is present.
    IdentityClientId string
    For future use - The client id of the identity which will be used to access key vault.
    KeyIdentifier string
    Key vault uri to access the encryption key.
    KeyVaultArmId string
    The ArmId of the keyVault where the customer owned encryption key is present.
    IdentityClientId string
    For future use - The client id of the identity which will be used to access key vault.
    keyIdentifier String
    Key vault uri to access the encryption key.
    keyVaultArmId String
    The ArmId of the keyVault where the customer owned encryption key is present.
    identityClientId String
    For future use - The client id of the identity which will be used to access key vault.
    keyIdentifier string
    Key vault uri to access the encryption key.
    keyVaultArmId string
    The ArmId of the keyVault where the customer owned encryption key is present.
    identityClientId string
    For future use - The client id of the identity which will be used to access key vault.
    key_identifier str
    Key vault uri to access the encryption key.
    key_vault_arm_id str
    The ArmId of the keyVault where the customer owned encryption key is present.
    identity_client_id str
    For future use - The client id of the identity which will be used to access key vault.
    keyIdentifier String
    Key vault uri to access the encryption key.
    keyVaultArmId String
    The ArmId of the keyVault where the customer owned encryption key is present.
    identityClientId String
    For future use - The client id of the identity which will be used to access key vault.

    EncryptionKeyVaultPropertiesResponse, EncryptionKeyVaultPropertiesResponseArgs

    KeyIdentifier string
    Key vault uri to access the encryption key.
    KeyVaultArmId string
    The ArmId of the keyVault where the customer owned encryption key is present.
    IdentityClientId string
    For future use - The client id of the identity which will be used to access key vault.
    KeyIdentifier string
    Key vault uri to access the encryption key.
    KeyVaultArmId string
    The ArmId of the keyVault where the customer owned encryption key is present.
    IdentityClientId string
    For future use - The client id of the identity which will be used to access key vault.
    keyIdentifier String
    Key vault uri to access the encryption key.
    keyVaultArmId String
    The ArmId of the keyVault where the customer owned encryption key is present.
    identityClientId String
    For future use - The client id of the identity which will be used to access key vault.
    keyIdentifier string
    Key vault uri to access the encryption key.
    keyVaultArmId string
    The ArmId of the keyVault where the customer owned encryption key is present.
    identityClientId string
    For future use - The client id of the identity which will be used to access key vault.
    key_identifier str
    Key vault uri to access the encryption key.
    key_vault_arm_id str
    The ArmId of the keyVault where the customer owned encryption key is present.
    identity_client_id str
    For future use - The client id of the identity which will be used to access key vault.
    keyIdentifier String
    Key vault uri to access the encryption key.
    keyVaultArmId String
    The ArmId of the keyVault where the customer owned encryption key is present.
    identityClientId String
    For future use - The client id of the identity which will be used to access key vault.

    EncryptionProperty, EncryptionPropertyArgs

    KeyVaultProperties Pulumi.AzureNative.MachineLearningServices.Inputs.EncryptionKeyVaultProperties
    Customer Key vault properties.
    Status string | Pulumi.AzureNative.MachineLearningServices.EncryptionStatus
    Indicates whether or not the encryption is enabled for the workspace.
    Identity Pulumi.AzureNative.MachineLearningServices.Inputs.IdentityForCmk
    The identity that will be used to access the key vault for encryption at rest.
    KeyVaultProperties EncryptionKeyVaultProperties
    Customer Key vault properties.
    Status string | EncryptionStatus
    Indicates whether or not the encryption is enabled for the workspace.
    Identity IdentityForCmk
    The identity that will be used to access the key vault for encryption at rest.
    keyVaultProperties EncryptionKeyVaultProperties
    Customer Key vault properties.
    status String | EncryptionStatus
    Indicates whether or not the encryption is enabled for the workspace.
    identity IdentityForCmk
    The identity that will be used to access the key vault for encryption at rest.
    keyVaultProperties EncryptionKeyVaultProperties
    Customer Key vault properties.
    status string | EncryptionStatus
    Indicates whether or not the encryption is enabled for the workspace.
    identity IdentityForCmk
    The identity that will be used to access the key vault for encryption at rest.
    key_vault_properties EncryptionKeyVaultProperties
    Customer Key vault properties.
    status str | EncryptionStatus
    Indicates whether or not the encryption is enabled for the workspace.
    identity IdentityForCmk
    The identity that will be used to access the key vault for encryption at rest.
    keyVaultProperties Property Map
    Customer Key vault properties.
    status String | "Enabled" | "Disabled"
    Indicates whether or not the encryption is enabled for the workspace.
    identity Property Map
    The identity that will be used to access the key vault for encryption at rest.

    EncryptionPropertyResponse, EncryptionPropertyResponseArgs

    KeyVaultProperties Pulumi.AzureNative.MachineLearningServices.Inputs.EncryptionKeyVaultPropertiesResponse
    Customer Key vault properties.
    Status string
    Indicates whether or not the encryption is enabled for the workspace.
    Identity Pulumi.AzureNative.MachineLearningServices.Inputs.IdentityForCmkResponse
    The identity that will be used to access the key vault for encryption at rest.
    KeyVaultProperties EncryptionKeyVaultPropertiesResponse
    Customer Key vault properties.
    Status string
    Indicates whether or not the encryption is enabled for the workspace.
    Identity IdentityForCmkResponse
    The identity that will be used to access the key vault for encryption at rest.
    keyVaultProperties EncryptionKeyVaultPropertiesResponse
    Customer Key vault properties.
    status String
    Indicates whether or not the encryption is enabled for the workspace.
    identity IdentityForCmkResponse
    The identity that will be used to access the key vault for encryption at rest.
    keyVaultProperties EncryptionKeyVaultPropertiesResponse
    Customer Key vault properties.
    status string
    Indicates whether or not the encryption is enabled for the workspace.
    identity IdentityForCmkResponse
    The identity that will be used to access the key vault for encryption at rest.
    key_vault_properties EncryptionKeyVaultPropertiesResponse
    Customer Key vault properties.
    status str
    Indicates whether or not the encryption is enabled for the workspace.
    identity IdentityForCmkResponse
    The identity that will be used to access the key vault for encryption at rest.
    keyVaultProperties Property Map
    Customer Key vault properties.
    status String
    Indicates whether or not the encryption is enabled for the workspace.
    identity Property Map
    The identity that will be used to access the key vault for encryption at rest.

    EncryptionStatus, EncryptionStatusArgs

    Enabled
    Enabled
    Disabled
    Disabled
    EncryptionStatusEnabled
    Enabled
    EncryptionStatusDisabled
    Disabled
    Enabled
    Enabled
    Disabled
    Disabled
    Enabled
    Enabled
    Disabled
    Disabled
    ENABLED
    Enabled
    DISABLED
    Disabled
    "Enabled"
    Enabled
    "Disabled"
    Disabled

    FeatureStoreSettings, FeatureStoreSettingsArgs

    ComputeRuntime ComputeRuntimeDto
    Compute runtime config for feature store type workspace.
    OfflineStoreConnectionName string
    OnlineStoreConnectionName string
    computeRuntime ComputeRuntimeDto
    Compute runtime config for feature store type workspace.
    offlineStoreConnectionName String
    onlineStoreConnectionName String
    computeRuntime ComputeRuntimeDto
    Compute runtime config for feature store type workspace.
    offlineStoreConnectionName string
    onlineStoreConnectionName string
    compute_runtime ComputeRuntimeDto
    Compute runtime config for feature store type workspace.
    offline_store_connection_name str
    online_store_connection_name str
    computeRuntime Property Map
    Compute runtime config for feature store type workspace.
    offlineStoreConnectionName String
    onlineStoreConnectionName String

    FeatureStoreSettingsResponse, FeatureStoreSettingsResponseArgs

    ComputeRuntime ComputeRuntimeDtoResponse
    Compute runtime config for feature store type workspace.
    OfflineStoreConnectionName string
    OnlineStoreConnectionName string
    computeRuntime ComputeRuntimeDtoResponse
    Compute runtime config for feature store type workspace.
    offlineStoreConnectionName String
    onlineStoreConnectionName String
    computeRuntime ComputeRuntimeDtoResponse
    Compute runtime config for feature store type workspace.
    offlineStoreConnectionName string
    onlineStoreConnectionName string
    compute_runtime ComputeRuntimeDtoResponse
    Compute runtime config for feature store type workspace.
    offline_store_connection_name str
    online_store_connection_name str
    computeRuntime Property Map
    Compute runtime config for feature store type workspace.
    offlineStoreConnectionName String
    onlineStoreConnectionName String

    FirewallSku, FirewallSkuArgs

    Standard
    Standard
    Basic
    Basic
    FirewallSkuStandard
    Standard
    FirewallSkuBasic
    Basic
    Standard
    Standard
    Basic
    Basic
    Standard
    Standard
    Basic
    Basic
    STANDARD
    Standard
    BASIC
    Basic
    "Standard"
    Standard
    "Basic"
    Basic

    FqdnOutboundRule, FqdnOutboundRuleArgs

    Category string | Pulumi.AzureNative.MachineLearningServices.RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination string
    Status string | Pulumi.AzureNative.MachineLearningServices.RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    Category string | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination string
    Status string | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination String
    status String | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category string | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination string
    status string | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category str | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination str
    status str | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String | "Required" | "Recommended" | "UserDefined" | "Dependency"
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination String
    status String | "Inactive" | "Active"
    Type of a managed network Outbound Rule of a machine learning workspace.

    FqdnOutboundRuleResponse, FqdnOutboundRuleResponseArgs

    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination string
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination string
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination String
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.
    category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination string
    status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    category str
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination str
    status str
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination String
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.

    IdentityForCmk, IdentityForCmkArgs

    UserAssignedIdentity string
    The ArmId of the user assigned identity that will be used to access the customer managed key vault
    UserAssignedIdentity string
    The ArmId of the user assigned identity that will be used to access the customer managed key vault
    userAssignedIdentity String
    The ArmId of the user assigned identity that will be used to access the customer managed key vault
    userAssignedIdentity string
    The ArmId of the user assigned identity that will be used to access the customer managed key vault
    user_assigned_identity str
    The ArmId of the user assigned identity that will be used to access the customer managed key vault
    userAssignedIdentity String
    The ArmId of the user assigned identity that will be used to access the customer managed key vault

    IdentityForCmkResponse, IdentityForCmkResponseArgs

    UserAssignedIdentity string
    The ArmId of the user assigned identity that will be used to access the customer managed key vault
    UserAssignedIdentity string
    The ArmId of the user assigned identity that will be used to access the customer managed key vault
    userAssignedIdentity String
    The ArmId of the user assigned identity that will be used to access the customer managed key vault
    userAssignedIdentity string
    The ArmId of the user assigned identity that will be used to access the customer managed key vault
    user_assigned_identity str
    The ArmId of the user assigned identity that will be used to access the customer managed key vault
    userAssignedIdentity String
    The ArmId of the user assigned identity that will be used to access the customer managed key vault

    IsolationMode, IsolationModeArgs

    Disabled
    Disabled
    AllowInternetOutbound
    AllowInternetOutbound
    AllowOnlyApprovedOutbound
    AllowOnlyApprovedOutbound
    IsolationModeDisabled
    Disabled
    IsolationModeAllowInternetOutbound
    AllowInternetOutbound
    IsolationModeAllowOnlyApprovedOutbound
    AllowOnlyApprovedOutbound
    Disabled
    Disabled
    AllowInternetOutbound
    AllowInternetOutbound
    AllowOnlyApprovedOutbound
    AllowOnlyApprovedOutbound
    Disabled
    Disabled
    AllowInternetOutbound
    AllowInternetOutbound
    AllowOnlyApprovedOutbound
    AllowOnlyApprovedOutbound
    DISABLED
    Disabled
    ALLOW_INTERNET_OUTBOUND
    AllowInternetOutbound
    ALLOW_ONLY_APPROVED_OUTBOUND
    AllowOnlyApprovedOutbound
    "Disabled"
    Disabled
    "AllowInternetOutbound"
    AllowInternetOutbound
    "AllowOnlyApprovedOutbound"
    AllowOnlyApprovedOutbound

    ManagedNetworkProvisionStatus, ManagedNetworkProvisionStatusArgs

    SparkReady bool
    Status string | Pulumi.AzureNative.MachineLearningServices.ManagedNetworkStatus
    Status for the managed network of a machine learning workspace.
    SparkReady bool
    Status string | ManagedNetworkStatus
    Status for the managed network of a machine learning workspace.
    sparkReady Boolean
    status String | ManagedNetworkStatus
    Status for the managed network of a machine learning workspace.
    sparkReady boolean
    status string | ManagedNetworkStatus
    Status for the managed network of a machine learning workspace.
    spark_ready bool
    status str | ManagedNetworkStatus
    Status for the managed network of a machine learning workspace.
    sparkReady Boolean
    status String | "Inactive" | "Active"
    Status for the managed network of a machine learning workspace.

    ManagedNetworkProvisionStatusResponse, ManagedNetworkProvisionStatusResponseArgs

    SparkReady bool
    Status string
    Status for the managed network of a machine learning workspace.
    SparkReady bool
    Status string
    Status for the managed network of a machine learning workspace.
    sparkReady Boolean
    status String
    Status for the managed network of a machine learning workspace.
    sparkReady boolean
    status string
    Status for the managed network of a machine learning workspace.
    spark_ready bool
    status str
    Status for the managed network of a machine learning workspace.
    sparkReady Boolean
    status String
    Status for the managed network of a machine learning workspace.

    ManagedNetworkSettings, ManagedNetworkSettingsArgs

    FirewallSku string | Pulumi.AzureNative.MachineLearningServices.FirewallSku
    Firewall Sku used for FQDN Rules
    IsolationMode string | Pulumi.AzureNative.MachineLearningServices.IsolationMode
    Isolation mode for the managed network of a machine learning workspace.
    OutboundRules Dictionary<string, object>
    Status Pulumi.AzureNative.MachineLearningServices.Inputs.ManagedNetworkProvisionStatus
    Status of the Provisioning for the managed network of a machine learning workspace.
    FirewallSku string | FirewallSku
    Firewall Sku used for FQDN Rules
    IsolationMode string | IsolationMode
    Isolation mode for the managed network of a machine learning workspace.
    OutboundRules map[string]interface{}
    Status ManagedNetworkProvisionStatus
    Status of the Provisioning for the managed network of a machine learning workspace.
    firewallSku String | FirewallSku
    Firewall Sku used for FQDN Rules
    isolationMode String | IsolationMode
    Isolation mode for the managed network of a machine learning workspace.
    outboundRules Map<String,Object>
    status ManagedNetworkProvisionStatus
    Status of the Provisioning for the managed network of a machine learning workspace.
    firewallSku string | FirewallSku
    Firewall Sku used for FQDN Rules
    isolationMode string | IsolationMode
    Isolation mode for the managed network of a machine learning workspace.
    outboundRules {[key: string]: FqdnOutboundRule | PrivateEndpointOutboundRule | ServiceTagOutboundRule}
    status ManagedNetworkProvisionStatus
    Status of the Provisioning for the managed network of a machine learning workspace.
    firewall_sku str | FirewallSku
    Firewall Sku used for FQDN Rules
    isolation_mode str | IsolationMode
    Isolation mode for the managed network of a machine learning workspace.
    outbound_rules Mapping[str, Union[FqdnOutboundRule, PrivateEndpointOutboundRule, ServiceTagOutboundRule]]
    status ManagedNetworkProvisionStatus
    Status of the Provisioning for the managed network of a machine learning workspace.
    firewallSku String | "Standard" | "Basic"
    Firewall Sku used for FQDN Rules
    isolationMode String | "Disabled" | "AllowInternetOutbound" | "AllowOnlyApprovedOutbound"
    Isolation mode for the managed network of a machine learning workspace.
    outboundRules Map<Property Map | Property Map | Property Map>
    status Property Map
    Status of the Provisioning for the managed network of a machine learning workspace.

    ManagedNetworkSettingsResponse, ManagedNetworkSettingsResponseArgs

    NetworkId string
    FirewallSku string
    Firewall Sku used for FQDN Rules
    IsolationMode string
    Isolation mode for the managed network of a machine learning workspace.
    OutboundRules Dictionary<string, object>
    Status Pulumi.AzureNative.MachineLearningServices.Inputs.ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a machine learning workspace.
    NetworkId string
    FirewallSku string
    Firewall Sku used for FQDN Rules
    IsolationMode string
    Isolation mode for the managed network of a machine learning workspace.
    OutboundRules map[string]interface{}
    Status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a machine learning workspace.
    networkId String
    firewallSku String
    Firewall Sku used for FQDN Rules
    isolationMode String
    Isolation mode for the managed network of a machine learning workspace.
    outboundRules Map<String,Object>
    status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a machine learning workspace.
    networkId string
    firewallSku string
    Firewall Sku used for FQDN Rules
    isolationMode string
    Isolation mode for the managed network of a machine learning workspace.
    outboundRules {[key: string]: FqdnOutboundRuleResponse | PrivateEndpointOutboundRuleResponse | ServiceTagOutboundRuleResponse}
    status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a machine learning workspace.
    network_id str
    firewall_sku str
    Firewall Sku used for FQDN Rules
    isolation_mode str
    Isolation mode for the managed network of a machine learning workspace.
    outbound_rules Mapping[str, Union[FqdnOutboundRuleResponse, PrivateEndpointOutboundRuleResponse, ServiceTagOutboundRuleResponse]]
    status ManagedNetworkProvisionStatusResponse
    Status of the Provisioning for the managed network of a machine learning workspace.
    networkId String
    firewallSku String
    Firewall Sku used for FQDN Rules
    isolationMode String
    Isolation mode for the managed network of a machine learning workspace.
    outboundRules Map<Property Map | Property Map | Property Map>
    status Property Map
    Status of the Provisioning for the managed network of a machine learning workspace.

    ManagedNetworkStatus, ManagedNetworkStatusArgs

    Inactive
    Inactive
    Active
    Active
    ManagedNetworkStatusInactive
    Inactive
    ManagedNetworkStatusActive
    Active
    Inactive
    Inactive
    Active
    Active
    Inactive
    Inactive
    Active
    Active
    INACTIVE
    Inactive
    ACTIVE
    Active
    "Inactive"
    Inactive
    "Active"
    Active

    ManagedServiceIdentity, ManagedServiceIdentityArgs

    Type string | Pulumi.AzureNative.MachineLearningServices.ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities List<string>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    Type string | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities []string
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type String | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities List<String>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type string | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities string[]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type str | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Sequence[str]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type String | "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned"
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities List<String>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs

    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs

    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    ManagedServiceIdentityTypeNone
    None
    ManagedServiceIdentityTypeSystemAssigned
    SystemAssigned
    ManagedServiceIdentityTypeUserAssigned
    UserAssigned
    ManagedServiceIdentityType_SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    NONE
    None
    SYSTEM_ASSIGNED
    SystemAssigned
    USER_ASSIGNED
    UserAssigned
    SYSTEM_ASSIGNED_USER_ASSIGNED
    SystemAssigned,UserAssigned
    "None"
    None
    "SystemAssigned"
    SystemAssigned
    "UserAssigned"
    UserAssigned
    "SystemAssigned,UserAssigned"
    SystemAssigned,UserAssigned

    NotebookPreparationErrorResponse, NotebookPreparationErrorResponseArgs

    errorMessage String
    statusCode Integer

    NotebookResourceInfoResponse, NotebookResourceInfoResponseArgs

    Fqdn string
    NotebookPreparationError Pulumi.AzureNative.MachineLearningServices.Inputs.NotebookPreparationErrorResponse
    The error that occurs when preparing notebook.
    ResourceId string
    the data plane resourceId that used to initialize notebook component
    Fqdn string
    NotebookPreparationError NotebookPreparationErrorResponse
    The error that occurs when preparing notebook.
    ResourceId string
    the data plane resourceId that used to initialize notebook component
    fqdn String
    notebookPreparationError NotebookPreparationErrorResponse
    The error that occurs when preparing notebook.
    resourceId String
    the data plane resourceId that used to initialize notebook component
    fqdn string
    notebookPreparationError NotebookPreparationErrorResponse
    The error that occurs when preparing notebook.
    resourceId string
    the data plane resourceId that used to initialize notebook component
    fqdn str
    notebook_preparation_error NotebookPreparationErrorResponse
    The error that occurs when preparing notebook.
    resource_id str
    the data plane resourceId that used to initialize notebook component
    fqdn String
    notebookPreparationError Property Map
    The error that occurs when preparing notebook.
    resourceId String
    the data plane resourceId that used to initialize notebook component

    PrivateEndpointConnectionResponse, PrivateEndpointConnectionResponseArgs

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    PrivateLinkServiceConnectionState Pulumi.AzureNative.MachineLearningServices.Inputs.PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    ProvisioningState string
    The provisioning state of the private endpoint connection resource.
    SystemData Pulumi.AzureNative.MachineLearningServices.Inputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Identity Pulumi.AzureNative.MachineLearningServices.Inputs.ManagedServiceIdentityResponse
    The identity of the resource.
    Location string
    Specifies the location of the resource.
    PrivateEndpoint Pulumi.AzureNative.MachineLearningServices.Inputs.PrivateEndpointResponse
    The resource of private end point.
    Sku Pulumi.AzureNative.MachineLearningServices.Inputs.SkuResponse
    The sku of the workspace.
    Tags Dictionary<string, string>
    Contains resource tags defined as key/value pairs.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    ProvisioningState string
    The provisioning state of the private endpoint connection resource.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Identity ManagedServiceIdentityResponse
    The identity of the resource.
    Location string
    Specifies the location of the resource.
    PrivateEndpoint PrivateEndpointResponse
    The resource of private end point.
    Sku SkuResponse
    The sku of the workspace.
    Tags map[string]string
    Contains resource tags defined as key/value pairs.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState String
    The provisioning state of the private endpoint connection resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity ManagedServiceIdentityResponse
    The identity of the resource.
    location String
    Specifies the location of the resource.
    privateEndpoint PrivateEndpointResponse
    The resource of private end point.
    sku SkuResponse
    The sku of the workspace.
    tags Map<String,String>
    Contains resource tags defined as key/value pairs.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState string
    The provisioning state of the private endpoint connection resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity ManagedServiceIdentityResponse
    The identity of the resource.
    location string
    Specifies the location of the resource.
    privateEndpoint PrivateEndpointResponse
    The resource of private end point.
    sku SkuResponse
    The sku of the workspace.
    tags {[key: string]: string}
    Contains resource tags defined as key/value pairs.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    private_link_service_connection_state PrivateLinkServiceConnectionStateResponse
    A collection of information about the state of the connection between service consumer and provider.
    provisioning_state str
    The provisioning state of the private endpoint connection resource.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity ManagedServiceIdentityResponse
    The identity of the resource.
    location str
    Specifies the location of the resource.
    private_endpoint PrivateEndpointResponse
    The resource of private end point.
    sku SkuResponse
    The sku of the workspace.
    tags Mapping[str, str]
    Contains resource tags defined as key/value pairs.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    privateLinkServiceConnectionState Property Map
    A collection of information about the state of the connection between service consumer and provider.
    provisioningState String
    The provisioning state of the private endpoint connection resource.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity Property Map
    The identity of the resource.
    location String
    Specifies the location of the resource.
    privateEndpoint Property Map
    The resource of private end point.
    sku Property Map
    The sku of the workspace.
    tags Map<String>
    Contains resource tags defined as key/value pairs.

    PrivateEndpointDestination, PrivateEndpointDestinationArgs

    ServiceResourceId string
    SparkEnabled bool
    SparkStatus string | Pulumi.AzureNative.MachineLearningServices.RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    SubresourceTarget string
    ServiceResourceId string
    SparkEnabled bool
    SparkStatus string | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    SubresourceTarget string
    serviceResourceId String
    sparkEnabled Boolean
    sparkStatus String | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresourceTarget String
    serviceResourceId string
    sparkEnabled boolean
    sparkStatus string | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresourceTarget string
    service_resource_id str
    spark_enabled bool
    spark_status str | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresource_target str
    serviceResourceId String
    sparkEnabled Boolean
    sparkStatus String | "Inactive" | "Active"
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresourceTarget String

    PrivateEndpointDestinationResponse, PrivateEndpointDestinationResponseArgs

    ServiceResourceId string
    SparkEnabled bool
    SparkStatus string
    Type of a managed network Outbound Rule of a machine learning workspace.
    SubresourceTarget string
    ServiceResourceId string
    SparkEnabled bool
    SparkStatus string
    Type of a managed network Outbound Rule of a machine learning workspace.
    SubresourceTarget string
    serviceResourceId String
    sparkEnabled Boolean
    sparkStatus String
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresourceTarget String
    serviceResourceId string
    sparkEnabled boolean
    sparkStatus string
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresourceTarget string
    service_resource_id str
    spark_enabled bool
    spark_status str
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresource_target str
    serviceResourceId String
    sparkEnabled Boolean
    sparkStatus String
    Type of a managed network Outbound Rule of a machine learning workspace.
    subresourceTarget String

    PrivateEndpointOutboundRule, PrivateEndpointOutboundRuleArgs

    Category string | Pulumi.AzureNative.MachineLearningServices.RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination Pulumi.AzureNative.MachineLearningServices.Inputs.PrivateEndpointDestination
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    Status string | Pulumi.AzureNative.MachineLearningServices.RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    Category string | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination PrivateEndpointDestination
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    Status string | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination PrivateEndpointDestination
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    status String | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category string | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination PrivateEndpointDestination
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    status string | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category str | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination PrivateEndpointDestination
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    status str | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String | "Required" | "Recommended" | "UserDefined" | "Dependency"
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination Property Map
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    status String | "Inactive" | "Active"
    Type of a managed network Outbound Rule of a machine learning workspace.

    PrivateEndpointOutboundRuleResponse, PrivateEndpointOutboundRuleResponseArgs

    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination Pulumi.AzureNative.MachineLearningServices.Inputs.PrivateEndpointDestinationResponse
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination PrivateEndpointDestinationResponse
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination PrivateEndpointDestinationResponse
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.
    category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination PrivateEndpointDestinationResponse
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    category str
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination PrivateEndpointDestinationResponse
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    status str
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination Property Map
    Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.

    PrivateEndpointResponse, PrivateEndpointResponseArgs

    Id string
    The ARM identifier for Private Endpoint
    Id string
    The ARM identifier for Private Endpoint
    id String
    The ARM identifier for Private Endpoint
    id string
    The ARM identifier for Private Endpoint
    id str
    The ARM identifier for Private Endpoint
    id String
    The ARM identifier for Private Endpoint

    PrivateEndpointServiceConnectionStatus, PrivateEndpointServiceConnectionStatusArgs

    Pending
    Pending
    Approved
    Approved
    Rejected
    Rejected
    Disconnected
    Disconnected
    Timeout
    Timeout
    PrivateEndpointServiceConnectionStatusPending
    Pending
    PrivateEndpointServiceConnectionStatusApproved
    Approved
    PrivateEndpointServiceConnectionStatusRejected
    Rejected
    PrivateEndpointServiceConnectionStatusDisconnected
    Disconnected
    PrivateEndpointServiceConnectionStatusTimeout
    Timeout
    Pending
    Pending
    Approved
    Approved
    Rejected
    Rejected
    Disconnected
    Disconnected
    Timeout
    Timeout
    Pending
    Pending
    Approved
    Approved
    Rejected
    Rejected
    Disconnected
    Disconnected
    Timeout
    Timeout
    PENDING
    Pending
    APPROVED
    Approved
    REJECTED
    Rejected
    DISCONNECTED
    Disconnected
    TIMEOUT
    Timeout
    "Pending"
    Pending
    "Approved"
    Approved
    "Rejected"
    Rejected
    "Disconnected"
    Disconnected
    "Timeout"
    Timeout

    PrivateLinkServiceConnectionStateResponse, PrivateLinkServiceConnectionStateResponseArgs

    ActionsRequired string
    A message indicating if changes on the service provider require any updates on the consumer.
    Description string
    The reason for approval/rejection of the connection.
    Status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    ActionsRequired string
    A message indicating if changes on the service provider require any updates on the consumer.
    Description string
    The reason for approval/rejection of the connection.
    Status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actionsRequired String
    A message indicating if changes on the service provider require any updates on the consumer.
    description String
    The reason for approval/rejection of the connection.
    status String
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actionsRequired string
    A message indicating if changes on the service provider require any updates on the consumer.
    description string
    The reason for approval/rejection of the connection.
    status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actions_required str
    A message indicating if changes on the service provider require any updates on the consumer.
    description str
    The reason for approval/rejection of the connection.
    status str
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    actionsRequired String
    A message indicating if changes on the service provider require any updates on the consumer.
    description String
    The reason for approval/rejection of the connection.
    status String
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

    PublicNetworkAccess, PublicNetworkAccessArgs

    Enabled
    Enabled
    Disabled
    Disabled
    PublicNetworkAccessEnabled
    Enabled
    PublicNetworkAccessDisabled
    Disabled
    Enabled
    Enabled
    Disabled
    Disabled
    Enabled
    Enabled
    Disabled
    Disabled
    ENABLED
    Enabled
    DISABLED
    Disabled
    "Enabled"
    Enabled
    "Disabled"
    Disabled

    RuleAction, RuleActionArgs

    Allow
    Allow
    Deny
    Deny
    RuleActionAllow
    Allow
    RuleActionDeny
    Deny
    Allow
    Allow
    Deny
    Deny
    Allow
    Allow
    Deny
    Deny
    ALLOW
    Allow
    DENY
    Deny
    "Allow"
    Allow
    "Deny"
    Deny

    RuleCategory, RuleCategoryArgs

    Required
    Required
    Recommended
    Recommended
    UserDefined
    UserDefined
    Dependency
    Dependency
    RuleCategoryRequired
    Required
    RuleCategoryRecommended
    Recommended
    RuleCategoryUserDefined
    UserDefined
    RuleCategoryDependency
    Dependency
    Required
    Required
    Recommended
    Recommended
    UserDefined
    UserDefined
    Dependency
    Dependency
    Required
    Required
    Recommended
    Recommended
    UserDefined
    UserDefined
    Dependency
    Dependency
    REQUIRED
    Required
    RECOMMENDED
    Recommended
    USER_DEFINED
    UserDefined
    DEPENDENCY
    Dependency
    "Required"
    Required
    "Recommended"
    Recommended
    "UserDefined"
    UserDefined
    "Dependency"
    Dependency

    RuleStatus, RuleStatusArgs

    Inactive
    Inactive
    Active
    Active
    RuleStatusInactive
    Inactive
    RuleStatusActive
    Active
    Inactive
    Inactive
    Active
    Active
    Inactive
    Inactive
    Active
    Active
    INACTIVE
    Inactive
    ACTIVE
    Active
    "Inactive"
    Inactive
    "Active"
    Active

    ServerlessComputeSettings, ServerlessComputeSettingsArgs

    ServerlessComputeCustomSubnet string
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    ServerlessComputeNoPublicIP bool
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    ServerlessComputeCustomSubnet string
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    ServerlessComputeNoPublicIP bool
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverlessComputeCustomSubnet String
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverlessComputeNoPublicIP Boolean
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverlessComputeCustomSubnet string
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverlessComputeNoPublicIP boolean
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverless_compute_custom_subnet str
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverless_compute_no_public_ip bool
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverlessComputeCustomSubnet String
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverlessComputeNoPublicIP Boolean
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint

    ServerlessComputeSettingsResponse, ServerlessComputeSettingsResponseArgs

    ServerlessComputeCustomSubnet string
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    ServerlessComputeNoPublicIP bool
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    ServerlessComputeCustomSubnet string
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    ServerlessComputeNoPublicIP bool
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverlessComputeCustomSubnet String
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverlessComputeNoPublicIP Boolean
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverlessComputeCustomSubnet string
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverlessComputeNoPublicIP boolean
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverless_compute_custom_subnet str
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverless_compute_no_public_ip bool
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint
    serverlessComputeCustomSubnet String
    The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed
    serverlessComputeNoPublicIP Boolean
    The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint

    ServiceManagedResourcesSettings, ServiceManagedResourcesSettingsArgs

    CosmosDb Pulumi.AzureNative.MachineLearningServices.Inputs.CosmosDbSettings
    The settings for the service managed cosmosdb account.
    CosmosDb CosmosDbSettings
    The settings for the service managed cosmosdb account.
    cosmosDb CosmosDbSettings
    The settings for the service managed cosmosdb account.
    cosmosDb CosmosDbSettings
    The settings for the service managed cosmosdb account.
    cosmos_db CosmosDbSettings
    The settings for the service managed cosmosdb account.
    cosmosDb Property Map
    The settings for the service managed cosmosdb account.

    ServiceManagedResourcesSettingsResponse, ServiceManagedResourcesSettingsResponseArgs

    CosmosDb Pulumi.AzureNative.MachineLearningServices.Inputs.CosmosDbSettingsResponse
    The settings for the service managed cosmosdb account.
    CosmosDb CosmosDbSettingsResponse
    The settings for the service managed cosmosdb account.
    cosmosDb CosmosDbSettingsResponse
    The settings for the service managed cosmosdb account.
    cosmosDb CosmosDbSettingsResponse
    The settings for the service managed cosmosdb account.
    cosmos_db CosmosDbSettingsResponse
    The settings for the service managed cosmosdb account.
    cosmosDb Property Map
    The settings for the service managed cosmosdb account.

    ServiceTagDestination, ServiceTagDestinationArgs

    Action string | Pulumi.AzureNative.MachineLearningServices.RuleAction
    The action enum for networking rule.
    PortRanges string
    Protocol string
    ServiceTag string
    Action string | RuleAction
    The action enum for networking rule.
    PortRanges string
    Protocol string
    ServiceTag string
    action String | RuleAction
    The action enum for networking rule.
    portRanges String
    protocol String
    serviceTag String
    action string | RuleAction
    The action enum for networking rule.
    portRanges string
    protocol string
    serviceTag string
    action str | RuleAction
    The action enum for networking rule.
    port_ranges str
    protocol str
    service_tag str
    action String | "Allow" | "Deny"
    The action enum for networking rule.
    portRanges String
    protocol String
    serviceTag String

    ServiceTagDestinationResponse, ServiceTagDestinationResponseArgs

    AddressPrefixes List<string>
    Optional, if provided, the ServiceTag property will be ignored.
    Action string
    The action enum for networking rule.
    PortRanges string
    Protocol string
    ServiceTag string
    AddressPrefixes []string
    Optional, if provided, the ServiceTag property will be ignored.
    Action string
    The action enum for networking rule.
    PortRanges string
    Protocol string
    ServiceTag string
    addressPrefixes List<String>
    Optional, if provided, the ServiceTag property will be ignored.
    action String
    The action enum for networking rule.
    portRanges String
    protocol String
    serviceTag String
    addressPrefixes string[]
    Optional, if provided, the ServiceTag property will be ignored.
    action string
    The action enum for networking rule.
    portRanges string
    protocol string
    serviceTag string
    address_prefixes Sequence[str]
    Optional, if provided, the ServiceTag property will be ignored.
    action str
    The action enum for networking rule.
    port_ranges str
    protocol str
    service_tag str
    addressPrefixes List<String>
    Optional, if provided, the ServiceTag property will be ignored.
    action String
    The action enum for networking rule.
    portRanges String
    protocol String
    serviceTag String

    ServiceTagOutboundRule, ServiceTagOutboundRuleArgs

    Category string | Pulumi.AzureNative.MachineLearningServices.RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination Pulumi.AzureNative.MachineLearningServices.Inputs.ServiceTagDestination
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    Status string | Pulumi.AzureNative.MachineLearningServices.RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    Category string | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination ServiceTagDestination
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    Status string | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination ServiceTagDestination
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status String | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category string | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination ServiceTagDestination
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status string | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category str | RuleCategory
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination ServiceTagDestination
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status str | RuleStatus
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String | "Required" | "Recommended" | "UserDefined" | "Dependency"
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination Property Map
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status String | "Inactive" | "Active"
    Type of a managed network Outbound Rule of a machine learning workspace.

    ServiceTagOutboundRuleResponse, ServiceTagOutboundRuleResponseArgs

    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination Pulumi.AzureNative.MachineLearningServices.Inputs.ServiceTagDestinationResponse
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    Category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    Destination ServiceTagDestinationResponse
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    Status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination ServiceTagDestinationResponse
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.
    category string
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination ServiceTagDestinationResponse
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status string
    Type of a managed network Outbound Rule of a machine learning workspace.
    category str
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination ServiceTagDestinationResponse
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status str
    Type of a managed network Outbound Rule of a machine learning workspace.
    category String
    Category of a managed network Outbound Rule of a machine learning workspace.
    destination Property Map
    Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
    status String
    Type of a managed network Outbound Rule of a machine learning workspace.

    SharedPrivateLinkResource, SharedPrivateLinkResourceArgs

    GroupId string
    The private link resource group id.
    Name string
    Unique name of the private link.
    PrivateLinkResourceId string
    The resource id that private link links to.
    RequestMessage string
    Request message.
    Status string | Pulumi.AzureNative.MachineLearningServices.PrivateEndpointServiceConnectionStatus
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    GroupId string
    The private link resource group id.
    Name string
    Unique name of the private link.
    PrivateLinkResourceId string
    The resource id that private link links to.
    RequestMessage string
    Request message.
    Status string | PrivateEndpointServiceConnectionStatus
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    groupId String
    The private link resource group id.
    name String
    Unique name of the private link.
    privateLinkResourceId String
    The resource id that private link links to.
    requestMessage String
    Request message.
    status String | PrivateEndpointServiceConnectionStatus
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    groupId string
    The private link resource group id.
    name string
    Unique name of the private link.
    privateLinkResourceId string
    The resource id that private link links to.
    requestMessage string
    Request message.
    status string | PrivateEndpointServiceConnectionStatus
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    group_id str
    The private link resource group id.
    name str
    Unique name of the private link.
    private_link_resource_id str
    The resource id that private link links to.
    request_message str
    Request message.
    status str | PrivateEndpointServiceConnectionStatus
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    groupId String
    The private link resource group id.
    name String
    Unique name of the private link.
    privateLinkResourceId String
    The resource id that private link links to.
    requestMessage String
    Request message.
    status String | "Pending" | "Approved" | "Rejected" | "Disconnected" | "Timeout"
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

    SharedPrivateLinkResourceResponse, SharedPrivateLinkResourceResponseArgs

    GroupId string
    The private link resource group id.
    Name string
    Unique name of the private link.
    PrivateLinkResourceId string
    The resource id that private link links to.
    RequestMessage string
    Request message.
    Status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    GroupId string
    The private link resource group id.
    Name string
    Unique name of the private link.
    PrivateLinkResourceId string
    The resource id that private link links to.
    RequestMessage string
    Request message.
    Status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    groupId String
    The private link resource group id.
    name String
    Unique name of the private link.
    privateLinkResourceId String
    The resource id that private link links to.
    requestMessage String
    Request message.
    status String
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    groupId string
    The private link resource group id.
    name string
    Unique name of the private link.
    privateLinkResourceId string
    The resource id that private link links to.
    requestMessage string
    Request message.
    status string
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    group_id str
    The private link resource group id.
    name str
    Unique name of the private link.
    private_link_resource_id str
    The resource id that private link links to.
    request_message str
    Request message.
    status str
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
    groupId String
    The private link resource group id.
    name String
    Unique name of the private link.
    privateLinkResourceId String
    The resource id that private link links to.
    requestMessage String
    Request message.
    status String
    Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

    Sku, SkuArgs

    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier Pulumi.AzureNative.MachineLearningServices.SkuTier
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier SkuTier
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Integer
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier SkuTier
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier SkuTier
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name str
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family str
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size str
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier SkuTier
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier "Free" | "Basic" | "Standard" | "Premium"
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

    SkuResponse, SkuResponseArgs

    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Integer
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name str
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family str
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size str
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier str
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

    SkuTier, SkuTierArgs

    Free
    Free
    Basic
    Basic
    Standard
    Standard
    Premium
    Premium
    SkuTierFree
    Free
    SkuTierBasic
    Basic
    SkuTierStandard
    Standard
    SkuTierPremium
    Premium
    Free
    Free
    Basic
    Basic
    Standard
    Standard
    Premium
    Premium
    Free
    Free
    Basic
    Basic
    Standard
    Standard
    Premium
    Premium
    FREE
    Free
    BASIC
    Basic
    STANDARD
    Standard
    PREMIUM
    Premium
    "Free"
    Free
    "Basic"
    Basic
    "Standard"
    Standard
    "Premium"
    Premium

    SystemDataResponse, SystemDataResponseArgs

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    TenantId string
    The tenant ID of the user assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    TenantId string
    The tenant ID of the user assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    tenantId String
    The tenant ID of the user assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    tenantId string
    The tenant ID of the user assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    tenant_id str
    The tenant ID of the user assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    tenantId String
    The tenant ID of the user assigned identity.

    WorkspaceHubConfig, WorkspaceHubConfigArgs

    WorkspaceHubConfigResponse, WorkspaceHubConfigResponseArgs

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi