azure-native.datashare.BlobContainerDataSetMapping

Explore with Pulumi AI

A Blob container data set mapping. API Version: 2020-09-01.

Example Usage

DataSetMappings_Create

using System.Collections.Generic;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var blobContainerDataSetMapping = new AzureNative.DataShare.BlobContainerDataSetMapping("blobContainerDataSetMapping", new()
    {
        AccountName = "Account1",
        DataSetMappingName = "DatasetMapping1",
        ResourceGroupName = "SampleResourceGroup",
        ShareSubscriptionName = "ShareSubscription1",
    });

});
package main

import (
	datashare "github.com/pulumi/pulumi-azure-native/sdk/go/azure/datashare"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datashare.NewBlobContainerDataSetMapping(ctx, "blobContainerDataSetMapping", &datashare.BlobContainerDataSetMappingArgs{
			AccountName:           pulumi.String("Account1"),
			DataSetMappingName:    pulumi.String("DatasetMapping1"),
			ResourceGroupName:     pulumi.String("SampleResourceGroup"),
			ShareSubscriptionName: pulumi.String("ShareSubscription1"),
		})
		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.BlobContainerDataSetMapping;
import com.pulumi.azurenative.datashare.BlobContainerDataSetMappingArgs;
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 blobContainerDataSetMapping = new BlobContainerDataSetMapping("blobContainerDataSetMapping", BlobContainerDataSetMappingArgs.builder()        
            .accountName("Account1")
            .dataSetMappingName("DatasetMapping1")
            .resourceGroupName("SampleResourceGroup")
            .shareSubscriptionName("ShareSubscription1")
            .build());

    }
}
import pulumi
import pulumi_azure_native as azure_native

blob_container_data_set_mapping = azure_native.datashare.BlobContainerDataSetMapping("blobContainerDataSetMapping",
    account_name="Account1",
    data_set_mapping_name="DatasetMapping1",
    resource_group_name="SampleResourceGroup",
    share_subscription_name="ShareSubscription1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const blobContainerDataSetMapping = new azure_native.datashare.BlobContainerDataSetMapping("blobContainerDataSetMapping", {
    accountName: "Account1",
    dataSetMappingName: "DatasetMapping1",
    resourceGroupName: "SampleResourceGroup",
    shareSubscriptionName: "ShareSubscription1",
});
resources:
  blobContainerDataSetMapping:
    type: azure-native:datashare:BlobContainerDataSetMapping
    properties:
      accountName: Account1
      dataSetMappingName: DatasetMapping1
      resourceGroupName: SampleResourceGroup
      shareSubscriptionName: ShareSubscription1

DataSetMappings_SqlDB_Create

using System.Collections.Generic;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var blobContainerDataSetMapping = new AzureNative.DataShare.BlobContainerDataSetMapping("blobContainerDataSetMapping", new()
    {
        AccountName = "Account1",
        DataSetMappingName = "DatasetMapping1",
        ResourceGroupName = "SampleResourceGroup",
        ShareSubscriptionName = "ShareSubscription1",
    });

});
package main

import (
	datashare "github.com/pulumi/pulumi-azure-native/sdk/go/azure/datashare"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datashare.NewBlobContainerDataSetMapping(ctx, "blobContainerDataSetMapping", &datashare.BlobContainerDataSetMappingArgs{
			AccountName:           pulumi.String("Account1"),
			DataSetMappingName:    pulumi.String("DatasetMapping1"),
			ResourceGroupName:     pulumi.String("SampleResourceGroup"),
			ShareSubscriptionName: pulumi.String("ShareSubscription1"),
		})
		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.BlobContainerDataSetMapping;
import com.pulumi.azurenative.datashare.BlobContainerDataSetMappingArgs;
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 blobContainerDataSetMapping = new BlobContainerDataSetMapping("blobContainerDataSetMapping", BlobContainerDataSetMappingArgs.builder()        
            .accountName("Account1")
            .dataSetMappingName("DatasetMapping1")
            .resourceGroupName("SampleResourceGroup")
            .shareSubscriptionName("ShareSubscription1")
            .build());

    }
}
import pulumi
import pulumi_azure_native as azure_native

