azure-native.hybriddata.DataManager
Explore with Pulumi AI
The DataManager resource. API Version: 2019-06-01.
Create DataManager Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataManager(name: string, args: DataManagerArgs, opts?: CustomResourceOptions);
@overload
def DataManager(resource_name: str,
args: DataManagerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DataManager(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
data_manager_name: Optional[str] = None,
location: Optional[str] = None,
sku: Optional[SkuArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewDataManager(ctx *Context, name string, args DataManagerArgs, opts ...ResourceOption) (*DataManager, error)
public DataManager(string name, DataManagerArgs args, CustomResourceOptions? opts = null)
public DataManager(String name, DataManagerArgs args)
public DataManager(String name, DataManagerArgs args, CustomResourceOptions options)
type: azure-native:hybriddata:DataManager
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. DataManagerArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. DataManagerArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. DataManagerArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. DataManagerArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. DataManagerArgs - 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 dataManagerResource = new AzureNative.Hybriddata.DataManager("dataManagerResource", new()
{
ResourceGroupName = "string",
DataManagerName = "string",
Location = "string",
Sku =
{
{ "name", "string" },
{ "tier", "string" },
},
Tags =
{
{ "string", "string" },
},
});
example, err := hybriddata.NewDataManager(ctx, "dataManagerResource", &hybriddata.DataManagerArgs{
ResourceGroupName: "string",
DataManagerName: "string",
Location: "string",
Sku: map[string]interface{}{
"name": "string",
"tier": "string",
},
Tags: map[string]interface{}{
"string": "string",
},
})
var dataManagerResource = new DataManager("dataManagerResource", DataManagerArgs.builder()
.resourceGroupName("string")
.dataManagerName("string")
.location("string")
.sku(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
data_manager_resource = azure_native.hybriddata.DataManager("dataManagerResource",
resource_group_name=string,
data_manager_name=string,
location=string,
sku={
name: string,
tier: string,
},
tags={
string: string,
})
const dataManagerResource = new azure_native.hybriddata.DataManager("dataManagerResource", {
resourceGroupName: "string",
dataManagerName: "string",
location: "string",
sku: {
name: "string",
tier: "string",
},
tags: {
string: "string",
},
});
type: azure-native:hybriddata:DataManager
properties:
dataManagerName: string
location: string
resourceGroupName: string
sku:
name: string
tier: string
tags:
string: string
DataManager Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DataManager resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The Resource Group Name
- Data
Manager Name Changes to this property will trigger replacement.
- The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- Location
Changes to this property will trigger replacement.
- The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- Sku
Pulumi.
Azure Native. Hybrid Data. Inputs. Sku - The sku type.
- Dictionary<string, string>
- The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The Resource Group Name
- Data
Manager Name Changes to this property will trigger replacement.
- The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- Location
Changes to this property will trigger replacement.
- The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- Sku
Sku
Args - The sku type.
- map[string]string
- The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The Resource Group Name
- data
Manager Name Changes to this property will trigger replacement.
- The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- location
Changes to this property will trigger replacement.
- The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- sku Sku
- The sku type.
- Map<String,String>
- The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The Resource Group Name
- data
Manager Name Changes to this property will trigger replacement.
- The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- location
Changes to this property will trigger replacement.
- The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- sku Sku
- The sku type.
- {[key: string]: string}
- The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The Resource Group Name
- data_
manager_ name Changes to this property will trigger replacement.
- The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- location
Changes to this property will trigger replacement.
- The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- sku
Sku
Args - The sku type.
- Mapping[str, str]
- The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The Resource Group Name
- data
Manager Name Changes to this property will trigger replacement.
- The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
- location
Changes to this property will trigger replacement.
- The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.
- sku Property Map
- The sku type.
- Map<String>
- The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
Outputs
All input properties are implicitly available as output properties. Additionally, the DataManager resource produces the following output properties:
Supporting Types
Sku, SkuArgs
SkuResponse, SkuResponseArgs
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:hybriddata:DataManager TestAzureSDKOperations /subscriptions/6e0219f5-327a-4365-904f-05eed4227ad7/resourceGroups/ResourceGroupForSDKTest/providers/Microsoft.HybridData/dataManagers/TestAzureSDKOperations
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