azure-native.enterpriseknowledgegraph.EnterpriseKnowledgeGraph
Explore with Pulumi AI
EnterpriseKnowledgeGraph resource definition API Version: 2018-12-03.
Create EnterpriseKnowledgeGraph Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EnterpriseKnowledgeGraph(name: string, args: EnterpriseKnowledgeGraphArgs, opts?: CustomResourceOptions);
@overload
def EnterpriseKnowledgeGraph(resource_name: str,
args: EnterpriseKnowledgeGraphArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EnterpriseKnowledgeGraph(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
properties: Optional[EnterpriseKnowledgeGraphPropertiesArgs] = None,
resource_name_: Optional[str] = None,
sku: Optional[SkuArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewEnterpriseKnowledgeGraph(ctx *Context, name string, args EnterpriseKnowledgeGraphArgs, opts ...ResourceOption) (*EnterpriseKnowledgeGraph, error)
public EnterpriseKnowledgeGraph(string name, EnterpriseKnowledgeGraphArgs args, CustomResourceOptions? opts = null)
public EnterpriseKnowledgeGraph(String name, EnterpriseKnowledgeGraphArgs args)
public EnterpriseKnowledgeGraph(String name, EnterpriseKnowledgeGraphArgs args, CustomResourceOptions options)
type: azure-native:enterpriseknowledgegraph:EnterpriseKnowledgeGraph
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. EnterpriseKnowledgeGraphArgs - 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. EnterpriseKnowledgeGraphArgs - 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. EnterpriseKnowledgeGraphArgs - 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. EnterpriseKnowledgeGraphArgs - 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. EnterpriseKnowledgeGraphArgs - 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 enterpriseKnowledgeGraphResource = new AzureNative.Enterpriseknowledgegraph.EnterpriseKnowledgeGraph("enterpriseKnowledgeGraphResource", new()
{
ResourceGroupName = "string",
Location = "string",
Properties =
{
{ "description", "string" },
{ "metadata", "any" },
{ "provisioningState", "string" },
},
ResourceName = "string",
Sku =
{
{ "name", "string" },
},
Tags =
{
{ "string", "string" },
},
});
example, err := enterpriseknowledgegraph.NewEnterpriseKnowledgeGraph(ctx, "enterpriseKnowledgeGraphResource", &enterpriseknowledgegraph.EnterpriseKnowledgeGraphArgs{
ResourceGroupName: "string",
Location: "string",
Properties: map[string]interface{}{
"description": "string",
"metadata": "any",
"provisioningState": "string",
},
ResourceName: "string",
Sku: map[string]interface{}{
"name": "string",
},
Tags: map[string]interface{}{
"string": "string",
},
})
var enterpriseKnowledgeGraphResource = new EnterpriseKnowledgeGraph("enterpriseKnowledgeGraphResource", EnterpriseKnowledgeGraphArgs.builder()
.resourceGroupName("string")
.location("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.resourceName("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());
enterprise_knowledge_graph_resource = azure_native.enterpriseknowledgegraph.EnterpriseKnowledgeGraph("enterpriseKnowledgeGraphResource",
resource_group_name=string,
location=string,
properties={
description: string,
metadata: any,
provisioningState: string,
},
resource_name_=string,
sku={
name: string,
},
tags={
string: string,
})
const enterpriseKnowledgeGraphResource = new azure_native.enterpriseknowledgegraph.EnterpriseKnowledgeGraph("enterpriseKnowledgeGraphResource", {
resourceGroupName: "string",
location: "string",
properties: {
description: "string",
metadata: "any",
provisioningState: "string",
},
resourceName: "string",
sku: {
name: "string",
},
tags: {
string: "string",
},
});
type: azure-native:enterpriseknowledgegraph:EnterpriseKnowledgeGraph
properties:
location: string
properties:
description: string
metadata: any
provisioningState: string
resourceGroupName: string
resourceName: string
sku:
name: string
tags:
string: string
EnterpriseKnowledgeGraph 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 EnterpriseKnowledgeGraph resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource group in the user subscription.
- Location string
- Specifies the location of the resource.
- Properties
Pulumi.
Azure Native. Enterprise Knowledge Graph. Inputs. Enterprise Knowledge Graph Properties - The set of properties specific to EnterpriseKnowledgeGraph resource
- Resource
Name Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource.
- Sku
Pulumi.
Azure Native. Enterprise Knowledge Graph. Inputs. Sku - Gets or sets the SKU of the resource.
- Dictionary<string, string>
- Contains resource tags defined as key/value pairs.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource group in the user subscription.
- Location string
- Specifies the location of the resource.
- Properties
Enterprise
Knowledge Graph Properties Args - The set of properties specific to EnterpriseKnowledgeGraph resource
- Resource
Name Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource.
- Sku
Sku
Args - Gets or sets the SKU of the resource.
- map[string]string
- Contains resource tags defined as key/value pairs.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource group in the user subscription.
- location String
- Specifies the location of the resource.
- properties
Enterprise
Knowledge Graph Properties - The set of properties specific to EnterpriseKnowledgeGraph resource
- resource
Name Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource.
- sku Sku
- Gets or sets the SKU of the resource.
- Map<String,String>
- Contains resource tags defined as key/value pairs.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource group in the user subscription.
- location string
- Specifies the location of the resource.
- properties
Enterprise
Knowledge Graph Properties - The set of properties specific to EnterpriseKnowledgeGraph resource
- resource
Name Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource.
- sku Sku
- Gets or sets the SKU of the resource.
- {[key: string]: string}
- Contains resource tags defined as key/value pairs.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource group in the user subscription.
- location str
- Specifies the location of the resource.
- properties
Enterprise
Knowledge Graph Properties Args - The set of properties specific to EnterpriseKnowledgeGraph resource
- resource_
name Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource.
- sku
Sku
Args - Gets or sets the SKU of the resource.
- Mapping[str, str]
- Contains resource tags defined as key/value pairs.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource group in the user subscription.
- location String
- Specifies the location of the resource.
- properties Property Map
- The set of properties specific to EnterpriseKnowledgeGraph resource
- resource
Name Changes to this property will trigger replacement.
- The name of the EnterpriseKnowledgeGraph resource.
- sku Property Map
- Gets or sets the SKU of the resource.
- Map<String>
- Contains resource tags defined as key/value pairs.
Outputs
All input properties are implicitly available as output properties. Additionally, the EnterpriseKnowledgeGraph resource produces the following output properties:
Supporting Types
EnterpriseKnowledgeGraphProperties, EnterpriseKnowledgeGraphPropertiesArgs
- Description string
- The description of the EnterpriseKnowledgeGraph
- Metadata object
- Specifies the metadata of the resource.
- Provisioning
State string - The state of EnterpriseKnowledgeGraph provisioning
- Description string
- The description of the EnterpriseKnowledgeGraph
- Metadata interface{}
- Specifies the metadata of the resource.
- Provisioning
State string - The state of EnterpriseKnowledgeGraph provisioning
- description String
- The description of the EnterpriseKnowledgeGraph
- metadata Object
- Specifies the metadata of the resource.
- provisioning
State String - The state of EnterpriseKnowledgeGraph provisioning
- description string
- The description of the EnterpriseKnowledgeGraph
- metadata any
- Specifies the metadata of the resource.
- provisioning
State string - The state of EnterpriseKnowledgeGraph provisioning
- description str
- The description of the EnterpriseKnowledgeGraph
- metadata Any
- Specifies the metadata of the resource.
- provisioning_
state str - The state of EnterpriseKnowledgeGraph provisioning
- description String
- The description of the EnterpriseKnowledgeGraph
- metadata Any
- Specifies the metadata of the resource.
- provisioning
State String - The state of EnterpriseKnowledgeGraph provisioning
EnterpriseKnowledgeGraphPropertiesResponse, EnterpriseKnowledgeGraphPropertiesResponseArgs
- Description string
- The description of the EnterpriseKnowledgeGraph
- Metadata object
- Specifies the metadata of the resource.
- Provisioning
State string - The state of EnterpriseKnowledgeGraph provisioning
- Description string
- The description of the EnterpriseKnowledgeGraph
- Metadata interface{}
- Specifies the metadata of the resource.
- Provisioning
State string - The state of EnterpriseKnowledgeGraph provisioning
- description String
- The description of the EnterpriseKnowledgeGraph
- metadata Object
- Specifies the metadata of the resource.
- provisioning
State String - The state of EnterpriseKnowledgeGraph provisioning
- description string
- The description of the EnterpriseKnowledgeGraph
- metadata any
- Specifies the metadata of the resource.
- provisioning
State string - The state of EnterpriseKnowledgeGraph provisioning
- description str
- The description of the EnterpriseKnowledgeGraph
- metadata Any
- Specifies the metadata of the resource.
- provisioning_
state str - The state of EnterpriseKnowledgeGraph provisioning
- description String
- The description of the EnterpriseKnowledgeGraph
- metadata Any
- Specifies the metadata of the resource.
- provisioning
State String - The state of EnterpriseKnowledgeGraph provisioning
Sku, SkuArgs
- Name
This property is required. string | Pulumi.Azure Native. Enterprise Knowledge Graph. Sku Name - The sku name
- name
This property is required. String | "F0" | "S1" - The sku name
SkuName, SkuNameArgs
- F0
- F0
- S1
- S1
- Sku
Name F0 - F0
- Sku
Name S1 - S1
- F0
- F0
- S1
- S1
- F0
- F0
- S1
- S1
- F0
- F0
- S1
- S1
- "F0"
- F0
- "S1"
- S1
SkuResponse, SkuResponseArgs
- Name
This property is required. string - The sku name
- Name
This property is required. string - The sku name
- name
This property is required. String - The sku name
- name
This property is required. string - The sku name
- name
This property is required. str - The sku name
- name
This property is required. String - The sku name
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:enterpriseknowledgegraph:EnterpriseKnowledgeGraph samplename someid
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