blob_container_data_set_mapping = azure_native.datashare.BlobContainerDataSetMapping("blobContainerDataSetMapping",
    account_name="Account1",
    data_set_mapping_name="DatasetMapping1",
    resource_group_name="SampleResourceGroup",
    share_subscription_name="ShareSubscription1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const blobContainerDataSetMapping = new azure_native.datashare.BlobContainerDataSetMapping("blobContainerDataSetMapping", {
    accountName: "Account1",
    dataSetMappingName: "DatasetMapping1",
    resourceGroupName: "SampleResourceGroup",
    shareSubscriptionName: "ShareSubscription1",
});
resources:
  blobContainerDataSetMapping:
    type: azure-native:datashare:BlobContainerDataSetMapping
    properties:
      accountName: Account1
      dataSetMappingName: DatasetMapping1
      resourceGroupName: SampleResourceGroup
      shareSubscriptionName: ShareSubscription1

DataSetMappings_SqlDWDataSetToAdlsGen2File_Create

using System.Collections.Generic;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var blobContainerDataSetMapping = new AzureNative.DataShare.BlobContainerDataSetMapping("blobContainerDataSetMapping", new()
    {
        AccountName = "Account1",
        DataSetMappingName = "DatasetMapping1",
        ResourceGroupName = "SampleResourceGroup",
        ShareSubscriptionName = "ShareSubscription1",
    });

});
package main

import (
	datashare "github.com/pulumi/pulumi-azure-native/sdk/go/azure/datashare"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datashare.NewBlobContainerDataSetMapping(ctx, "blobContainerDataSetMapping", &datashare.BlobContainerDataSetMappingArgs{
			AccountName:           pulumi.String("Account1"),
			DataSetMappingName:    pulumi.String("DatasetMapping1"),
			ResourceGroupName:     pulumi.String("SampleResourceGroup"),
			ShareSubscriptionName: pulumi.String("ShareSubscription1"),
		})
		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.BlobContainerDataSetMapping;
import com.pulumi.azurenative.datashare.BlobContainerDataSetMappingArgs;
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 blobContainerDataSetMapping = new BlobContainerDataSetMapping("blobContainerDataSetMapping", BlobContainerDataSetMappingArgs.builder()        
            .accountName("Account1")
            .dataSetMappingName("DatasetMapping1")
            .resourceGroupName("SampleResourceGroup")
            .shareSubscriptionName("ShareSubscription1")
            .build());

    }
}
import pulumi
import pulumi_azure_native as azure_native

blob_container_data_set_mapping = azure_native.datashare.BlobContainerDataSetMapping("blobContainerDataSetMapping",
    account_name="Account1",
    data_set_mapping_name="DatasetMapping1",
    resource_group_name="SampleResourceGroup",
    share_subscription_name="ShareSubscription1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const blobContainerDataSetMapping = new azure_native.datashare.BlobContainerDataSetMapping("blobContainerDataSetMapping", {
    accountName: "Account1",
    dataSetMappingName: "DatasetMapping1",
    resourceGroupName: "SampleResourceGroup",
    shareSubscriptionName: "ShareSubscription1",
});
resources:
  blobContainerDataSetMapping:
    type: azure-native:datashare:BlobContainerDataSetMapping
    properties:
      accountName: Account1
      dataSetMappingName: DatasetMapping1
      resourceGroupName: SampleResourceGroup
      shareSubscriptionName: ShareSubscription1

DataSetMappings_SqlDW_Create

using System.Collections.Generic;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var blobContainerDataSetMapping = new AzureNative.DataShare.BlobContainerDataSetMapping("blobContainerDataSetMapping", new()
    {
        AccountName = "Account1",
        DataSetMappingName = "DatasetMapping1",
        ResourceGroupName = "SampleResourceGroup",
        ShareSubscriptionName = "ShareSubscription1",
    });

});
package main

