azure-native.datashare.ADLSGen1FileDataSet
Explore with Pulumi AI
An ADLS Gen 1 file data set. API Version: 2020-09-01.
Example Usage
DataSets_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var adlsGen1FileDataSet = new AzureNative.DataShare.ADLSGen1FileDataSet("adlsGen1FileDataSet", new()
{
AccountName = "Account1",
DataSetName = "Dataset1",
ResourceGroupName = "SampleResourceGroup",
ShareName = "Share1",
});
});
package main
import (
datashare "github.com/pulumi/pulumi-azure-native-sdk/datashare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datashare.NewADLSGen1FileDataSet(ctx, "adlsGen1FileDataSet", &datashare.ADLSGen1FileDataSetArgs{
AccountName: pulumi.String("Account1"),
DataSetName: pulumi.String("Dataset1"),
ResourceGroupName: pulumi.String("SampleResourceGroup"),
ShareName: pulumi.String("Share1"),
})
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.datashare.ADLSGen1FileDataSet;
import com.pulumi.azurenative.datashare.ADLSGen1FileDataSetArgs;
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 adlsGen1FileDataSet = new ADLSGen1FileDataSet("adlsGen1FileDataSet", ADLSGen1FileDataSetArgs.builder()
.accountName("Account1")
.dataSetName("Dataset1")
.resourceGroupName("SampleResourceGroup")
.shareName("Share1")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
adls_gen1_file_data_set = azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet",
account_name="Account1",
data_set_name="Dataset1",
resource_group_name="SampleResourceGroup",
share_name="Share1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const adlsGen1FileDataSet = new azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet", {
accountName: "Account1",
dataSetName: "Dataset1",
resourceGroupName: "SampleResourceGroup",
shareName: "Share1",
});
resources:
adlsGen1FileDataSet:
type: azure-native:datashare:ADLSGen1FileDataSet
properties:
accountName: Account1
dataSetName: Dataset1
resourceGroupName: SampleResourceGroup
shareName: Share1
DataSets_KustoCluster_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var adlsGen1FileDataSet = new AzureNative.DataShare.ADLSGen1FileDataSet("adlsGen1FileDataSet", new()
{
AccountName = "Account1",
DataSetName = "Dataset1",
ResourceGroupName = "SampleResourceGroup",
ShareName = "Share1",
});
});
package main
import (
datashare "github.com/pulumi/pulumi-azure-native-sdk/datashare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datashare.NewADLSGen1FileDataSet(ctx, "adlsGen1FileDataSet", &datashare.ADLSGen1FileDataSetArgs{
AccountName: pulumi.String("Account1"),
DataSetName: pulumi.String("Dataset1"),
ResourceGroupName: pulumi.String("SampleResourceGroup"),
ShareName: pulumi.String("Share1"),
})
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.datashare.ADLSGen1FileDataSet;
import com.pulumi.azurenative.datashare.ADLSGen1FileDataSetArgs;
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 adlsGen1FileDataSet = new ADLSGen1FileDataSet("adlsGen1FileDataSet", ADLSGen1FileDataSetArgs.builder()
.accountName("Account1")
.dataSetName("Dataset1")
.resourceGroupName("SampleResourceGroup")
.shareName("Share1")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
adls_gen1_file_data_set = azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet",
account_name="Account1",
data_set_name="Dataset1",
resource_group_name="SampleResourceGroup",
share_name="Share1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const adlsGen1FileDataSet = new azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet", {
accountName: "Account1",
dataSetName: "Dataset1",
resourceGroupName: "SampleResourceGroup",
shareName: "Share1",
});
resources:
adlsGen1FileDataSet:
type: azure-native:datashare:ADLSGen1FileDataSet
properties:
accountName: Account1
dataSetName: Dataset1
resourceGroupName: SampleResourceGroup
shareName: Share1
DataSets_KustoDatabase_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var adlsGen1FileDataSet = new AzureNative.DataShare.ADLSGen1FileDataSet("adlsGen1FileDataSet", new()
{
AccountName = "Account1",
DataSetName = "Dataset1",
ResourceGroupName = "SampleResourceGroup",
ShareName = "Share1",
});
});
package main
import (
datashare "github.com/pulumi/pulumi-azure-native-sdk/datashare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datashare.NewADLSGen1FileDataSet(ctx, "adlsGen1FileDataSet", &datashare.ADLSGen1FileDataSetArgs{
AccountName: pulumi.String("Account1"),
DataSetName: pulumi.String("Dataset1"),
ResourceGroupName: pulumi.String("SampleResourceGroup"),
ShareName: pulumi.String("Share1"),
})
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.datashare.ADLSGen1FileDataSet;
import com.pulumi.azurenative.datashare.ADLSGen1FileDataSetArgs;
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 adlsGen1FileDataSet = new ADLSGen1FileDataSet("adlsGen1FileDataSet", ADLSGen1FileDataSetArgs.builder()
.accountName("Account1")
.dataSetName("Dataset1")
.resourceGroupName("SampleResourceGroup")
.shareName("Share1")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
adls_gen1_file_data_set = azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet",
account_name="Account1",
data_set_name="Dataset1",
resource_group_name="SampleResourceGroup",
share_name="Share1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const adlsGen1FileDataSet = new azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet", {
accountName: "Account1",
dataSetName: "Dataset1",
resourceGroupName: "SampleResourceGroup",
shareName: "Share1",
});
resources:
adlsGen1FileDataSet:
type: azure-native:datashare:ADLSGen1FileDataSet
properties:
accountName: Account1
dataSetName: Dataset1
resourceGroupName: SampleResourceGroup
shareName: Share1
DataSets_SqlDBTable_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var adlsGen1FileDataSet = new AzureNative.DataShare.ADLSGen1FileDataSet("adlsGen1FileDataSet", new()
{
AccountName = "Account1",
DataSetName = "Dataset1",
ResourceGroupName = "SampleResourceGroup",
ShareName = "Share1",
});
});
package main
import (
datashare "github.com/pulumi/pulumi-azure-native-sdk/datashare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datashare.NewADLSGen1FileDataSet(ctx, "adlsGen1FileDataSet", &datashare.ADLSGen1FileDataSetArgs{
AccountName: pulumi.String("Account1"),
DataSetName: pulumi.String("Dataset1"),
ResourceGroupName: pulumi.String("SampleResourceGroup"),
ShareName: pulumi.String("Share1"),
})
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.datashare.ADLSGen1FileDataSet;
import com.pulumi.azurenative.datashare.ADLSGen1FileDataSetArgs;
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 adlsGen1FileDataSet = new ADLSGen1FileDataSet("adlsGen1FileDataSet", ADLSGen1FileDataSetArgs.builder()
.accountName("Account1")
.dataSetName("Dataset1")
.resourceGroupName("SampleResourceGroup")
.shareName("Share1")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
adls_gen1_file_data_set = azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet",
account_name="Account1",
data_set_name="Dataset1",
resource_group_name="SampleResourceGroup",
share_name="Share1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const adlsGen1FileDataSet = new azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet", {
accountName: "Account1",
dataSetName: "Dataset1",
resourceGroupName: "SampleResourceGroup",
shareName: "Share1",
});
resources:
adlsGen1FileDataSet:
type: azure-native:datashare:ADLSGen1FileDataSet
properties:
accountName: Account1
dataSetName: Dataset1
resourceGroupName: SampleResourceGroup
shareName: Share1
DataSets_SqlDWTable_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var adlsGen1FileDataSet = new AzureNative.DataShare.ADLSGen1FileDataSet("adlsGen1FileDataSet", new()
{
AccountName = "Account1",
DataSetName = "Dataset1",
ResourceGroupName = "SampleResourceGroup",
ShareName = "Share1",
});
});
package main
import (
datashare "github.com/pulumi/pulumi-azure-native-sdk/datashare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datashare.NewADLSGen1FileDataSet(ctx, "adlsGen1FileDataSet", &datashare.ADLSGen1FileDataSetArgs{
AccountName: pulumi.String("Account1"),
DataSetName: pulumi.String("Dataset1"),
ResourceGroupName: pulumi.String("SampleResourceGroup"),
ShareName: pulumi.String("Share1"),
})
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.datashare.ADLSGen1FileDataSet;
import com.pulumi.azurenative.datashare.ADLSGen1FileDataSetArgs;
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 adlsGen1FileDataSet = new ADLSGen1FileDataSet("adlsGen1FileDataSet", ADLSGen1FileDataSetArgs.builder()
.accountName("Account1")
.dataSetName("Dataset1")
.resourceGroupName("SampleResourceGroup")
.shareName("Share1")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
adls_gen1_file_data_set = azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet",
account_name="Account1",
data_set_name="Dataset1",
resource_group_name="SampleResourceGroup",
share_name="Share1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const adlsGen1FileDataSet = new azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet", {
accountName: "Account1",
dataSetName: "Dataset1",
resourceGroupName: "SampleResourceGroup",
shareName: "Share1",
});
resources:
adlsGen1FileDataSet:
type: azure-native:datashare:ADLSGen1FileDataSet
properties:
accountName: Account1
dataSetName: Dataset1
resourceGroupName: SampleResourceGroup
shareName: Share1
DataSets_SynapseWorkspaceSqlPoolTable_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var adlsGen1FileDataSet = new AzureNative.DataShare.ADLSGen1FileDataSet("adlsGen1FileDataSet", new()
{
AccountName = "sourceAccount",
DataSetName = "dataset1",
ResourceGroupName = "SampleResourceGroup",
ShareName = "share1",
});
});
package main
import (
datashare "github.com/pulumi/pulumi-azure-native-sdk/datashare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datashare.NewADLSGen1FileDataSet(ctx, "adlsGen1FileDataSet", &datashare.ADLSGen1FileDataSetArgs{
AccountName: pulumi.String("sourceAccount"),
DataSetName: pulumi.String("dataset1"),
ResourceGroupName: pulumi.String("SampleResourceGroup"),
ShareName: pulumi.String("share1"),
})
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.datashare.ADLSGen1FileDataSet;
import com.pulumi.azurenative.datashare.ADLSGen1FileDataSetArgs;
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 adlsGen1FileDataSet = new ADLSGen1FileDataSet("adlsGen1FileDataSet", ADLSGen1FileDataSetArgs.builder()
.accountName("sourceAccount")
.dataSetName("dataset1")
.resourceGroupName("SampleResourceGroup")
.shareName("share1")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
adls_gen1_file_data_set = azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet",
account_name="sourceAccount",
data_set_name="dataset1",
resource_group_name="SampleResourceGroup",
share_name="share1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const adlsGen1FileDataSet = new azure_native.datashare.ADLSGen1FileDataSet("adlsGen1FileDataSet", {
accountName: "sourceAccount",
dataSetName: "dataset1",
resourceGroupName: "SampleResourceGroup",
shareName: "share1",
});
resources:
adlsGen1FileDataSet:
type: azure-native:datashare:ADLSGen1FileDataSet
properties:
accountName: sourceAccount
dataSetName: dataset1
resourceGroupName: SampleResourceGroup
shareName: share1
Create ADLSGen1FileDataSet Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ADLSGen1FileDataSet(name: string, args: ADLSGen1FileDataSetArgs, opts?: CustomResourceOptions);
@overload
def ADLSGen1FileDataSet(resource_name: str,
args: ADLSGen1FileDataSetArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ADLSGen1FileDataSet(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_name: Optional[str] = None,
file_name: Optional[str] = None,
folder_path: Optional[str] = None,
resource_group: Optional[str] = None,
resource_group_name: Optional[str] = None,
share_name: Optional[str] = None,
subscription_id: Optional[str] = None,
data_set_name: Optional[str] = None)
func NewADLSGen1FileDataSet(ctx *Context, name string, args ADLSGen1FileDataSetArgs, opts ...ResourceOption) (*ADLSGen1FileDataSet, error)
public ADLSGen1FileDataSet(string name, ADLSGen1FileDataSetArgs args, CustomResourceOptions? opts = null)
public ADLSGen1FileDataSet(String name, ADLSGen1FileDataSetArgs args)
public ADLSGen1FileDataSet(String name, ADLSGen1FileDataSetArgs args, CustomResourceOptions options)
type: azure-native:datashare:ADLSGen1FileDataSet
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 ADLSGen1FileDataSetArgs
- 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 ADLSGen1FileDataSetArgs
- 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 ADLSGen1FileDataSetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ADLSGen1FileDataSetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ADLSGen1FileDataSetArgs
- 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 adlsgen1FileDataSetResource = new AzureNative.Datashare.ADLSGen1FileDataSet("adlsgen1FileDataSetResource", new()
{
AccountName = "string",
FileName = "string",
FolderPath = "string",
Kind = "string",
ResourceGroup = "string",
ResourceGroupName = "string",
ShareName = "string",
SubscriptionId = "string",
DataSetName = "string",
});
example, err := datashare.NewADLSGen1FileDataSet(ctx, "adlsgen1FileDataSetResource", &datashare.ADLSGen1FileDataSetArgs{
AccountName: "string",
FileName: "string",
FolderPath: "string",
Kind: "string",
ResourceGroup: "string",
ResourceGroupName: "string",
ShareName: "string",
SubscriptionId: "string",
DataSetName: "string",
})
var adlsgen1FileDataSetResource = new ADLSGen1FileDataSet("adlsgen1FileDataSetResource", ADLSGen1FileDataSetArgs.builder()
.accountName("string")
.fileName("string")
.folderPath("string")
.kind("string")
.resourceGroup("string")
.resourceGroupName("string")
.shareName("string")
.subscriptionId("string")
.dataSetName("string")
.build());
adlsgen1_file_data_set_resource = azure_native.datashare.ADLSGen1FileDataSet("adlsgen1FileDataSetResource",
account_name=string,
file_name=string,
folder_path=string,
kind=string,
resource_group=string,
resource_group_name=string,
share_name=string,
subscription_id=string,
data_set_name=string)
const adlsgen1FileDataSetResource = new azure_native.datashare.ADLSGen1FileDataSet("adlsgen1FileDataSetResource", {
accountName: "string",
fileName: "string",
folderPath: "string",
kind: "string",
resourceGroup: "string",
resourceGroupName: "string",
shareName: "string",
subscriptionId: "string",
dataSetName: "string",
});
type: azure-native:datashare:ADLSGen1FileDataSet
properties:
accountName: string
dataSetName: string
fileName: string
folderPath: string
kind: string
resourceGroup: string
resourceGroupName: string
shareName: string
subscriptionId: string
ADLSGen1FileDataSet 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 ADLSGen1FileDataSet resource accepts the following input properties:
- Account
Name string - The ADLS account name.
- File
Name string - The file name in the ADLS account.
- Folder
Path string - The folder path within the ADLS account.
- Resource
Group string - Resource group of ADLS account.
- Resource
Group stringName - The resource group name.
- string
- The name of the share to add the data set to.
- Subscription
Id string - Subscription id of ADLS account.
- Data
Set stringName - The name of the dataSet.
- Account
Name string - The ADLS account name.
- File
Name string - The file name in the ADLS account.
- Folder
Path string - The folder path within the ADLS account.
- Resource
Group string - Resource group of ADLS account.
- Resource
Group stringName - The resource group name.
- string
- The name of the share to add the data set to.
- Subscription
Id string - Subscription id of ADLS account.
- Data
Set stringName - The name of the dataSet.
- account
Name String - The ADLS account name.
- file
Name String - The file name in the ADLS account.
- folder
Path String - The folder path within the ADLS account.
- resource
Group String - Resource group of ADLS account.
- resource
Group StringName - The resource group name.
- String
- The name of the share to add the data set to.
- subscription
Id String - Subscription id of ADLS account.
- data
Set StringName - The name of the dataSet.
- account
Name string - The ADLS account name.
- file
Name string - The file name in the ADLS account.
- folder
Path string - The folder path within the ADLS account.
- resource
Group string - Resource group of ADLS account.
- resource
Group stringName - The resource group name.
- string
- The name of the share to add the data set to.
- subscription
Id string - Subscription id of ADLS account.
- data
Set stringName - The name of the dataSet.
- account_
name str - The ADLS account name.
- file_
name str - The file name in the ADLS account.
- folder_
path str - The folder path within the ADLS account.
- resource_
group str - Resource group of ADLS account.
- resource_
group_ strname - The resource group name.
- str
- The name of the share to add the data set to.
- subscription_
id str - Subscription id of ADLS account.
- data_
set_ strname - The name of the dataSet.
- account
Name String - The ADLS account name.
- file
Name String - The file name in the ADLS account.
- folder
Path String - The folder path within the ADLS account.
- resource
Group String - Resource group of ADLS account.
- resource
Group StringName - The resource group name.
- String
- The name of the share to add the data set to.
- subscription
Id String - Subscription id of ADLS account.
- data
Set StringName - The name of the dataSet.
Outputs
All input properties are implicitly available as output properties. Additionally, the ADLSGen1FileDataSet resource produces the following output properties:
- Data
Set stringId - Unique id for identifying a data set resource
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the azure resource
- System
Data Pulumi.Azure Native. Data Share. Outputs. System Data Response - System Data of the Azure resource.
- Type string
- Type of the azure resource
- Data
Set stringId - Unique id for identifying a data set resource
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the azure resource
- System
Data SystemData Response - System Data of the Azure resource.
- Type string
- Type of the azure resource
- data
Set StringId - Unique id for identifying a data set resource
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the azure resource
- system
Data SystemData Response - System Data of the Azure resource.
- type String
- Type of the azure resource
- data
Set stringId - Unique id for identifying a data set resource
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Name of the azure resource
- system
Data SystemData Response - System Data of the Azure resource.
- type string
- Type of the azure resource
- data_
set_ strid - Unique id for identifying a data set resource
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Name of the azure resource
- system_
data SystemData Response - System Data of the Azure resource.
- type str
- Type of the azure resource
- data
Set StringId - Unique id for identifying a data set resource
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the azure resource
- system
Data Property Map - System Data of the Azure resource.
- type String
- Type of the azure resource
Supporting Types
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The type of identity that last modified the resource.
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The type of identity that last modified the resource.
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The type of identity that last modified the resource.
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The type of identity that last modified the resource.
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:datashare:ADLSGen1FileDataSet dataset1 /subscriptions/0f3dcfc3-18f8-4099-b381-8353e19d43a7/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/sourceAccount/shares/share1/dataSets/dataset1
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