azure-native.machinelearningservices.MachineLearningDatastore
Explore with Pulumi AI
Machine Learning datastore object wrapped into ARM resource envelope. API Version: 2020-05-01-preview.
Example Usage
Create ADLS Datastore
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var machineLearningDatastore = new AzureNative.MachineLearningServices.MachineLearningDatastore("machineLearningDatastore", new()
{
ClientId = "233d7008-b157-4354-88d1-ba191f06a900",
ClientSecret = "vdvgdvdvdv",
DataStoreType = "adls",
DatastoreName = "adlsDatastore",
ResourceGroupName = "acjain-mleastUS2",
StoreName = "stanley",
TenantId = "72f988bf-86f1-41af-91ab-2d7cd011db47",
WorkspaceName = "acjain-mleastUS2",
});
});
package main
import (
machinelearningservices "github.com/pulumi/pulumi-azure-native-sdk/machinelearningservices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := machinelearningservices.NewMachineLearningDatastore(ctx, "machineLearningDatastore", &machinelearningservices.MachineLearningDatastoreArgs{
ClientId: pulumi.String("233d7008-b157-4354-88d1-ba191f06a900"),
ClientSecret: pulumi.String("vdvgdvdvdv"),
DataStoreType: pulumi.String("adls"),
DatastoreName: pulumi.String("adlsDatastore"),
ResourceGroupName: pulumi.String("acjain-mleastUS2"),
StoreName: pulumi.String("stanley"),
TenantId: pulumi.String("72f988bf-86f1-41af-91ab-2d7cd011db47"),
WorkspaceName: pulumi.String("acjain-mleastUS2"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastore;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastoreArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var machineLearningDatastore = new MachineLearningDatastore("machineLearningDatastore", MachineLearningDatastoreArgs.builder()
.clientId("233d7008-b157-4354-88d1-ba191f06a900")
.clientSecret("vdvgdvdvdv")
.dataStoreType("adls")
.datastoreName("adlsDatastore")
.resourceGroupName("acjain-mleastUS2")
.storeName("stanley")
.tenantId("72f988bf-86f1-41af-91ab-2d7cd011db47")
.workspaceName("acjain-mleastUS2")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
machine_learning_datastore = azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore",
client_id="233d7008-b157-4354-88d1-ba191f06a900",
client_secret="vdvgdvdvdv",
data_store_type="adls",
datastore_name="adlsDatastore",
resource_group_name="acjain-mleastUS2",
store_name="stanley",
tenant_id="72f988bf-86f1-41af-91ab-2d7cd011db47",
workspace_name="acjain-mleastUS2")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const machineLearningDatastore = new azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore", {
clientId: "233d7008-b157-4354-88d1-ba191f06a900",
clientSecret: "vdvgdvdvdv",
dataStoreType: "adls",
datastoreName: "adlsDatastore",
resourceGroupName: "acjain-mleastUS2",
storeName: "stanley",
tenantId: "72f988bf-86f1-41af-91ab-2d7cd011db47",
workspaceName: "acjain-mleastUS2",
});
resources:
machineLearningDatastore:
type: azure-native:machinelearningservices:MachineLearningDatastore
properties:
clientId: 233d7008-b157-4354-88d1-ba191f06a900
clientSecret: vdvgdvdvdv
dataStoreType: adls
datastoreName: adlsDatastore
resourceGroupName: acjain-mleastUS2
storeName: stanley
tenantId: 72f988bf-86f1-41af-91ab-2d7cd011db47
workspaceName: acjain-mleastUS2
Create ADLS Gen2 Datastore
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var machineLearningDatastore = new AzureNative.MachineLearningServices.MachineLearningDatastore("machineLearningDatastore", new()
{
AccountName = "nicksadlsgen2storage",
ClientId = "233d7008-b157-4354-88d1-ba191f06a900",
ClientSecret = "vdegbvedgeg",
DataStoreType = "adls-gen2",
DatastoreName = "adlsgen2Datastore",
FileSystem = "testfs1",
ResourceGroupName = "acjain-mleastUS2",
TenantId = "72f988bf-86f1-41af-91ab-2d7cd011db47",
WorkspaceName = "acjain-mleastUS2",
});
});
package main
import (
machinelearningservices "github.com/pulumi/pulumi-azure-native-sdk/machinelearningservices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := machinelearningservices.NewMachineLearningDatastore(ctx, "machineLearningDatastore", &machinelearningservices.MachineLearningDatastoreArgs{
AccountName: pulumi.String("nicksadlsgen2storage"),
ClientId: pulumi.String("233d7008-b157-4354-88d1-ba191f06a900"),
ClientSecret: pulumi.String("vdegbvedgeg"),
DataStoreType: pulumi.String("adls-gen2"),
DatastoreName: pulumi.String("adlsgen2Datastore"),
FileSystem: pulumi.String("testfs1"),
ResourceGroupName: pulumi.String("acjain-mleastUS2"),
TenantId: pulumi.String("72f988bf-86f1-41af-91ab-2d7cd011db47"),
WorkspaceName: pulumi.String("acjain-mleastUS2"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastore;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastoreArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var machineLearningDatastore = new MachineLearningDatastore("machineLearningDatastore", MachineLearningDatastoreArgs.builder()
.accountName("nicksadlsgen2storage")
.clientId("233d7008-b157-4354-88d1-ba191f06a900")
.clientSecret("vdegbvedgeg")
.dataStoreType("adls-gen2")
.datastoreName("adlsgen2Datastore")
.fileSystem("testfs1")
.resourceGroupName("acjain-mleastUS2")
.tenantId("72f988bf-86f1-41af-91ab-2d7cd011db47")
.workspaceName("acjain-mleastUS2")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
machine_learning_datastore = azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore",
account_name="nicksadlsgen2storage",
client_id="233d7008-b157-4354-88d1-ba191f06a900",
client_secret="vdegbvedgeg",
data_store_type="adls-gen2",
datastore_name="adlsgen2Datastore",
file_system="testfs1",
resource_group_name="acjain-mleastUS2",
tenant_id="72f988bf-86f1-41af-91ab-2d7cd011db47",
workspace_name="acjain-mleastUS2")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const machineLearningDatastore = new azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore", {
accountName: "nicksadlsgen2storage",
clientId: "233d7008-b157-4354-88d1-ba191f06a900",
clientSecret: "vdegbvedgeg",
dataStoreType: "adls-gen2",
datastoreName: "adlsgen2Datastore",
fileSystem: "testfs1",
resourceGroupName: "acjain-mleastUS2",
tenantId: "72f988bf-86f1-41af-91ab-2d7cd011db47",
workspaceName: "acjain-mleastUS2",
});
resources:
machineLearningDatastore:
type: azure-native:machinelearningservices:MachineLearningDatastore
properties:
accountName: nicksadlsgen2storage
clientId: 233d7008-b157-4354-88d1-ba191f06a900
clientSecret: vdegbvedgeg
dataStoreType: adls-gen2
datastoreName: adlsgen2Datastore
fileSystem: testfs1
resourceGroupName: acjain-mleastUS2
tenantId: 72f988bf-86f1-41af-91ab-2d7cd011db47
workspaceName: acjain-mleastUS2
Create Blob Datastore
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var machineLearningDatastore = new AzureNative.MachineLearningServices.MachineLearningDatastore("machineLearningDatastore", new()
{
AccountKey = "wddrfewfewsgewgrrwegwreg",
AccountName = "acjainmleastus9484093746",
ContainerName = "azureml-blobstore-5da947c5-53aa-41a5-bb2b-074074e73b7",
DataStoreType = "blob",
DatastoreName = "blobDatastore",
ResourceGroupName = "acjain-mleastUS2",
WorkspaceName = "acjain-mleastUS2",
});
});
package main
import (
machinelearningservices "github.com/pulumi/pulumi-azure-native-sdk/machinelearningservices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := machinelearningservices.NewMachineLearningDatastore(ctx, "machineLearningDatastore", &machinelearningservices.MachineLearningDatastoreArgs{
AccountKey: pulumi.String("wddrfewfewsgewgrrwegwreg"),
AccountName: pulumi.String("acjainmleastus9484093746"),
ContainerName: pulumi.String("azureml-blobstore-5da947c5-53aa-41a5-bb2b-074074e73b7"),
DataStoreType: pulumi.String("blob"),
DatastoreName: pulumi.String("blobDatastore"),
ResourceGroupName: pulumi.String("acjain-mleastUS2"),
WorkspaceName: pulumi.String("acjain-mleastUS2"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastore;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastoreArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var machineLearningDatastore = new MachineLearningDatastore("machineLearningDatastore", MachineLearningDatastoreArgs.builder()
.accountKey("wddrfewfewsgewgrrwegwreg")
.accountName("acjainmleastus9484093746")
.containerName("azureml-blobstore-5da947c5-53aa-41a5-bb2b-074074e73b7")
.dataStoreType("blob")
.datastoreName("blobDatastore")
.resourceGroupName("acjain-mleastUS2")
.workspaceName("acjain-mleastUS2")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
machine_learning_datastore = azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore",
account_key="wddrfewfewsgewgrrwegwreg",
account_name="acjainmleastus9484093746",
container_name="azureml-blobstore-5da947c5-53aa-41a5-bb2b-074074e73b7",
data_store_type="blob",
datastore_name="blobDatastore",
resource_group_name="acjain-mleastUS2",
workspace_name="acjain-mleastUS2")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const machineLearningDatastore = new azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore", {
accountKey: "wddrfewfewsgewgrrwegwreg",
accountName: "acjainmleastus9484093746",
containerName: "azureml-blobstore-5da947c5-53aa-41a5-bb2b-074074e73b7",
dataStoreType: "blob",
datastoreName: "blobDatastore",
resourceGroupName: "acjain-mleastUS2",
workspaceName: "acjain-mleastUS2",
});
resources:
machineLearningDatastore:
type: azure-native:machinelearningservices:MachineLearningDatastore
properties:
accountKey: wddrfewfewsgewgrrwegwreg
accountName: acjainmleastus9484093746
containerName: azureml-blobstore-5da947c5-53aa-41a5-bb2b-074074e73b7
dataStoreType: blob
datastoreName: blobDatastore
resourceGroupName: acjain-mleastUS2
workspaceName: acjain-mleastUS2
Create Databricks File System Datastore
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var machineLearningDatastore = new AzureNative.MachineLearningServices.MachineLearningDatastore("machineLearningDatastore", new()
{
DataStoreType = "dbfs",
DatastoreName = "blobDatastore",
ResourceGroupName = "acjain-mleastUS2",
WorkspaceName = "acjain-mleastUS2",
});
});
package main
import (
machinelearningservices "github.com/pulumi/pulumi-azure-native-sdk/machinelearningservices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := machinelearningservices.NewMachineLearningDatastore(ctx, "machineLearningDatastore", &machinelearningservices.MachineLearningDatastoreArgs{
DataStoreType: pulumi.String("dbfs"),
DatastoreName: pulumi.String("blobDatastore"),
ResourceGroupName: pulumi.String("acjain-mleastUS2"),
WorkspaceName: pulumi.String("acjain-mleastUS2"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastore;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastoreArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var machineLearningDatastore = new MachineLearningDatastore("machineLearningDatastore", MachineLearningDatastoreArgs.builder()
.dataStoreType("dbfs")
.datastoreName("blobDatastore")
.resourceGroupName("acjain-mleastUS2")
.workspaceName("acjain-mleastUS2")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
machine_learning_datastore = azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore",
data_store_type="dbfs",
datastore_name="blobDatastore",
resource_group_name="acjain-mleastUS2",
workspace_name="acjain-mleastUS2")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const machineLearningDatastore = new azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore", {
dataStoreType: "dbfs",
datastoreName: "blobDatastore",
resourceGroupName: "acjain-mleastUS2",
workspaceName: "acjain-mleastUS2",
});
resources:
machineLearningDatastore:
type: azure-native:machinelearningservices:MachineLearningDatastore
properties:
dataStoreType: dbfs
datastoreName: blobDatastore
resourceGroupName: acjain-mleastUS2
workspaceName: acjain-mleastUS2
Create File Datastore
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var machineLearningDatastore = new AzureNative.MachineLearningServices.MachineLearningDatastore("machineLearningDatastore", new()
{
AccountKey = "wddrfewfewsgewgrrwegwreg",
AccountName = "acjainmleastus9484093746",
DataStoreType = "file",
DatastoreName = "fileDatastore",
ResourceGroupName = "acjain-mleastUS2",
ShareName = "azureml-filestore-5da947c5-53aa-41a5-bb2b-074074e73b76",
WorkspaceName = "acjain-mleastUS2",
});
});
package main
import (
machinelearningservices "github.com/pulumi/pulumi-azure-native-sdk/machinelearningservices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := machinelearningservices.NewMachineLearningDatastore(ctx, "machineLearningDatastore", &machinelearningservices.MachineLearningDatastoreArgs{
AccountKey: pulumi.String("wddrfewfewsgewgrrwegwreg"),
AccountName: pulumi.String("acjainmleastus9484093746"),
DataStoreType: pulumi.String("file"),
DatastoreName: pulumi.String("fileDatastore"),
ResourceGroupName: pulumi.String("acjain-mleastUS2"),
ShareName: pulumi.String("azureml-filestore-5da947c5-53aa-41a5-bb2b-074074e73b76"),
WorkspaceName: pulumi.String("acjain-mleastUS2"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastore;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastoreArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var machineLearningDatastore = new MachineLearningDatastore("machineLearningDatastore", MachineLearningDatastoreArgs.builder()
.accountKey("wddrfewfewsgewgrrwegwreg")
.accountName("acjainmleastus9484093746")
.dataStoreType("file")
.datastoreName("fileDatastore")
.resourceGroupName("acjain-mleastUS2")
.shareName("azureml-filestore-5da947c5-53aa-41a5-bb2b-074074e73b76")
.workspaceName("acjain-mleastUS2")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
machine_learning_datastore = azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore",
account_key="wddrfewfewsgewgrrwegwreg",
account_name="acjainmleastus9484093746",
data_store_type="file",
datastore_name="fileDatastore",
resource_group_name="acjain-mleastUS2",
share_name="azureml-filestore-5da947c5-53aa-41a5-bb2b-074074e73b76",
workspace_name="acjain-mleastUS2")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const machineLearningDatastore = new azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore", {
accountKey: "wddrfewfewsgewgrrwegwreg",
accountName: "acjainmleastus9484093746",
dataStoreType: "file",
datastoreName: "fileDatastore",
resourceGroupName: "acjain-mleastUS2",
shareName: "azureml-filestore-5da947c5-53aa-41a5-bb2b-074074e73b76",
workspaceName: "acjain-mleastUS2",
});
resources:
machineLearningDatastore:
type: azure-native:machinelearningservices:MachineLearningDatastore
properties:
accountKey: wddrfewfewsgewgrrwegwreg
accountName: acjainmleastus9484093746
dataStoreType: file
datastoreName: fileDatastore
resourceGroupName: acjain-mleastUS2
shareName: azureml-filestore-5da947c5-53aa-41a5-bb2b-074074e73b76
workspaceName: acjain-mleastUS2
Create MySQL Datastore
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var machineLearningDatastore = new AzureNative.MachineLearningServices.MachineLearningDatastore("machineLearningDatastore", new()
{
DataStoreType = "mysqldb",
DatabaseName = "dataset",
DatastoreName = "mySqlDatastore",
Password = "<password>",
ResourceGroupName = "acjain-mleastUS2",
ServerName = "dataset-mysql-srv",
UserId = "demo_user@dataset-mysql-srv",
WorkspaceName = "acjain-mleastUS2",
});
});
package main
import (
machinelearningservices "github.com/pulumi/pulumi-azure-native-sdk/machinelearningservices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := machinelearningservices.NewMachineLearningDatastore(ctx, "machineLearningDatastore", &machinelearningservices.MachineLearningDatastoreArgs{
DataStoreType: pulumi.String("mysqldb"),
DatabaseName: pulumi.String("dataset"),
DatastoreName: pulumi.String("mySqlDatastore"),
Password: pulumi.String("<password>"),
ResourceGroupName: pulumi.String("acjain-mleastUS2"),
ServerName: pulumi.String("dataset-mysql-srv"),
UserId: pulumi.String("demo_user@dataset-mysql-srv"),
WorkspaceName: pulumi.String("acjain-mleastUS2"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastore;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastoreArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var machineLearningDatastore = new MachineLearningDatastore("machineLearningDatastore", MachineLearningDatastoreArgs.builder()
.dataStoreType("mysqldb")
.databaseName("dataset")
.datastoreName("mySqlDatastore")
.password("<password>")
.resourceGroupName("acjain-mleastUS2")
.serverName("dataset-mysql-srv")
.userId("demo_user@dataset-mysql-srv")
.workspaceName("acjain-mleastUS2")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
machine_learning_datastore = azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore",
data_store_type="mysqldb",
database_name="dataset",
datastore_name="mySqlDatastore",
password="<password>",
resource_group_name="acjain-mleastUS2",
server_name="dataset-mysql-srv",
user_id="demo_user@dataset-mysql-srv",
workspace_name="acjain-mleastUS2")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const machineLearningDatastore = new azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore", {
dataStoreType: "mysqldb",
databaseName: "dataset",
datastoreName: "mySqlDatastore",
password: "<password>",
resourceGroupName: "acjain-mleastUS2",
serverName: "dataset-mysql-srv",
userId: "demo_user@dataset-mysql-srv",
workspaceName: "acjain-mleastUS2",
});
resources:
machineLearningDatastore:
type: azure-native:machinelearningservices:MachineLearningDatastore
properties:
dataStoreType: mysqldb
databaseName: dataset
datastoreName: mySqlDatastore
password: <password>
resourceGroupName: acjain-mleastUS2
serverName: dataset-mysql-srv
userId: demo_user@dataset-mysql-srv
workspaceName: acjain-mleastUS2
Create PostgreSQL Datastore
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var machineLearningDatastore = new AzureNative.MachineLearningServices.MachineLearningDatastore("machineLearningDatastore", new()
{
DataStoreType = "psqldb",
DatabaseName = "dataset",
DatastoreName = "postgreSqlDatastore",
Password = "<password>",
ResourceGroupName = "acjain-mleastUS2",
ServerName = "dataset-pgsql-srv",
UserId = "demo_user@dataset-pgsql-srv",
WorkspaceName = "acjain-mleastUS2",
});
});
package main
import (
machinelearningservices "github.com/pulumi/pulumi-azure-native-sdk/machinelearningservices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := machinelearningservices.NewMachineLearningDatastore(ctx, "machineLearningDatastore", &machinelearningservices.MachineLearningDatastoreArgs{
DataStoreType: pulumi.String("psqldb"),
DatabaseName: pulumi.String("dataset"),
DatastoreName: pulumi.String("postgreSqlDatastore"),
Password: pulumi.String("<password>"),
ResourceGroupName: pulumi.String("acjain-mleastUS2"),
ServerName: pulumi.String("dataset-pgsql-srv"),
UserId: pulumi.String("demo_user@dataset-pgsql-srv"),
WorkspaceName: pulumi.String("acjain-mleastUS2"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastore;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastoreArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var machineLearningDatastore = new MachineLearningDatastore("machineLearningDatastore", MachineLearningDatastoreArgs.builder()
.dataStoreType("psqldb")
.databaseName("dataset")
.datastoreName("postgreSqlDatastore")
.password("<password>")
.resourceGroupName("acjain-mleastUS2")
.serverName("dataset-pgsql-srv")
.userId("demo_user@dataset-pgsql-srv")
.workspaceName("acjain-mleastUS2")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
machine_learning_datastore = azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore",
data_store_type="psqldb",
database_name="dataset",
datastore_name="postgreSqlDatastore",
password="<password>",
resource_group_name="acjain-mleastUS2",
server_name="dataset-pgsql-srv",
user_id="demo_user@dataset-pgsql-srv",
workspace_name="acjain-mleastUS2")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const machineLearningDatastore = new azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore", {
dataStoreType: "psqldb",
databaseName: "dataset",
datastoreName: "postgreSqlDatastore",
password: "<password>",
resourceGroupName: "acjain-mleastUS2",
serverName: "dataset-pgsql-srv",
userId: "demo_user@dataset-pgsql-srv",
workspaceName: "acjain-mleastUS2",
});
resources:
machineLearningDatastore:
type: azure-native:machinelearningservices:MachineLearningDatastore
properties:
dataStoreType: psqldb
databaseName: dataset
datastoreName: postgreSqlDatastore
password: <password>
resourceGroupName: acjain-mleastUS2
serverName: dataset-pgsql-srv
userId: demo_user@dataset-pgsql-srv
workspaceName: acjain-mleastUS2
Create SQL Datastore
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var machineLearningDatastore = new AzureNative.MachineLearningServices.MachineLearningDatastore("machineLearningDatastore", new()
{
DataStoreType = "sqldb",
DatabaseName = "dataset",
DatastoreName = "sqlDatastore",
Password = "<password>",
ResourceGroupName = "acjain-mleastUS2",
ServerName = "dataset-azsql-srv",
UserName = "demo_user",
WorkspaceName = "acjain-mleastUS2",
});
});
package main
import (
machinelearningservices "github.com/pulumi/pulumi-azure-native-sdk/machinelearningservices"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := machinelearningservices.NewMachineLearningDatastore(ctx, "machineLearningDatastore", &machinelearningservices.MachineLearningDatastoreArgs{
DataStoreType: pulumi.String("sqldb"),
DatabaseName: pulumi.String("dataset"),
DatastoreName: pulumi.String("sqlDatastore"),
Password: pulumi.String("<password>"),
ResourceGroupName: pulumi.String("acjain-mleastUS2"),
ServerName: pulumi.String("dataset-azsql-srv"),
UserName: pulumi.String("demo_user"),
WorkspaceName: pulumi.String("acjain-mleastUS2"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastore;
import com.pulumi.azurenative.machinelearningservices.MachineLearningDatastoreArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var machineLearningDatastore = new MachineLearningDatastore("machineLearningDatastore", MachineLearningDatastoreArgs.builder()
.dataStoreType("sqldb")
.databaseName("dataset")
.datastoreName("sqlDatastore")
.password("<password>")
.resourceGroupName("acjain-mleastUS2")
.serverName("dataset-azsql-srv")
.userName("demo_user")
.workspaceName("acjain-mleastUS2")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
machine_learning_datastore = azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore",
data_store_type="sqldb",
database_name="dataset",
datastore_name="sqlDatastore",
password="<password>",
resource_group_name="acjain-mleastUS2",
server_name="dataset-azsql-srv",
user_name="demo_user",
workspace_name="acjain-mleastUS2")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const machineLearningDatastore = new azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastore", {
dataStoreType: "sqldb",
databaseName: "dataset",
datastoreName: "sqlDatastore",
password: "<password>",
resourceGroupName: "acjain-mleastUS2",
serverName: "dataset-azsql-srv",
userName: "demo_user",
workspaceName: "acjain-mleastUS2",
});
resources:
machineLearningDatastore:
type: azure-native:machinelearningservices:MachineLearningDatastore
properties:
dataStoreType: sqldb
databaseName: dataset
datastoreName: sqlDatastore
password: <password>
resourceGroupName: acjain-mleastUS2
serverName: dataset-azsql-srv
userName: demo_user
workspaceName: acjain-mleastUS2
Create MachineLearningDatastore Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MachineLearningDatastore(name: string, args: MachineLearningDatastoreArgs, opts?: CustomResourceOptions);
@overload
def MachineLearningDatastore(resource_name: str,
args: MachineLearningDatastoreArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MachineLearningDatastore(resource_name: str,
opts: Optional[ResourceOptions] = None,
data_store_type: Optional[Union[str, DatastoreTypeArm]] = None,
workspace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
name: Optional[str] = None,
workspace_system_assigned_identity: Optional[bool] = None,
password: Optional[str] = None,
client_secret: Optional[str] = None,
container_name: Optional[str] = None,
adls_subscription_id: Optional[str] = None,
database_name: Optional[str] = None,
datastore_name: Optional[str] = None,
description: Optional[str] = None,
endpoint: Optional[str] = None,
enforce_ssl: Optional[bool] = None,
file_system: Optional[str] = None,
include_secret: Optional[bool] = None,
account_key: Optional[str] = None,
client_id: Optional[str] = None,
protocol: Optional[str] = None,
authority_url: Optional[str] = None,
adls_resource_group: Optional[str] = None,
resource_url: Optional[str] = None,
sas_token: Optional[str] = None,
server_name: Optional[str] = None,
share_name: Optional[str] = None,
skip_validation: Optional[bool] = None,
storage_account_resource_group: Optional[str] = None,
storage_account_subscription_id: Optional[str] = None,
store_name: Optional[str] = None,
tenant_id: Optional[str] = None,
user_id: Optional[str] = None,
user_name: Optional[str] = None,
account_name: Optional[str] = None,
port: Optional[str] = None)
func NewMachineLearningDatastore(ctx *Context, name string, args MachineLearningDatastoreArgs, opts ...ResourceOption) (*MachineLearningDatastore, error)
public MachineLearningDatastore(string name, MachineLearningDatastoreArgs args, CustomResourceOptions? opts = null)
public MachineLearningDatastore(String name, MachineLearningDatastoreArgs args)
public MachineLearningDatastore(String name, MachineLearningDatastoreArgs args, CustomResourceOptions options)
type: azure-native:machinelearningservices:MachineLearningDatastore
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 MachineLearningDatastoreArgs
- 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 MachineLearningDatastoreArgs
- 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 MachineLearningDatastoreArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MachineLearningDatastoreArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MachineLearningDatastoreArgs
- 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 machineLearningDatastoreResource = new AzureNative.Machinelearningservices.MachineLearningDatastore("machineLearningDatastoreResource", new()
{
DataStoreType = "string",
WorkspaceName = "string",
ResourceGroupName = "string",
Name = "string",
WorkspaceSystemAssignedIdentity = false,
Password = "string",
ClientSecret = "string",
ContainerName = "string",
AdlsSubscriptionId = "string",
DatabaseName = "string",
DatastoreName = "string",
Description = "string",
Endpoint = "string",
EnforceSSL = false,
FileSystem = "string",
IncludeSecret = false,
AccountKey = "string",
ClientId = "string",
Protocol = "string",
AuthorityUrl = "string",
AdlsResourceGroup = "string",
ResourceUrl = "string",
SasToken = "string",
ServerName = "string",
ShareName = "string",
SkipValidation = false,
StorageAccountResourceGroup = "string",
StorageAccountSubscriptionId = "string",
StoreName = "string",
TenantId = "string",
UserId = "string",
UserName = "string",
AccountName = "string",
Port = "string",
});
example, err := machinelearningservices.NewMachineLearningDatastore(ctx, "machineLearningDatastoreResource", &machinelearningservices.MachineLearningDatastoreArgs{
DataStoreType: "string",
WorkspaceName: "string",
ResourceGroupName: "string",
Name: "string",
WorkspaceSystemAssignedIdentity: false,
Password: "string",
ClientSecret: "string",
ContainerName: "string",
AdlsSubscriptionId: "string",
DatabaseName: "string",
DatastoreName: "string",
Description: "string",
Endpoint: "string",
EnforceSSL: false,
FileSystem: "string",
IncludeSecret: false,
AccountKey: "string",
ClientId: "string",
Protocol: "string",
AuthorityUrl: "string",
AdlsResourceGroup: "string",
ResourceUrl: "string",
SasToken: "string",
ServerName: "string",
ShareName: "string",
SkipValidation: false,
StorageAccountResourceGroup: "string",
StorageAccountSubscriptionId: "string",
StoreName: "string",
TenantId: "string",
UserId: "string",
UserName: "string",
AccountName: "string",
Port: "string",
})
var machineLearningDatastoreResource = new MachineLearningDatastore("machineLearningDatastoreResource", MachineLearningDatastoreArgs.builder()
.dataStoreType("string")
.workspaceName("string")
.resourceGroupName("string")
.name("string")
.workspaceSystemAssignedIdentity(false)
.password("string")
.clientSecret("string")
.containerName("string")
.adlsSubscriptionId("string")
.databaseName("string")
.datastoreName("string")
.description("string")
.endpoint("string")
.enforceSSL(false)
.fileSystem("string")
.includeSecret(false)
.accountKey("string")
.clientId("string")
.protocol("string")
.authorityUrl("string")
.adlsResourceGroup("string")
.resourceUrl("string")
.sasToken("string")
.serverName("string")
.shareName("string")
.skipValidation(false)
.storageAccountResourceGroup("string")
.storageAccountSubscriptionId("string")
.storeName("string")
.tenantId("string")
.userId("string")
.userName("string")
.accountName("string")
.port("string")
.build());
machine_learning_datastore_resource = azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastoreResource",
data_store_type=string,
workspace_name=string,
resource_group_name=string,
name=string,
workspace_system_assigned_identity=False,
password=string,
client_secret=string,
container_name=string,
adls_subscription_id=string,
database_name=string,
datastore_name=string,
description=string,
endpoint=string,
enforce_ssl=False,
file_system=string,
include_secret=False,
account_key=string,
client_id=string,
protocol=string,
authority_url=string,
adls_resource_group=string,
resource_url=string,
sas_token=string,
server_name=string,
share_name=string,
skip_validation=False,
storage_account_resource_group=string,
storage_account_subscription_id=string,
store_name=string,
tenant_id=string,
user_id=string,
user_name=string,
account_name=string,
port=string)
const machineLearningDatastoreResource = new azure_native.machinelearningservices.MachineLearningDatastore("machineLearningDatastoreResource", {
dataStoreType: "string",
workspaceName: "string",
resourceGroupName: "string",
name: "string",
workspaceSystemAssignedIdentity: false,
password: "string",
clientSecret: "string",
containerName: "string",
adlsSubscriptionId: "string",
databaseName: "string",
datastoreName: "string",
description: "string",
endpoint: "string",
enforceSSL: false,
fileSystem: "string",
includeSecret: false,
accountKey: "string",
clientId: "string",
protocol: "string",
authorityUrl: "string",
adlsResourceGroup: "string",
resourceUrl: "string",
sasToken: "string",
serverName: "string",
shareName: "string",
skipValidation: false,
storageAccountResourceGroup: "string",
storageAccountSubscriptionId: "string",
storeName: "string",
tenantId: "string",
userId: "string",
userName: "string",
accountName: "string",
port: "string",
});
type: azure-native:machinelearningservices:MachineLearningDatastore
properties:
accountKey: string
accountName: string
adlsResourceGroup: string
adlsSubscriptionId: string
authorityUrl: string
clientId: string
clientSecret: string
containerName: string
dataStoreType: string
databaseName: string
datastoreName: string
description: string
endpoint: string
enforceSSL: false
fileSystem: string
includeSecret: false
name: string
password: string
port: string
protocol: string
resourceGroupName: string
resourceUrl: string
sasToken: string
serverName: string
shareName: string
skipValidation: false
storageAccountResourceGroup: string
storageAccountSubscriptionId: string
storeName: string
tenantId: string
userId: string
userName: string
workspaceName: string
workspaceSystemAssignedIdentity: false
MachineLearningDatastore Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The MachineLearningDatastore resource accepts the following input properties:
- Data
Store string | Pulumi.Type Azure Native. Machine Learning Services. Datastore Type Arm - Specifies datastore type.
- Resource
Group stringName - Name of the resource group in which workspace is located.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Account
Key string - Account Key of storage account.
- Account
Name string - The name of the storage account.
- Adls
Resource stringGroup - The resource group the ADLS store belongs to. Defaults to selected resource group.
- Adls
Subscription stringId - The ID of the subscription the ADLS store belongs to. Defaults to selected subscription.
- string
- Authority url used to authenticate the user.
- Client
Id string - The service principal's client/application ID.
- Client
Secret string - The service principal's secret.
- Container
Name string - The name of the azure blob container.
- Database
Name string - The database name.
- Datastore
Name string - The Datastore name.
- Description string
- The description of the datastore.
- Endpoint string
- The endpoint of the server.
- Enforce
SSL bool - This sets the ssl value of the server. Defaults to true if not set.
- File
System string - The file system name of the ADLS Gen2.
- Include
Secret bool - Include datastore secret in response.
- Name string
- The name of the datastore.
- Password string
- The password.
- Port string
- The port number.
- Protocol string
- The protocol to be used
- Resource
Url string - Determines what operations will be performed.
- Sas
Token string - Sas Token of storage account.
- Server
Name string - The SQL/MySQL/PostgreSQL server name
- string
- The name of the file share.
- Skip
Validation bool - Skip validation that ensures data can be loaded from the dataset before registration.
- Storage
Account stringResource Group - The resource group of the storage account. Defaults to selected resource group
- Storage
Account stringSubscription Id - The subscription ID of the storage account. Defaults to selected subscription
- Store
Name string - The ADLS store name.
- Tenant
Id string - The service principal Tenant ID.
- User
Id string - The user ID.
- User
Name string - The username of the database user.
- Workspace
System boolAssigned Identity - If set to true, datastore support data access authenticated with Workspace MSI.
- Data
Store string | DatastoreType Type Arm - Specifies datastore type.
- Resource
Group stringName - Name of the resource group in which workspace is located.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Account
Key string - Account Key of storage account.
- Account
Name string - The name of the storage account.
- Adls
Resource stringGroup - The resource group the ADLS store belongs to. Defaults to selected resource group.
- Adls
Subscription stringId - The ID of the subscription the ADLS store belongs to. Defaults to selected subscription.
- string
- Authority url used to authenticate the user.
- Client
Id string - The service principal's client/application ID.
- Client
Secret string - The service principal's secret.
- Container
Name string - The name of the azure blob container.
- Database
Name string - The database name.
- Datastore
Name string - The Datastore name.
- Description string
- The description of the datastore.
- Endpoint string
- The endpoint of the server.
- Enforce
SSL bool - This sets the ssl value of the server. Defaults to true if not set.
- File
System string - The file system name of the ADLS Gen2.
- Include
Secret bool - Include datastore secret in response.
- Name string
- The name of the datastore.
- Password string
- The password.
- Port string
- The port number.
- Protocol string
- The protocol to be used
- Resource
Url string - Determines what operations will be performed.
- Sas
Token string - Sas Token of storage account.
- Server
Name string - The SQL/MySQL/PostgreSQL server name
- string
- The name of the file share.
- Skip
Validation bool - Skip validation that ensures data can be loaded from the dataset before registration.
- Storage
Account stringResource Group - The resource group of the storage account. Defaults to selected resource group
- Storage
Account stringSubscription Id - The subscription ID of the storage account. Defaults to selected subscription
- Store
Name string - The ADLS store name.
- Tenant
Id string - The service principal Tenant ID.
- User
Id string - The user ID.
- User
Name string - The username of the database user.
- Workspace
System boolAssigned Identity - If set to true, datastore support data access authenticated with Workspace MSI.
- data
Store String | DatastoreType Type Arm - Specifies datastore type.
- resource
Group StringName - Name of the resource group in which workspace is located.
- workspace
Name String - Name of Azure Machine Learning workspace.
- account
Key String - Account Key of storage account.
- account
Name String - The name of the storage account.
- adls
Resource StringGroup - The resource group the ADLS store belongs to. Defaults to selected resource group.
- adls
Subscription StringId - The ID of the subscription the ADLS store belongs to. Defaults to selected subscription.
- String
- Authority url used to authenticate the user.
- client
Id String - The service principal's client/application ID.
- client
Secret String - The service principal's secret.
- container
Name String - The name of the azure blob container.
- database
Name String - The database name.
- datastore
Name String - The Datastore name.
- description String
- The description of the datastore.
- endpoint String
- The endpoint of the server.
- enforce
SSL Boolean - This sets the ssl value of the server. Defaults to true if not set.
- file
System String - The file system name of the ADLS Gen2.
- include
Secret Boolean - Include datastore secret in response.
- name String
- The name of the datastore.
- password String
- The password.
- port String
- The port number.
- protocol String
- The protocol to be used
- resource
Url String - Determines what operations will be performed.
- sas
Token String - Sas Token of storage account.
- server
Name String - The SQL/MySQL/PostgreSQL server name
- String
- The name of the file share.
- skip
Validation Boolean - Skip validation that ensures data can be loaded from the dataset before registration.
- storage
Account StringResource Group - The resource group of the storage account. Defaults to selected resource group
- storage
Account StringSubscription Id - The subscription ID of the storage account. Defaults to selected subscription
- store
Name String - The ADLS store name.
- tenant
Id String - The service principal Tenant ID.
- user
Id String - The user ID.
- user
Name String - The username of the database user.
- workspace
System BooleanAssigned Identity - If set to true, datastore support data access authenticated with Workspace MSI.
- data
Store string | DatastoreType Type Arm - Specifies datastore type.
- resource
Group stringName - Name of the resource group in which workspace is located.
- workspace
Name string - Name of Azure Machine Learning workspace.
- account
Key string - Account Key of storage account.
- account
Name string - The name of the storage account.
- adls
Resource stringGroup - The resource group the ADLS store belongs to. Defaults to selected resource group.
- adls
Subscription stringId - The ID of the subscription the ADLS store belongs to. Defaults to selected subscription.
- string
- Authority url used to authenticate the user.
- client
Id string - The service principal's client/application ID.
- client
Secret string - The service principal's secret.
- container
Name string - The name of the azure blob container.
- database
Name string - The database name.
- datastore
Name string - The Datastore name.
- description string
- The description of the datastore.
- endpoint string
- The endpoint of the server.
- enforce
SSL boolean - This sets the ssl value of the server. Defaults to true if not set.
- file
System string - The file system name of the ADLS Gen2.
- include
Secret boolean - Include datastore secret in response.
- name string
- The name of the datastore.
- password string
- The password.
- port string
- The port number.
- protocol string
- The protocol to be used
- resource
Url string - Determines what operations will be performed.
- sas
Token string - Sas Token of storage account.
- server
Name string - The SQL/MySQL/PostgreSQL server name
- string
- The name of the file share.
- skip
Validation boolean - Skip validation that ensures data can be loaded from the dataset before registration.
- storage
Account stringResource Group - The resource group of the storage account. Defaults to selected resource group
- storage
Account stringSubscription Id - The subscription ID of the storage account. Defaults to selected subscription
- store
Name string - The ADLS store name.
- tenant
Id string - The service principal Tenant ID.
- user
Id string - The user ID.
- user
Name string - The username of the database user.
- workspace
System booleanAssigned Identity - If set to true, datastore support data access authenticated with Workspace MSI.
- data_
store_ str | Datastoretype Type Arm - Specifies datastore type.
- resource_
group_ strname - Name of the resource group in which workspace is located.
- workspace_
name str - Name of Azure Machine Learning workspace.
- account_
key str - Account Key of storage account.
- account_
name str - The name of the storage account.
- adls_
resource_ strgroup - The resource group the ADLS store belongs to. Defaults to selected resource group.
- adls_
subscription_ strid - The ID of the subscription the ADLS store belongs to. Defaults to selected subscription.
- str
- Authority url used to authenticate the user.
- client_
id str - The service principal's client/application ID.
- client_
secret str - The service principal's secret.
- container_
name str - The name of the azure blob container.
- database_
name str - The database name.
- datastore_
name str - The Datastore name.
- description str
- The description of the datastore.
- endpoint str
- The endpoint of the server.
- enforce_
ssl bool - This sets the ssl value of the server. Defaults to true if not set.
- file_
system str - The file system name of the ADLS Gen2.
- include_
secret bool - Include datastore secret in response.
- name str
- The name of the datastore.
- password str
- The password.
- port str
- The port number.
- protocol str
- The protocol to be used
- resource_
url str - Determines what operations will be performed.
- sas_
token str - Sas Token of storage account.
- server_
name str - The SQL/MySQL/PostgreSQL server name
- str
- The name of the file share.
- skip_
validation bool - Skip validation that ensures data can be loaded from the dataset before registration.
- storage_
account_ strresource_ group - The resource group of the storage account. Defaults to selected resource group
- storage_
account_ strsubscription_ id - The subscription ID of the storage account. Defaults to selected subscription
- store_
name str - The ADLS store name.
- tenant_
id str - The service principal Tenant ID.
- user_
id str - The user ID.
- user_
name str - The username of the database user.
- workspace_
system_ boolassigned_ identity - If set to true, datastore support data access authenticated with Workspace MSI.
- data
Store String | "blob" | "adls" | "adls-gen2" | "dbfs" | "file" | "mysqldb" | "sqldb" | "psqldb"Type - Specifies datastore type.
- resource
Group StringName - Name of the resource group in which workspace is located.
- workspace
Name String - Name of Azure Machine Learning workspace.
- account
Key String - Account Key of storage account.
- account
Name String - The name of the storage account.
- adls
Resource StringGroup - The resource group the ADLS store belongs to. Defaults to selected resource group.
- adls
Subscription StringId - The ID of the subscription the ADLS store belongs to. Defaults to selected subscription.
- String
- Authority url used to authenticate the user.
- client
Id String - The service principal's client/application ID.
- client
Secret String - The service principal's secret.
- container
Name String - The name of the azure blob container.
- database
Name String - The database name.
- datastore
Name String - The Datastore name.
- description String
- The description of the datastore.
- endpoint String
- The endpoint of the server.
- enforce
SSL Boolean - This sets the ssl value of the server. Defaults to true if not set.
- file
System String - The file system name of the ADLS Gen2.
- include
Secret Boolean - Include datastore secret in response.
- name String
- The name of the datastore.
- password String
- The password.
- port String
- The port number.
- protocol String
- The protocol to be used
- resource
Url String - Determines what operations will be performed.
- sas
Token String - Sas Token of storage account.
- server
Name String - The SQL/MySQL/PostgreSQL server name
- String
- The name of the file share.
- skip
Validation Boolean - Skip validation that ensures data can be loaded from the dataset before registration.
- storage
Account StringResource Group - The resource group of the storage account. Defaults to selected resource group
- storage
Account StringSubscription Id - The subscription ID of the storage account. Defaults to selected subscription
- store
Name String - The ADLS store name.
- tenant
Id String - The service principal Tenant ID.
- user
Id String - The user ID.
- user
Name String - The username of the database user.
- workspace
System BooleanAssigned Identity - If set to true, datastore support data access authenticated with Workspace MSI.
Outputs
All input properties are implicitly available as output properties. Additionally, the MachineLearningDatastore resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Properties
Pulumi.
Azure Native. Machine Learning Services. Outputs. Datastore Response - Datastore properties
- Type string
- Specifies the type of the resource.
- Identity
Pulumi.
Azure Native. Machine Learning Services. Outputs. Identity Response - The identity of the resource.
- Location string
- Specifies the location of the resource.
- Sku
Pulumi.
Azure Native. Machine Learning Services. Outputs. Sku Response - The sku of the workspace.
- Dictionary<string, string>
- Contains resource tags defined as key/value pairs.
- Id string
- The provider-assigned unique ID for this managed resource.
- Properties
Datastore
Response - Datastore properties
- Type string
- Specifies the type of the resource.
- Identity
Identity
Response - The identity of the resource.
- Location string
- Specifies the location of the resource.
- Sku
Sku
Response - The sku of the workspace.
- map[string]string
- Contains resource tags defined as key/value pairs.
- id String
- The provider-assigned unique ID for this managed resource.
- properties
Datastore
Response - Datastore properties
- type String
- Specifies the type of the resource.
- identity
Identity
Response - The identity of the resource.
- location String
- Specifies the location of the resource.
- sku
Sku
Response - The sku of the workspace.
- Map<String,String>
- Contains resource tags defined as key/value pairs.
- id string
- The provider-assigned unique ID for this managed resource.
- properties
Datastore
Response - Datastore properties
- type string
- Specifies the type of the resource.
- identity
Identity
Response - The identity of the resource.
- location string
- Specifies the location of the resource.
- sku
Sku
Response - The sku of the workspace.
- {[key: string]: string}
- Contains resource tags defined as key/value pairs.
- id str
- The provider-assigned unique ID for this managed resource.
- properties
Datastore
Response - Datastore properties
- type str
- Specifies the type of the resource.
- identity
Identity
Response - The identity of the resource.
- location str
- Specifies the location of the resource.
- sku
Sku
Response - The sku of the workspace.
- Mapping[str, str]
- Contains resource tags defined as key/value pairs.
- id String
- The provider-assigned unique ID for this managed resource.
- properties Property Map
- Datastore properties
- type String
- Specifies the type of the resource.
- identity Property Map
- The identity of the resource.
- location String
- Specifies the location of the resource.
- sku Property Map
- The sku of the workspace.
- Map<String>
- Contains resource tags defined as key/value pairs.
Supporting Types
AzureDataLakeSectionResponse, AzureDataLakeSectionResponseArgs
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - The Azure Data Lake credential type.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Store
Name string - The Azure Data Lake store name.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - The Azure Data Lake credential type.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Store
Name string - The Azure Data Lake store name.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - The Azure Data Lake credential type.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- store
Name String - The Azure Data Lake store name.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- string
- The authority URL used for authentication.
- certificate string
- The content of the certificate used for authentication.
- client
Id string - The Client ID/Application ID
- client
Secret string - The client secret.
- credential
Type string - The Azure Data Lake credential type.
- is
Cert booleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group string - Resource Group.
- resource
Uri string - The resource the service principal/app has access to.
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- store
Name string - The Azure Data Lake store name.
- subscription
Id string - Subscription ID.
- tenant
Id string - The ID of the tenant the service principal/app belongs to.
- thumbprint string
- The thumbprint of the certificate above.
- str
- The authority URL used for authentication.
- certificate str
- The content of the certificate used for authentication.
- client_
id str - The Client ID/Application ID
- client_
secret str - The client secret.
- credential_
type str - The Azure Data Lake credential type.
- is_
cert_ boolauth - Is it using certificate to authenticate. If false then use client secret.
- resource_
group str - Resource Group.
- resource_
uri str - The resource the service principal/app has access to.
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- store_
name str - The Azure Data Lake store name.
- subscription_
id str - Subscription ID.
- tenant_
id str - The ID of the tenant the service principal/app belongs to.
- thumbprint str
- The thumbprint of the certificate above.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - The Azure Data Lake credential type.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- store
Name String - The Azure Data Lake store name.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
AzureMySqlSectionResponse, AzureMySqlSectionResponseArgs
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
- string
- The authority URL used for authentication.
- certificate string
- The content of the certificate used for authentication.
- client
Id string - The Client ID/Application ID
- client
Secret string - The client secret.
- credential
Type string - Sql Authentication type.
- database
Name string - The Azure SQL database name.
- endpoint string
- The server host endpoint.
- is
Cert booleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number string - / The Azure SQL port number.
- resource
Group string - Resource Group.
- resource
Uri string - The resource the service principal/app has access to.
- server
Name string - The Azure SQL server name.
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id string - Subscription ID.
- tenant
Id string - The ID of the tenant the service principal/app belongs to.
- thumbprint string
- The thumbprint of the certificate above.
- user
Id string - The Azure SQL user id.
- user
Password string - The Azure SQL user password.
- str
- The authority URL used for authentication.
- certificate str
- The content of the certificate used for authentication.
- client_
id str - The Client ID/Application ID
- client_
secret str - The client secret.
- credential_
type str - Sql Authentication type.
- database_
name str - The Azure SQL database name.
- endpoint str
- The server host endpoint.
- is_
cert_ boolauth - Is it using certificate to authenticate. If false then use client secret.
- port_
number str - / The Azure SQL port number.
- resource_
group str - Resource Group.
- resource_
uri str - The resource the service principal/app has access to.
- server_
name str - The Azure SQL server name.
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription_
id str - Subscription ID.
- tenant_
id str - The ID of the tenant the service principal/app belongs to.
- thumbprint str
- The thumbprint of the certificate above.
- user_
id str - The Azure SQL user id.
- user_
password str - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
AzurePostgreSqlSectionResponse, AzurePostgreSqlSectionResponseArgs
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Enable
Ssl bool - Indicates SSL requirement of Azure Postgresql server.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Enable
Ssl bool - Indicates SSL requirement of Azure Postgresql server.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- enable
Ssl Boolean - Indicates SSL requirement of Azure Postgresql server.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
- string
- The authority URL used for authentication.
- certificate string
- The content of the certificate used for authentication.
- client
Id string - The Client ID/Application ID
- client
Secret string - The client secret.
- credential
Type string - Sql Authentication type.
- database
Name string - The Azure SQL database name.
- enable
Ssl boolean - Indicates SSL requirement of Azure Postgresql server.
- endpoint string
- The server host endpoint.
- is
Cert booleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number string - / The Azure SQL port number.
- resource
Group string - Resource Group.
- resource
Uri string - The resource the service principal/app has access to.
- server
Name string - The Azure SQL server name.
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id string - Subscription ID.
- tenant
Id string - The ID of the tenant the service principal/app belongs to.
- thumbprint string
- The thumbprint of the certificate above.
- user
Id string - The Azure SQL user id.
- user
Password string - The Azure SQL user password.
- str
- The authority URL used for authentication.
- certificate str
- The content of the certificate used for authentication.
- client_
id str - The Client ID/Application ID
- client_
secret str - The client secret.
- credential_
type str - Sql Authentication type.
- database_
name str - The Azure SQL database name.
- enable_
ssl bool - Indicates SSL requirement of Azure Postgresql server.
- endpoint str
- The server host endpoint.
- is_
cert_ boolauth - Is it using certificate to authenticate. If false then use client secret.
- port_
number str - / The Azure SQL port number.
- resource_
group str - Resource Group.
- resource_
uri str - The resource the service principal/app has access to.
- server_
name str - The Azure SQL server name.
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription_
id str - Subscription ID.
- tenant_
id str - The ID of the tenant the service principal/app belongs to.
- thumbprint str
- The thumbprint of the certificate above.
- user_
id str - The Azure SQL user id.
- user_
password str - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- enable
Ssl Boolean - Indicates SSL requirement of Azure Postgresql server.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
AzureSqlDatabaseSectionResponse, AzureSqlDatabaseSectionResponseArgs
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Credential
Type string - Sql Authentication type.
- Database
Name string - The Azure SQL database name.
- Endpoint string
- The server host endpoint.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Port
Number string - / The Azure SQL port number.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Server
Name string - The Azure SQL server name.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- User
Id string - The Azure SQL user id.
- User
Password string - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
- string
- The authority URL used for authentication.
- certificate string
- The content of the certificate used for authentication.
- client
Id string - The Client ID/Application ID
- client
Secret string - The client secret.
- credential
Type string - Sql Authentication type.
- database
Name string - The Azure SQL database name.
- endpoint string
- The server host endpoint.
- is
Cert booleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number string - / The Azure SQL port number.
- resource
Group string - Resource Group.
- resource
Uri string - The resource the service principal/app has access to.
- server
Name string - The Azure SQL server name.
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id string - Subscription ID.
- tenant
Id string - The ID of the tenant the service principal/app belongs to.
- thumbprint string
- The thumbprint of the certificate above.
- user
Id string - The Azure SQL user id.
- user
Password string - The Azure SQL user password.
- str
- The authority URL used for authentication.
- certificate str
- The content of the certificate used for authentication.
- client_
id str - The Client ID/Application ID
- client_
secret str - The client secret.
- credential_
type str - Sql Authentication type.
- database_
name str - The Azure SQL database name.
- endpoint str
- The server host endpoint.
- is_
cert_ boolauth - Is it using certificate to authenticate. If false then use client secret.
- port_
number str - / The Azure SQL port number.
- resource_
group str - Resource Group.
- resource_
uri str - The resource the service principal/app has access to.
- server_
name str - The Azure SQL server name.
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription_
id str - Subscription ID.
- tenant_
id str - The ID of the tenant the service principal/app belongs to.
- thumbprint str
- The thumbprint of the certificate above.
- user_
id str - The Azure SQL user id.
- user_
password str - The Azure SQL user password.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- credential
Type String - Sql Authentication type.
- database
Name String - The Azure SQL database name.
- endpoint String
- The server host endpoint.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- port
Number String - / The Azure SQL port number.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- server
Name String - The Azure SQL server name.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- user
Id String - The Azure SQL user id.
- user
Password String - The Azure SQL user password.
AzureStorageSectionResponse, AzureStorageSectionResponseArgs
- Account
Key string - Storage Account Key (Deprecated).
- Account
Name string - Storage Account Name.
- Are
Workspace boolManaged Identities Allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- Blob
Cache intTimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- Client
Credentials Pulumi.Azure Native. Machine Learning Services. Inputs. Client Credentials Response - Container
Name string - The storage container name.
- Credential string
- The credential.
- Credential
Type string - The credential type.
- Endpoint string
- The host of the container.
- Is
Sas bool - Indicate if we are using SAS token or Account Key (Deprecated).
- Protocol string
- The protocol to use. Defaults to https.
- Resource
Group string - Resource Group.
- Sas
Token string - SAS Token for the container (Deprecated).
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Account
Key string - Storage Account Key (Deprecated).
- Account
Name string - Storage Account Name.
- Are
Workspace boolManaged Identities Allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- Blob
Cache intTimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- Client
Credentials ClientCredentials Response - Container
Name string - The storage container name.
- Credential string
- The credential.
- Credential
Type string - The credential type.
- Endpoint string
- The host of the container.
- Is
Sas bool - Indicate if we are using SAS token or Account Key (Deprecated).
- Protocol string
- The protocol to use. Defaults to https.
- Resource
Group string - Resource Group.
- Sas
Token string - SAS Token for the container (Deprecated).
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- account
Key String - Storage Account Key (Deprecated).
- account
Name String - Storage Account Name.
- are
Workspace BooleanManaged Identities Allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blob
Cache IntegerTimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- client
Credentials ClientCredentials Response - container
Name String - The storage container name.
- credential String
- The credential.
- credential
Type String - The credential type.
- endpoint String
- The host of the container.
- is
Sas Boolean - Indicate if we are using SAS token or Account Key (Deprecated).
- protocol String
- The protocol to use. Defaults to https.
- resource
Group String - Resource Group.
- sas
Token String - SAS Token for the container (Deprecated).
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- account
Key string - Storage Account Key (Deprecated).
- account
Name string - Storage Account Name.
- are
Workspace booleanManaged Identities Allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blob
Cache numberTimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- client
Credentials ClientCredentials Response - container
Name string - The storage container name.
- credential string
- The credential.
- credential
Type string - The credential type.
- endpoint string
- The host of the container.
- is
Sas boolean - Indicate if we are using SAS token or Account Key (Deprecated).
- protocol string
- The protocol to use. Defaults to https.
- resource
Group string - Resource Group.
- sas
Token string - SAS Token for the container (Deprecated).
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id string - Subscription ID.
- account_
key str - Storage Account Key (Deprecated).
- account_
name str - Storage Account Name.
- are_
workspace_ boolmanaged_ identities_ allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blob_
cache_ inttimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- client_
credentials ClientCredentials Response - container_
name str - The storage container name.
- credential str
- The credential.
- credential_
type str - The credential type.
- endpoint str
- The host of the container.
- is_
sas bool - Indicate if we are using SAS token or Account Key (Deprecated).
- protocol str
- The protocol to use. Defaults to https.
- resource_
group str - Resource Group.
- sas_
token str - SAS Token for the container (Deprecated).
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription_
id str - Subscription ID.
- account
Key String - Storage Account Key (Deprecated).
- account
Name String - Storage Account Name.
- are
Workspace BooleanManaged Identities Allowed - Indicate if we are using Workspace ManagedIdentities/MSI token (Deprecated).
- blob
Cache NumberTimeout - If this is an "DataStoreType.AzureBlob", the length of time (in seconds) to cache files locally after they are accessed (downloaded).
- client
Credentials Property Map - container
Name String - The storage container name.
- credential String
- The credential.
- credential
Type String - The credential type.
- endpoint String
- The host of the container.
- is
Sas Boolean - Indicate if we are using SAS token or Account Key (Deprecated).
- protocol String
- The protocol to use. Defaults to https.
- resource
Group String - Resource Group.
- sas
Token String - SAS Token for the container (Deprecated).
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
ClientCredentialsResponse, ClientCredentialsResponseArgs
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- string
- The authority URL used for authentication.
- Certificate string
- The content of the certificate used for authentication.
- Client
Id string - The Client ID/Application ID
- Client
Secret string - The client secret.
- Is
Cert boolAuth - Is it using certificate to authenticate. If false then use client secret.
- Resource
Group string - Resource Group.
- Resource
Uri string - The resource the service principal/app has access to.
- Service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- Subscription
Id string - Subscription ID.
- Tenant
Id string - The ID of the tenant the service principal/app belongs to.
- Thumbprint string
- The thumbprint of the certificate above.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
- string
- The authority URL used for authentication.
- certificate string
- The content of the certificate used for authentication.
- client
Id string - The Client ID/Application ID
- client
Secret string - The client secret.
- is
Cert booleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group string - Resource Group.
- resource
Uri string - The resource the service principal/app has access to.
- service
Data stringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id string - Subscription ID.
- tenant
Id string - The ID of the tenant the service principal/app belongs to.
- thumbprint string
- The thumbprint of the certificate above.
- str
- The authority URL used for authentication.
- certificate str
- The content of the certificate used for authentication.
- client_
id str - The Client ID/Application ID
- client_
secret str - The client secret.
- is_
cert_ boolauth - Is it using certificate to authenticate. If false then use client secret.
- resource_
group str - Resource Group.
- resource_
uri str - The resource the service principal/app has access to.
- service_
data_ straccess_ auth_ identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription_
id str - Subscription ID.
- tenant_
id str - The ID of the tenant the service principal/app belongs to.
- thumbprint str
- The thumbprint of the certificate above.
- String
- The authority URL used for authentication.
- certificate String
- The content of the certificate used for authentication.
- client
Id String - The Client ID/Application ID
- client
Secret String - The client secret.
- is
Cert BooleanAuth - Is it using certificate to authenticate. If false then use client secret.
- resource
Group String - Resource Group.
- resource
Uri String - The resource the service principal/app has access to.
- service
Data StringAccess Auth Identity - Indicates which identity to use to authenticate service data access to customer's storage.
- subscription
Id String - Subscription ID.
- tenant
Id String - The ID of the tenant the service principal/app belongs to.
- thumbprint String
- The thumbprint of the certificate above.
DatastoreResponse, DatastoreResponseArgs
- Created
By Pulumi.Azure Native. Machine Learning Services. Inputs. User Info Response - The User who created the datastore.
- Created
Time string - The date and time when the datastore was created.
- Modified
By Pulumi.Azure Native. Machine Learning Services. Inputs. User Info Response - The User who modified the datastore.
- Modified
Time string - The date and time when the datastore was last modified.
- Dictionary<string, string>
- Tags for this datastore.
- Azure
Data Pulumi.Lake Section Azure Native. Machine Learning Services. Inputs. Azure Data Lake Section Response - Azure
My Pulumi.Sql Section Azure Native. Machine Learning Services. Inputs. Azure My Sql Section Response - Azure
Postgre Pulumi.Sql Section Azure Native. Machine Learning Services. Inputs. Azure Postgre Sql Section Response - Azure
Sql Pulumi.Database Section Azure Native. Machine Learning Services. Inputs. Azure Sql Database Section Response - Azure
Storage Pulumi.Section Azure Native. Machine Learning Services. Inputs. Azure Storage Section Response - Data
Store stringType - The datastore type.
- Description string
- Description of the datastore.
- Gluster
Fs Pulumi.Section Azure Native. Machine Learning Services. Inputs. Gluster Fs Section Response - Data specific to GlusterFS.
- Has
Been boolValidated - A read only property that denotes whether the service datastore has been validated with credentials.
- Linked
Info Pulumi.Azure Native. Machine Learning Services. Inputs. Linked Info Response - Info about origin if it is linked.
- Name string
- Name of the datastore.
- Created
By UserInfo Response - The User who created the datastore.
- Created
Time string - The date and time when the datastore was created.
- Modified
By UserInfo Response - The User who modified the datastore.
- Modified
Time string - The date and time when the datastore was last modified.
- map[string]string
- Tags for this datastore.
- Azure
Data AzureLake Section Data Lake Section Response - Azure
My AzureSql Section My Sql Section Response - Azure
Postgre AzureSql Section Postgre Sql Section Response - Azure
Sql AzureDatabase Section Sql Database Section Response - Azure
Storage AzureSection Storage Section Response - Data
Store stringType - The datastore type.
- Description string
- Description of the datastore.
- Gluster
Fs GlusterSection Fs Section Response - Data specific to GlusterFS.
- Has
Been boolValidated - A read only property that denotes whether the service datastore has been validated with credentials.
- Linked
Info LinkedInfo Response - Info about origin if it is linked.
- Name string
- Name of the datastore.
- created
By UserInfo Response - The User who created the datastore.
- created
Time String - The date and time when the datastore was created.
- modified
By UserInfo Response - The User who modified the datastore.
- modified
Time String - The date and time when the datastore was last modified.
- Map<String,String>
- Tags for this datastore.
- azure
Data AzureLake Section Data Lake Section Response - azure
My AzureSql Section My Sql Section Response - azure
Postgre AzureSql Section Postgre Sql Section Response - azure
Sql AzureDatabase Section Sql Database Section Response - azure
Storage AzureSection Storage Section Response - data
Store StringType - The datastore type.
- description String
- Description of the datastore.
- gluster
Fs GlusterSection Fs Section Response - Data specific to GlusterFS.
- has
Been BooleanValidated - A read only property that denotes whether the service datastore has been validated with credentials.
- linked
Info LinkedInfo Response - Info about origin if it is linked.
- name String
- Name of the datastore.
- created
By UserInfo Response - The User who created the datastore.
- created
Time string - The date and time when the datastore was created.
- modified
By UserInfo Response - The User who modified the datastore.
- modified
Time string - The date and time when the datastore was last modified.
- {[key: string]: string}
- Tags for this datastore.
- azure
Data AzureLake Section Data Lake Section Response - azure
My AzureSql Section My Sql Section Response - azure
Postgre AzureSql Section Postgre Sql Section Response - azure
Sql AzureDatabase Section Sql Database Section Response - azure
Storage AzureSection Storage Section Response - data
Store stringType - The datastore type.
- description string
- Description of the datastore.
- gluster
Fs GlusterSection Fs Section Response - Data specific to GlusterFS.
- has
Been booleanValidated - A read only property that denotes whether the service datastore has been validated with credentials.
- linked
Info LinkedInfo Response - Info about origin if it is linked.
- name string
- Name of the datastore.
- created_
by UserInfo Response - The User who created the datastore.
- created_
time str - The date and time when the datastore was created.
- modified_
by UserInfo Response - The User who modified the datastore.
- modified_
time str - The date and time when the datastore was last modified.
- Mapping[str, str]
- Tags for this datastore.
- azure_
data_ Azurelake_ section Data Lake Section Response - azure_
my_ Azuresql_ section My Sql Section Response - azure_
postgre_ Azuresql_ section Postgre Sql Section Response - azure_
sql_ Azuredatabase_ section Sql Database Section Response - azure_
storage_ Azuresection Storage Section Response - data_
store_ strtype - The datastore type.
- description str
- Description of the datastore.
- gluster_
fs_ Glustersection Fs Section Response - Data specific to GlusterFS.
- has_
been_ boolvalidated - A read only property that denotes whether the service datastore has been validated with credentials.
- linked_
info LinkedInfo Response - Info about origin if it is linked.
- name str
- Name of the datastore.
- created
By Property Map - The User who created the datastore.
- created
Time String - The date and time when the datastore was created.
- modified
By Property Map - The User who modified the datastore.
- modified
Time String - The date and time when the datastore was last modified.
- Map<String>
- Tags for this datastore.
- azure
Data Property MapLake Section - azure
My Property MapSql Section - azure
Postgre Property MapSql Section - azure
Sql Property MapDatabase Section - azure
Storage Property MapSection - data
Store StringType - The datastore type.
- description String
- Description of the datastore.
- gluster
Fs Property MapSection - Data specific to GlusterFS.
- has
Been BooleanValidated - A read only property that denotes whether the service datastore has been validated with credentials.
- linked
Info Property Map - Info about origin if it is linked.
- name String
- Name of the datastore.
DatastoreTypeArm, DatastoreTypeArmArgs
- Blob
- blob
- Adls
- adls
- Adls_
gen2 - adls-gen2
- Dbfs
- dbfs
- File
- file
- Mysqldb
- mysqldb
- Sqldb
- sqldb
- Psqldb
- psqldb
- Datastore
Type Arm Blob - blob
- Datastore
Type Arm Adls - adls
- Datastore
Type Arm_Adls_Gen2 - adls-gen2
- Datastore
Type Arm Dbfs - dbfs
- Datastore
Type Arm File - file
- Datastore
Type Arm Mysqldb - mysqldb
- Datastore
Type Arm Sqldb - sqldb
- Datastore
Type Arm Psqldb - psqldb
- Blob
- blob
- Adls
- adls
- Adlsgen2
- adls-gen2
- Dbfs
- dbfs
- File
- file
- Mysqldb
- mysqldb
- Sqldb
- sqldb
- Psqldb
- psqldb
- Blob
- blob
- Adls
- adls
- Adls_
gen2 - adls-gen2
- Dbfs
- dbfs
- File
- file
- Mysqldb
- mysqldb
- Sqldb
- sqldb
- Psqldb
- psqldb
- BLOB
- blob
- ADLS
- adls
- ADLS_GEN2
- adls-gen2
- DBFS
- dbfs
- FILE
- file
- MYSQLDB
- mysqldb
- SQLDB
- sqldb
- PSQLDB
- psqldb
- "blob"
- blob
- "adls"
- adls
- "adls-gen2"
- adls-gen2
- "dbfs"
- dbfs
- "file"
- file
- "mysqldb"
- mysqldb
- "sqldb"
- sqldb
- "psqldb"
- psqldb
GlusterFsSectionResponse, GlusterFsSectionResponseArgs
- Server
Address string - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- Volume
Name string - The name of the created GlusterFS volume.
- Server
Address string - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- Volume
Name string - The name of the created GlusterFS volume.
- server
Address String - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- volume
Name String - The name of the created GlusterFS volume.
- server
Address string - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- volume
Name string - The name of the created GlusterFS volume.
- server_
address str - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- volume_
name str - The name of the created GlusterFS volume.
- server
Address String - The server address of one of the servers that hosts the GlusterFS. Can be either the IP address or server name.
- volume
Name String - The name of the created GlusterFS volume.
IdentityResponse, IdentityResponseArgs
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Machine Learning Services. Inputs. User Assigned Identity Response> - The user assigned identities associated with the resource.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- User
Assigned map[string]UserIdentities Assigned Identity Response - The user assigned identities associated with the resource.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The user assigned identities associated with the resource.
- principal
Id string - The principal ID of resource identity.
- tenant
Id string - The tenant ID of resource.
- type string
- The identity type.
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The user assigned identities associated with the resource.
- principal_
id str - The principal ID of resource identity.
- tenant_
id str - The tenant ID of resource.
- type str
- The identity type.
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The user assigned identities associated with the resource.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- user
Assigned Map<Property Map>Identities - The user assigned identities associated with the resource.
LinkedInfoResponse, LinkedInfoResponseArgs
- Linked
Id string - LinkedId id.
- Linked
Resource stringName - Linked resource name.
- Origin string
- Datastore origin
- Linked
Id string - LinkedId id.
- Linked
Resource stringName - Linked resource name.
- Origin string
- Datastore origin
- linked
Id String - LinkedId id.
- linked
Resource StringName - Linked resource name.
- origin String
- Datastore origin
- linked
Id string - LinkedId id.
- linked
Resource stringName - Linked resource name.
- origin string
- Datastore origin
- linked_
id str - LinkedId id.
- linked_
resource_ strname - Linked resource name.
- origin str
- Datastore origin
- linked
Id String - LinkedId id.
- linked
Resource StringName - Linked resource name.
- origin String
- Datastore origin
SkuResponse, SkuResponseArgs
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
- Client
Id string - The clientId(aka appId) of the user assigned identity.
- Principal
Id string - The principal ID of the user assigned identity.
- Tenant
Id string - The tenant ID of the user assigned identity.
- Client
Id string - The clientId(aka appId) of the user assigned identity.
- Principal
Id string - The principal ID of the user assigned identity.
- Tenant
Id string - The tenant ID of the user assigned identity.
- client
Id String - The clientId(aka appId) of the user assigned identity.
- principal
Id String - The principal ID of the user assigned identity.
- tenant
Id String - The tenant ID of the user assigned identity.
- client
Id string - The clientId(aka appId) of the user assigned identity.
- principal
Id string - The principal ID of the user assigned identity.
- tenant
Id string - The tenant ID of the user assigned identity.
- client_
id str - The clientId(aka appId) of the user assigned identity.
- principal_
id str - The principal ID of the user assigned identity.
- tenant_
id str - The tenant ID of the user assigned identity.
- client
Id String - The clientId(aka appId) of the user assigned identity.
- principal
Id String - The principal ID of the user assigned identity.
- tenant
Id String - The tenant ID of the user assigned identity.
UserInfoResponse, UserInfoResponseArgs
- User
Alt stringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- User
Idp string - A user identity provider. Eg live.com
- User
Iss string - The issuer which issued the token for this user.
- User
Name string - A user's full name or a service principal's app ID.
- User
Object stringId - A user or service principal's object ID..
- User
Pu stringId - A user or service principal's PuID.
- User
Tenant stringId - A user or service principal's tenant ID.
- User
Alt stringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- User
Idp string - A user identity provider. Eg live.com
- User
Iss string - The issuer which issued the token for this user.
- User
Name string - A user's full name or a service principal's app ID.
- User
Object stringId - A user or service principal's object ID..
- User
Pu stringId - A user or service principal's PuID.
- User
Tenant stringId - A user or service principal's tenant ID.
- user
Alt StringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user
Idp String - A user identity provider. Eg live.com
- user
Iss String - The issuer which issued the token for this user.
- user
Name String - A user's full name or a service principal's app ID.
- user
Object StringId - A user or service principal's object ID..
- user
Pu StringId - A user or service principal's PuID.
- user
Tenant StringId - A user or service principal's tenant ID.
- user
Alt stringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user
Idp string - A user identity provider. Eg live.com
- user
Iss string - The issuer which issued the token for this user.
- user
Name string - A user's full name or a service principal's app ID.
- user
Object stringId - A user or service principal's object ID..
- user
Pu stringId - A user or service principal's PuID.
- user
Tenant stringId - A user or service principal's tenant ID.
- user_
alt_ strsec_ id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user_
idp str - A user identity provider. Eg live.com
- user_
iss str - The issuer which issued the token for this user.
- user_
name str - A user's full name or a service principal's app ID.
- user_
object_ strid - A user or service principal's object ID..
- user_
pu_ strid - A user or service principal's PuID.
- user_
tenant_ strid - A user or service principal's tenant ID.
- user
Alt StringSec Id - A user alternate sec id. This represents the user in a different identity provider system Eg.1:live.com:puid
- user
Idp String - A user identity provider. Eg live.com
- user
Iss String - The issuer which issued the token for this user.
- user
Name String - A user's full name or a service principal's app ID.
- user
Object StringId - A user or service principal's object ID..
- user
Pu StringId - A user or service principal's PuID.
- user
Tenant StringId - A user or service principal's tenant ID.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:machinelearningservices:MachineLearningDatastore sqlDatastore /subscriptions/35f16a99-532a-4a47-9e93-00305f6c40f2/resourceGroups/acjain-mleastUS2/providers/Microsoft.MachineLearningServices/workspaces/acjain-mleastUS2/datastores/sqlDatastore
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0