import (
	datashare "github.com/pulumi/pulumi-azure-native/sdk/go/azure/datashare"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datashare.NewBlobContainerDataSetMapping(ctx, "blobContainerDataSetMapping", &datashare.BlobContainerDataSetMappingArgs{
			AccountName:           pulumi.String("Account1"),
			DataSetMappingName:    pulumi.String("DatasetMapping1"),
			ResourceGroupName:     pulumi.String("SampleResourceGroup"),
			ShareSubscriptionName: pulumi.String("ShareSubscription1"),
		})
		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.BlobContainerDataSetMapping;
import com.pulumi.azurenative.datashare.BlobContainerDataSetMappingArgs;
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 blobContainerDataSetMapping = new BlobContainerDataSetMapping("blobContainerDataSetMapping", BlobContainerDataSetMappingArgs.builder()        
            .accountName("Account1")
            .dataSetMappingName("DatasetMapping1")
            .resourceGroupName("SampleResourceGroup")
            .shareSubscriptionName("ShareSubscription1")
            .build());

    }
}
import pulumi
import pulumi_azure_native as azure_native

blob_container_data_set_mapping = azure_native.datashare.BlobContainerDataSetMapping("blobContainerDataSetMapping",
    account_name="Account1",
    data_set_mapping_name="DatasetMapping1",
    resource_group_name="SampleResourceGroup",
    share_subscription_name="ShareSubscription1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const blobContainerDataSetMapping = new azure_native.datashare.BlobContainerDataSetMapping("blobContainerDataSetMapping", {
    accountName: "Account1",
    dataSetMappingName: "DatasetMapping1",
    resourceGroupName: "SampleResourceGroup",
    shareSubscriptionName: "ShareSubscription1",
});
resources:
  blobContainerDataSetMapping:
    type: azure-native:datashare:BlobContainerDataSetMapping
    properties:
      accountName: Account1
      dataSetMappingName: DatasetMapping1
      resourceGroupName: SampleResourceGroup
      shareSubscriptionName: ShareSubscription1

DataSetMappings_SynapseWorkspaceSqlPoolTable_Create

using System.Collections.Generic;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var blobContainerDataSetMapping = new AzureNative.DataShare.BlobContainerDataSetMapping("blobContainerDataSetMapping", new()
    {
        AccountName = "consumerAccount",
        DataSetMappingName = "datasetMappingName1",
        ResourceGroupName = "SampleResourceGroup",
        ShareSubscriptionName = "ShareSubscription1",
    });

});
package main

import (
	datashare "github.com/pulumi/pulumi-azure-native/sdk/go/azure/datashare"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datashare.NewBlobContainerDataSetMapping(ctx, "blobContainerDataSetMapping", &datashare.BlobContainerDataSetMappingArgs{
			AccountName:           pulumi.String("consumerAccount"),
			DataSetMappingName:    pulumi.String("datasetMappingName1"),
			ResourceGroupName:     pulumi.String("SampleResourceGroup"),
			ShareSubscriptionName: pulumi.String("ShareSubscription1"),
		})
		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.BlobContainerDataSetMapping;
import com.pulumi.azurenative.datashare.BlobContainerDataSetMappingArgs;
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 blobContainerDataSetMapping = new BlobContainerDataSetMapping("blobContainerDataSetMapping", BlobContainerDataSetMappingArgs.builder()        
            .accountName("consumerAccount")
            .dataSetMappingName("datasetMappingName1")
            .resourceGroupName("SampleResourceGroup")
            .shareSubscriptionName("ShareSubscription1")
            .build());

    }
}
import pulumi
import pulumi_azure_native as azure_native

blob_container_data_set_mapping = azure_native.datashare.BlobContainerDataSetMapping("blobContainerDataSetMapping",
    account_name="consumerAccount",
    data_set_mapping_name="datasetMappingName1",
    resource_group_name="SampleResourceGroup",
    share_subscription_name="ShareSubscription1")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const blobContainerDataSetMapping = new azure_native.datashare.BlobContainerDataSetMapping("blobContainerDataSetMapping", {
    accountName: "consumerAccount",
    dataSetMappingName: "datasetMappingName1",
    resourceGroupName: "SampleResourceGroup",
    shareSubscriptionName: "ShareSubscription1",
});
resources:
  blobContainerDataSetMapping:
    type: azure-native:datashare:BlobContainerDataSetMapping
    properties:
      accountName: consumerAccount
      dataSetMappingName: datasetMappingName1
      resourceGroupName: SampleResourceGroup
      shareSubscriptionName: ShareSubscription1

Create BlobContainerDataSetMapping Resource

new BlobContainerDataSetMapping(name: string, args: BlobContainerDataSetMappingArgs, opts?: CustomResourceOptions);
@overload
def BlobContainerDataSetMapping(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                account_name: Optional[str] = None,
                                container_name: Optional[str] = None,
                                data_set_id: Optional[str] = None,
                                data_set_mapping_name: Optional[str] = None,
                                resource_group: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                share_subscription_name: Optional[str] = None,
                                storage_account_name: Optional[str] = None,
                                subscription_id: Optional[str] = None)
@overload
def BlobContainerDataSetMapping(resource_name: str,
                                args: BlobContainerDataSetMappingArgs,
                                opts: Optional[ResourceOptions] = None)
func NewBlobContainerDataSetMapping(ctx *Context, name string, args BlobContainerDataSetMappingArgs, opts ...ResourceOption) (*BlobContainerDataSetMapping, error)
public BlobContainerDataSetMapping(string name, BlobContainerDataSetMappingArgs args, CustomResourceOptions? opts = null)
public BlobContainerDataSetMapping(String name, BlobContainerDataSetMappingArgs args)
public BlobContainerDataSetMapping(String name, BlobContainerDataSetMappingArgs args, CustomResourceOptions options)
type: azure-native:datashare:BlobContainerDataSetMapping
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args BlobContainerDataSetMappingArgs
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 BlobContainerDataSetMappingArgs
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 BlobContainerDataSetMappingArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args BlobContainerDataSetMappingArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args BlobContainerDataSetMappingArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

BlobContainerDataSetMapping 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 BlobContainerDataSetMapping resource accepts the following input properties:

AccountName string

The name of the share account.

ContainerName string

BLOB Container name.

DataSetId string

The id of the source data set.

ResourceGroup string

Resource group of storage account.

ResourceGroupName string

The resource group name.

ShareSubscriptionName string

The name of the share subscription which will hold the data set sink.

StorageAccountName string

Storage account name of the source data set.

SubscriptionId string

Subscription id of storage account.

DataSetMappingName string

The name of the data set mapping to be created.

AccountName string

The name of the share account.

ContainerName string

BLOB Container name.

DataSetId string

The id of the source data set.

ResourceGroup string

Resource group of storage account.

ResourceGroupName string

The resource group name.

ShareSubscriptionName string

The name of the share subscription which will hold the data set sink.

StorageAccountName string

Storage account name of the source data set.

SubscriptionId string

Subscription id of storage account.

DataSetMappingName string

The name of the data set mapping to be created.

accountName String

The name of the share account.

containerName String

BLOB Container name.

dataSetId String

The id of the source data set.

resourceGroup String

Resource group of storage account.

resourceGroupName String

The resource group name.

shareSubscriptionName String

The name of the share subscription which will hold the data set sink.

storageAccountName String

Storage account name of the source data set.

subscriptionId String

Subscription id of storage account.

dataSetMappingName String

The name of the data set mapping to be created.

accountName string

The name of the share account.

containerName string

BLOB Container name.

dataSetId string

The id of the source data set.

resourceGroup string

Resource group of storage account.

resourceGroupName string

The resource group name.

shareSubscriptionName string

The name of the share subscription which will hold the data set sink.

storageAccountName string

Storage account name of the source data set.

subscriptionId string

Subscription id of storage account.

dataSetMappingName string

The name of the data set mapping to be created.

account_name str

The name of the share account.

container_name str

BLOB Container name.

data_set_id str

The id of the source data set.

resource_group str

Resource group of storage account.

resource_group_name str

The resource group name.

share_subscription_name str

The name of the share subscription which will hold the data set sink.

storage_account_name str

Storage account name of the source data set.

subscription_id str

Subscription id of storage account.

data_set_mapping_name str

The name of the data set mapping to be created.

accountName String

The name of the share account.

containerName String

BLOB Container name.

dataSetId String

The id of the source data set.

resourceGroup String

Resource group of storage account.

resourceGroupName String

The resource group name.

shareSubscriptionName String

The name of the share subscription which will hold the data set sink.

storageAccountName String

Storage account name of the source data set.

subscriptionId String

Subscription id of storage account.

dataSetMappingName String

The name of the data set mapping to be created.

Outputs

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

DataSetMappingStatus string

Gets the status of the data set mapping.

Id string

The provider-assigned unique ID for this managed resource.

Name string

Name of the azure resource

ProvisioningState string

Provisioning state of the data set mapping.

SystemData Pulumi.AzureNative.DataShare.Outputs.SystemDataResponse

System Data of the Azure resource.

Type string

Type of the azure resource

DataSetMappingStatus string

Gets the status of the data set mapping.

Id string

The provider-assigned unique ID for this managed resource.

Name string

Name of the azure resource

ProvisioningState string

Provisioning state of the data set mapping.

SystemData SystemDataResponse

System Data of the Azure resource.

Type string

Type of the azure resource

dataSetMappingStatus String

Gets the status of the data set mapping.

id String

The provider-assigned unique ID for this managed resource.

name String

Name of the azure resource

provisioningState String

Provisioning state of the data set mapping.

systemData SystemDataResponse

System Data of the Azure resource.

type String

Type of the azure resource

dataSetMappingStatus string

Gets the status of the data set mapping.

id string

The provider-assigned unique ID for this managed resource.

name string

Name of the azure resource

provisioningState string

Provisioning state of the data set mapping.

systemData SystemDataResponse

System Data of the Azure resource.

type string

Type of the azure resource

data_set_mapping_status str

Gets the status of the data set mapping.

id str

The provider-assigned unique ID for this managed resource.

name str

Name of the azure resource

provisioning_state str

Provisioning state of the data set mapping.

system_data SystemDataResponse

System Data of the Azure resource.

type str

Type of the azure resource

dataSetMappingStatus String

Gets the status of the data set mapping.

id String

The provider-assigned unique ID for this managed resource.

name String

Name of the azure resource

provisioningState String

Provisioning state of the data set mapping.

systemData Property Map

System Data of the Azure resource.

type String

Type of the azure resource

Supporting Types

SystemDataResponse

CreatedAt string

The timestamp of resource creation (UTC).

CreatedBy string

The identity that created the resource.

CreatedByType string

The type of identity that created the resource.

LastModifiedAt string

The type of identity that last modified the resource.

LastModifiedBy string

The identity that last modified the resource.

LastModifiedByType string

The type of identity that last modified the resource.

CreatedAt string

The timestamp of resource creation (UTC).

CreatedBy string

The identity that created the resource.

CreatedByType string

The type of identity that created the resource.

LastModifiedAt string

The type of identity that last modified the resource.

LastModifiedBy string

The identity that last modified the resource.

LastModifiedByType string

The type of identity that last modified the resource.

createdAt String

The timestamp of resource creation (UTC).

createdBy String

The identity that created the resource.

createdByType String

The type of identity that created the resource.

lastModifiedAt String

The type of identity that last modified the resource.

lastModifiedBy String

The identity that last modified the resource.

lastModifiedByType String

The type of identity that last modified the resource.

createdAt string

The timestamp of resource creation (UTC).

createdBy string

The identity that created the resource.

createdByType string

The type of identity that created the resource.

lastModifiedAt string

The type of identity that last modified the resource.

lastModifiedBy string

The identity that last modified the resource.

lastModifiedByType string

The type of identity that last modified the resource.

created_at str

The timestamp of resource creation (UTC).

created_by str

The identity that created the resource.

created_by_type str

The type of identity that created the resource.

last_modified_at str

The type of identity that last modified the resource.

last_modified_by str

The identity that last modified the resource.

last_modified_by_type str

The type of identity that last modified the resource.

createdAt String

The timestamp of resource creation (UTC).

createdBy String

The identity that created the resource.

createdByType String

The type of identity that created the resource.

lastModifiedAt String

The type of identity that last modified the resource.

lastModifiedBy String

The identity that last modified the resource.

lastModifiedByType String

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:BlobContainerDataSetMapping datasetMappingName /subscriptions/4e745bb7-c420-479b-b0d6-a0f92d48a227/resourceGroups/SampleResourceGroup/providers/Microsoft.DataShare/accounts/consumerAccount/shareSubscriptions/ShareSubscription1/dataSetMappings/datasetMappingName1 

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0