azure-native.manufacturingplatform.ManufacturingDataService
Explore with Pulumi AI
A ManufacturingPlatformProviderHub resource
Uses Azure REST API version 2025-03-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:manufacturingplatform:ManufacturingDataService -JC180-G53HQ-DV45--2 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManufacturingPlatform/manufacturingDataServices/{mdsResourceName}
Create ManufacturingDataService Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManufacturingDataService(name: string, args: ManufacturingDataServiceArgs, opts?: CustomResourceOptions);
@overload
def ManufacturingDataService(resource_name: str,
args: ManufacturingDataServiceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManufacturingDataService(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
identity: Optional[ManagedServiceIdentityArgs] = None,
location: Optional[str] = None,
mds_resource_name: Optional[str] = None,
properties: Optional[MdsResourcePropertiesArgs] = None,
sku: Optional[SkuArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewManufacturingDataService(ctx *Context, name string, args ManufacturingDataServiceArgs, opts ...ResourceOption) (*ManufacturingDataService, error)
public ManufacturingDataService(string name, ManufacturingDataServiceArgs args, CustomResourceOptions? opts = null)
public ManufacturingDataService(String name, ManufacturingDataServiceArgs args)
public ManufacturingDataService(String name, ManufacturingDataServiceArgs args, CustomResourceOptions options)
type: azure-native:manufacturingplatform:ManufacturingDataService
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. ManufacturingDataServiceArgs - 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. ManufacturingDataServiceArgs - 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. ManufacturingDataServiceArgs - 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. ManufacturingDataServiceArgs - 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. ManufacturingDataServiceArgs - 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 manufacturingDataServiceResource = new AzureNative.ManufacturingPlatform.ManufacturingDataService("manufacturingDataServiceResource", new()
{
ResourceGroupName = "string",
Identity = new AzureNative.ManufacturingPlatform.Inputs.ManagedServiceIdentityArgs
{
Type = "string",
UserAssignedIdentities = new[]
{
"string",
},
},
Location = "string",
MdsResourceName = "string",
Properties = new AzureNative.ManufacturingPlatform.Inputs.MdsResourcePropertiesArgs
{
AadApplicationId = "string",
AksAdminGroupId = "string",
CmkProfile = new AzureNative.ManufacturingPlatform.Inputs.CmkProfileArgs
{
KeyUri = "string",
},
DenyAssignmentExclusions = new[]
{
new AzureNative.ManufacturingPlatform.Inputs.DenyAssignmentExclusionArgs
{
Id = "string",
Type = "string",
},
},
EnableCopilot = false,
EnableDiagnosticSettings = false,
FabricProfile = new AzureNative.ManufacturingPlatform.Inputs.FabricProfileArgs
{
KeyUri = "string",
OneLakePath = "string",
OneLakeUri = "string",
},
OpenAIProfile = new AzureNative.ManufacturingPlatform.Inputs.OpenAIProfileArgs
{
EmbeddingModelCapacity = 0,
EmbeddingModelName = "string",
EmbeddingModelSkuName = "string",
EmbeddingModelVersion = "string",
GptModelCapacity = 0,
GptModelName = "string",
GptModelSkuName = "string",
GptModelVersion = "string",
},
RedundancyState = "string",
ResourceState = "string",
UserManagedOpenAIProfile = new AzureNative.ManufacturingPlatform.Inputs.UserManagedOpenAIProfileArgs
{
EmbeddingModelDeploymentName = "string",
GptModelDeploymentName = "string",
Id = "string",
},
Version = "string",
},
Sku = new AzureNative.ManufacturingPlatform.Inputs.SkuArgs
{
Name = "string",
Capacity = 0,
Family = "string",
Size = "string",
Tier = AzureNative.ManufacturingPlatform.SkuTier.Free,
},
Tags =
{
{ "string", "string" },
},
});
example, err := manufacturingplatform.NewManufacturingDataService(ctx, "manufacturingDataServiceResource", &manufacturingplatform.ManufacturingDataServiceArgs{
ResourceGroupName: pulumi.String("string"),
Identity: &manufacturingplatform.ManagedServiceIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentities: pulumi.StringArray{
pulumi.String("string"),
},
},
Location: pulumi.String("string"),
MdsResourceName: pulumi.String("string"),
Properties: &manufacturingplatform.MdsResourcePropertiesArgs{
AadApplicationId: pulumi.String("string"),
AksAdminGroupId: pulumi.String("string"),
CmkProfile: &manufacturingplatform.CmkProfileArgs{
KeyUri: pulumi.String("string"),
},
DenyAssignmentExclusions: manufacturingplatform.DenyAssignmentExclusionArray{
&manufacturingplatform.DenyAssignmentExclusionArgs{
Id: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
EnableCopilot: pulumi.Bool(false),
EnableDiagnosticSettings: pulumi.Bool(false),
FabricProfile: &manufacturingplatform.FabricProfileArgs{
KeyUri: pulumi.String("string"),
OneLakePath: pulumi.String("string"),
OneLakeUri: pulumi.String("string"),
},
OpenAIProfile: &manufacturingplatform.OpenAIProfileArgs{
EmbeddingModelCapacity: pulumi.Int(0),
EmbeddingModelName: pulumi.String("string"),
EmbeddingModelSkuName: pulumi.String("string"),
EmbeddingModelVersion: pulumi.String("string"),
GptModelCapacity: pulumi.Int(0),
GptModelName: pulumi.String("string"),
GptModelSkuName: pulumi.String("string"),
GptModelVersion: pulumi.String("string"),
},
RedundancyState: pulumi.String("string"),
ResourceState: pulumi.String("string"),
UserManagedOpenAIProfile: &manufacturingplatform.UserManagedOpenAIProfileArgs{
EmbeddingModelDeploymentName: pulumi.String("string"),
GptModelDeploymentName: pulumi.String("string"),
Id: pulumi.String("string"),
},
Version: pulumi.String("string"),
},
Sku: &manufacturingplatform.SkuArgs{
Name: pulumi.String("string"),
Capacity: pulumi.Int(0),
Family: pulumi.String("string"),
Size: pulumi.String("string"),
Tier: manufacturingplatform.SkuTierFree,
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var manufacturingDataServiceResource = new ManufacturingDataService("manufacturingDataServiceResource", ManufacturingDataServiceArgs.builder()
.resourceGroupName("string")
.identity(ManagedServiceIdentityArgs.builder()
.type("string")
.userAssignedIdentities("string")
.build())
.location("string")
.mdsResourceName("string")
.properties(MdsResourcePropertiesArgs.builder()
.aadApplicationId("string")
.aksAdminGroupId("string")
.cmkProfile(CmkProfileArgs.builder()
.keyUri("string")
.build())
.denyAssignmentExclusions(DenyAssignmentExclusionArgs.builder()
.id("string")
.type("string")
.build())
.enableCopilot(false)
.enableDiagnosticSettings(false)
.fabricProfile(FabricProfileArgs.builder()
.keyUri("string")
.oneLakePath("string")
.oneLakeUri("string")
.build())
.openAIProfile(OpenAIProfileArgs.builder()
.embeddingModelCapacity(0)
.embeddingModelName("string")
.embeddingModelSkuName("string")
.embeddingModelVersion("string")
.gptModelCapacity(0)
.gptModelName("string")
.gptModelSkuName("string")
.gptModelVersion("string")
.build())
.redundancyState("string")
.resourceState("string")
.userManagedOpenAIProfile(UserManagedOpenAIProfileArgs.builder()
.embeddingModelDeploymentName("string")
.gptModelDeploymentName("string")
.id("string")
.build())
.version("string")
.build())
.sku(SkuArgs.builder()
.name("string")
.capacity(0)
.family("string")
.size("string")
.tier("Free")
.build())
.tags(Map.of("string", "string"))
.build());
manufacturing_data_service_resource = azure_native.manufacturingplatform.ManufacturingDataService("manufacturingDataServiceResource",
resource_group_name="string",
identity={
"type": "string",
"user_assigned_identities": ["string"],
},
location="string",
mds_resource_name="string",
properties={
"aad_application_id": "string",
"aks_admin_group_id": "string",
"cmk_profile": {
"key_uri": "string",
},
"deny_assignment_exclusions": [{
"id": "string",
"type": "string",
}],
"enable_copilot": False,
"enable_diagnostic_settings": False,
"fabric_profile": {
"key_uri": "string",
"one_lake_path": "string",
"one_lake_uri": "string",
},
"open_ai_profile": {
"embedding_model_capacity": 0,
"embedding_model_name": "string",
"embedding_model_sku_name": "string",
"embedding_model_version": "string",
"gpt_model_capacity": 0,
"gpt_model_name": "string",
"gpt_model_sku_name": "string",
"gpt_model_version": "string",
},
"redundancy_state": "string",
"resource_state": "string",
"user_managed_open_ai_profile": {
"embedding_model_deployment_name": "string",
"gpt_model_deployment_name": "string",
"id": "string",
},
"version": "string",
},
sku={
"name": "string",
"capacity": 0,
"family": "string",
"size": "string",
"tier": azure_native.manufacturingplatform.SkuTier.FREE,
},
tags={
"string": "string",
})
const manufacturingDataServiceResource = new azure_native.manufacturingplatform.ManufacturingDataService("manufacturingDataServiceResource", {
resourceGroupName: "string",
identity: {
type: "string",
userAssignedIdentities: ["string"],
},
location: "string",
mdsResourceName: "string",
properties: {
aadApplicationId: "string",
aksAdminGroupId: "string",
cmkProfile: {
keyUri: "string",
},
denyAssignmentExclusions: [{
id: "string",
type: "string",
}],
enableCopilot: false,
enableDiagnosticSettings: false,
fabricProfile: {
keyUri: "string",
oneLakePath: "string",
oneLakeUri: "string",
},
openAIProfile: {
embeddingModelCapacity: 0,
embeddingModelName: "string",
embeddingModelSkuName: "string",
embeddingModelVersion: "string",
gptModelCapacity: 0,
gptModelName: "string",
gptModelSkuName: "string",
gptModelVersion: "string",
},
redundancyState: "string",
resourceState: "string",
userManagedOpenAIProfile: {
embeddingModelDeploymentName: "string",
gptModelDeploymentName: "string",
id: "string",
},
version: "string",
},
sku: {
name: "string",
capacity: 0,
family: "string",
size: "string",
tier: azure_native.manufacturingplatform.SkuTier.Free,
},
tags: {
string: "string",
},
});
type: azure-native:manufacturingplatform:ManufacturingDataService
properties:
identity:
type: string
userAssignedIdentities:
- string
location: string
mdsResourceName: string
properties:
aadApplicationId: string
aksAdminGroupId: string
cmkProfile:
keyUri: string
denyAssignmentExclusions:
- id: string
type: string
enableCopilot: false
enableDiagnosticSettings: false
fabricProfile:
keyUri: string
oneLakePath: string
oneLakeUri: string
openAIProfile:
embeddingModelCapacity: 0
embeddingModelName: string
embeddingModelSkuName: string
embeddingModelVersion: string
gptModelCapacity: 0
gptModelName: string
gptModelSkuName: string
gptModelVersion: string
redundancyState: string
resourceState: string
userManagedOpenAIProfile:
embeddingModelDeploymentName: string
gptModelDeploymentName: string
id: string
version: string
resourceGroupName: string
sku:
capacity: 0
family: string
name: string
size: string
tier: Free
tags:
string: string
ManufacturingDataService 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 ManufacturingDataService resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Identity
Pulumi.
Azure Native. Manufacturing Platform. Inputs. Managed Service Identity - The managed service identities assigned to this resource.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Mds
Resource Name Changes to this property will trigger replacement.
- Name.
- Properties
Pulumi.
Azure Native. Manufacturing Platform. Inputs. Mds Resource Properties - The resource-specific properties for this resource.
- Sku
Pulumi.
Azure Native. Manufacturing Platform. Inputs. Sku - The SKU (Stock Keeping Unit) assigned to this resource.
- Dictionary<string, string>
- Resource tags.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Identity
Managed
Service Identity Args - The managed service identities assigned to this resource.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Mds
Resource Name Changes to this property will trigger replacement.
- Name.
- Properties
Mds
Resource Properties Args - The resource-specific properties for this resource.
- Sku
Sku
Args - The SKU (Stock Keeping Unit) assigned to this resource.
- map[string]string
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed service identities assigned to this resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- mds
Resource Name Changes to this property will trigger replacement.
- Name.
- properties
Mds
Resource Properties - The resource-specific properties for this resource.
- sku Sku
- The SKU (Stock Keeping Unit) assigned to this resource.
- Map<String,String>
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed service identities assigned to this resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- mds
Resource Name Changes to this property will trigger replacement.
- Name.
- properties
Mds
Resource Properties - The resource-specific properties for this resource.
- sku Sku
- The SKU (Stock Keeping Unit) assigned to this resource.
- {[key: string]: string}
- Resource tags.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity Args - The managed service identities assigned to this resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- mds_
resource_ name Changes to this property will trigger replacement.
- Name.
- properties
Mds
Resource Properties Args - The resource-specific properties for this resource.
- sku
Sku
Args - The SKU (Stock Keeping Unit) assigned to this resource.
- Mapping[str, str]
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity Property Map
- The managed service identities assigned to this resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- mds
Resource Name Changes to this property will trigger replacement.
- Name.
- properties Property Map
- The resource-specific properties for this resource.
- sku Property Map
- The SKU (Stock Keeping Unit) assigned to this resource.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManufacturingDataService resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Manufacturing Platform. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AdxProfileResponse, AdxProfileResponseArgs
- Data
Ingestion Uri This property is required. string - Data Ingestion Uri of Adx Resource
- Id
This property is required. string - Resource Id of Adx Resource
- Uri
This property is required. string - Uri of Adx Resource
- Data
Ingestion Uri This property is required. string - Data Ingestion Uri of Adx Resource
- Id
This property is required. string - Resource Id of Adx Resource
- Uri
This property is required. string - Uri of Adx Resource
- data
Ingestion Uri This property is required. String - Data Ingestion Uri of Adx Resource
- id
This property is required. String - Resource Id of Adx Resource
- uri
This property is required. String - Uri of Adx Resource
- data
Ingestion Uri This property is required. string - Data Ingestion Uri of Adx Resource
- id
This property is required. string - Resource Id of Adx Resource
- uri
This property is required. string - Uri of Adx Resource
- data_
ingestion_ uri This property is required. str - Data Ingestion Uri of Adx Resource
- id
This property is required. str - Resource Id of Adx Resource
- uri
This property is required. str - Uri of Adx Resource
- data
Ingestion Uri This property is required. String - Data Ingestion Uri of Adx Resource
- id
This property is required. String - Resource Id of Adx Resource
- uri
This property is required. String - Uri of Adx Resource
AksProfileResponse, AksProfileResponseArgs
- Id
This property is required. string - Resource Id of AKS Resource
- Id
This property is required. string - Resource Id of AKS Resource
- id
This property is required. String - Resource Id of AKS Resource
- id
This property is required. string - Resource Id of AKS Resource
- id
This property is required. str - Resource Id of AKS Resource
- id
This property is required. String - Resource Id of AKS Resource
CmkProfile, CmkProfileArgs
- Key
Uri This property is required. string - URI of Key in AKV
- Key
Uri This property is required. string - URI of Key in AKV
- key
Uri This property is required. String - URI of Key in AKV
- key
Uri This property is required. string - URI of Key in AKV
- key_
uri This property is required. str - URI of Key in AKV
- key
Uri This property is required. String - URI of Key in AKV
CmkProfileResponse, CmkProfileResponseArgs
- Key
Uri This property is required. string - URI of Key in AKV
- Key
Uri This property is required. string - URI of Key in AKV
- key
Uri This property is required. String - URI of Key in AKV
- key
Uri This property is required. string - URI of Key in AKV
- key_
uri This property is required. str - URI of Key in AKV
- key
Uri This property is required. String - URI of Key in AKV
DatabaseProfileResponse, DatabaseProfileResponseArgs
- Cosmos
Id This property is required. string - Resource Id of Cosmos Resource
- Cosmos
Id This property is required. string - Resource Id of Cosmos Resource
- cosmos
Id This property is required. String - Resource Id of Cosmos Resource
- cosmos
Id This property is required. string - Resource Id of Cosmos Resource
- cosmos_
id This property is required. str - Resource Id of Cosmos Resource
- cosmos
Id This property is required. String - Resource Id of Cosmos Resource
DenyAssignmentExclusion, DenyAssignmentExclusionArgs
DenyAssignmentExclusionResponse, DenyAssignmentExclusionResponseArgs
EventHubProfileResponse, EventHubProfileResponseArgs
- Adx
Instance Id This property is required. string - Resource Id of Adx Instance
- Host
Name This property is required. string - Host Name
- Adx
Instance Id This property is required. string - Resource Id of Adx Instance
- Host
Name This property is required. string - Host Name
- adx
Instance Id This property is required. String - Resource Id of Adx Instance
- host
Name This property is required. String - Host Name
- adx
Instance Id This property is required. string - Resource Id of Adx Instance
- host
Name This property is required. string - Host Name
- adx_
instance_ id This property is required. str - Resource Id of Adx Instance
- host_
name This property is required. str - Host Name
- adx
Instance Id This property is required. String - Resource Id of Adx Instance
- host
Name This property is required. String - Host Name
FabricProfile, FabricProfileArgs
- Key
Uri This property is required. string - Azure Key Vault Uri
- One
Lake Path This property is required. string - One Lake Path
- One
Lake Uri This property is required. string - URI of One Lake
- Key
Uri This property is required. string - Azure Key Vault Uri
- One
Lake Path This property is required. string - One Lake Path
- One
Lake Uri This property is required. string - URI of One Lake
- key
Uri This property is required. String - Azure Key Vault Uri
- one
Lake Path This property is required. String - One Lake Path
- one
Lake Uri This property is required. String - URI of One Lake
- key
Uri This property is required. string - Azure Key Vault Uri
- one
Lake Path This property is required. string - One Lake Path
- one
Lake Uri This property is required. string - URI of One Lake
- key_
uri This property is required. str - Azure Key Vault Uri
- one_
lake_ path This property is required. str - One Lake Path
- one_
lake_ uri This property is required. str - URI of One Lake
- key
Uri This property is required. String - Azure Key Vault Uri
- one
Lake Path This property is required. String - One Lake Path
- one
Lake Uri This property is required. String - URI of One Lake
FabricProfileResponse, FabricProfileResponseArgs
- Key
Uri This property is required. string - Azure Key Vault Uri
- One
Lake Path This property is required. string - One Lake Path
- One
Lake Uri This property is required. string - URI of One Lake
- Key
Uri This property is required. string - Azure Key Vault Uri
- One
Lake Path This property is required. string - One Lake Path
- One
Lake Uri This property is required. string - URI of One Lake
- key
Uri This property is required. String - Azure Key Vault Uri
- one
Lake Path This property is required. String - One Lake Path
- one
Lake Uri This property is required. String - URI of One Lake
- key
Uri This property is required. string - Azure Key Vault Uri
- one
Lake Path This property is required. string - One Lake Path
- one
Lake Uri This property is required. string - URI of One Lake
- key_
uri This property is required. str - Azure Key Vault Uri
- one_
lake_ path This property is required. str - One Lake Path
- one_
lake_ uri This property is required. str - URI of One Lake
- key
Uri This property is required. String - Azure Key Vault Uri
- one
Lake Path This property is required. String - One Lake Path
- one
Lake Uri This property is required. String - URI of One Lake
FunctionAppProfileResponse, FunctionAppProfileResponseArgs
- Id
This property is required. string - Resource Id of Azure Function App Resource
- Id
This property is required. string - Resource Id of Azure Function App Resource
- id
This property is required. String - Resource Id of Azure Function App Resource
- id
This property is required. string - Resource Id of Azure Function App Resource
- id
This property is required. str - Resource Id of Azure Function App Resource
- id
This property is required. String - Resource Id of Azure Function App Resource
ManagedOnBehalfOfConfigurationResponse, ManagedOnBehalfOfConfigurationResponseArgs
- Mobo
Broker Resources This property is required. List<Pulumi.Azure Native. Manufacturing Platform. Inputs. Mobo Broker Resource Response> - Associated MoboBrokerResources.
- Mobo
Broker Resources This property is required. []MoboBroker Resource Response - Associated MoboBrokerResources.
- mobo
Broker Resources This property is required. List<MoboBroker Resource Response> - Associated MoboBrokerResources.
- mobo
Broker Resources This property is required. MoboBroker Resource Response[] - Associated MoboBrokerResources.
- mobo_
broker_ resources This property is required. Sequence[MoboBroker Resource Response] - Associated MoboBrokerResources.
- mobo
Broker Resources This property is required. List<Property Map> - Associated MoboBrokerResources.
ManagedResourceGroupConfigurationResponse, ManagedResourceGroupConfigurationResponseArgs
ManagedServiceIdentity, ManagedServiceIdentityArgs
- Type
This property is required. string | Pulumi.Azure Native. Manufacturing Platform. Managed Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned List<string>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Type
This property is required. string | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned []stringIdentities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. String | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. string | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned string[]Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. str | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Sequence[str]identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. String | "None" | "SystemAssigned" | "User Assigned" | "System Assigned,User Assigned" - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Manufacturing Platform. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id This property is required. str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id This property is required. str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. str - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- Managed
Service Identity Type None - None
- Managed
Service Identity Type System Assigned - SystemAssigned
- Managed
Service Identity Type User Assigned - UserAssigned
- Managed
Service Identity Type_System Assigned_User Assigned - SystemAssigned,UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- NONE
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- USER_ASSIGNED
- UserAssigned
- SYSTEM_ASSIGNED_USER_ASSIGNED
- SystemAssigned,UserAssigned
- "None"
- None
- "System
Assigned" - SystemAssigned
- "User
Assigned" - UserAssigned
- "System
Assigned,User Assigned" - SystemAssigned,UserAssigned
MdsResourceProperties, MdsResourcePropertiesArgs
- Aad
Application Id This property is required. string - AAD Application Id.
- Aks
Admin stringGroup Id - AKS Admin Group Id.
- Cmk
Profile Pulumi.Azure Native. Manufacturing Platform. Inputs. Cmk Profile - Profile of CMK Settings.
- Deny
Assignment List<Pulumi.Exclusions Azure Native. Manufacturing Platform. Inputs. Deny Assignment Exclusion> - Deny Assignments exclusion list.
- Enable
Copilot bool - Enable Copilot.
- Enable
Diagnostic boolSettings - Enable Diagnostic Settings.
- Fabric
Profile Pulumi.Azure Native. Manufacturing Platform. Inputs. Fabric Profile - Profile of Fabric resources.
- Open
AIProfile Pulumi.Azure Native. Manufacturing Platform. Inputs. Open AIProfile - Profile of OpenAI Resource.
- Redundancy
State string | Pulumi.Azure Native. Manufacturing Platform. Redundancy State - Zone redundancy state for resources
- Resource
State string | Pulumi.Azure Native. Manufacturing Platform. Resource State - State of the resource
- User
Managed Pulumi.Open AIProfile Azure Native. Manufacturing Platform. Inputs. User Managed Open AIProfile - Profile of User Managed OpenAI Resource.
- Version string
- Mds Resource Version.
- Aad
Application Id This property is required. string - AAD Application Id.
- Aks
Admin stringGroup Id - AKS Admin Group Id.
- Cmk
Profile CmkProfile - Profile of CMK Settings.
- Deny
Assignment []DenyExclusions Assignment Exclusion - Deny Assignments exclusion list.
- Enable
Copilot bool - Enable Copilot.
- Enable
Diagnostic boolSettings - Enable Diagnostic Settings.
- Fabric
Profile FabricProfile - Profile of Fabric resources.
- Open
AIProfile OpenAIProfile - Profile of OpenAI Resource.
- Redundancy
State string | RedundancyState - Zone redundancy state for resources
- Resource
State string | ResourceState - State of the resource
- User
Managed UserOpen AIProfile Managed Open AIProfile - Profile of User Managed OpenAI Resource.
- Version string
- Mds Resource Version.
- aad
Application Id This property is required. String - AAD Application Id.
- aks
Admin StringGroup Id - AKS Admin Group Id.
- cmk
Profile CmkProfile - Profile of CMK Settings.
- deny
Assignment List<DenyExclusions Assignment Exclusion> - Deny Assignments exclusion list.
- enable
Copilot Boolean - Enable Copilot.
- enable
Diagnostic BooleanSettings - Enable Diagnostic Settings.
- fabric
Profile FabricProfile - Profile of Fabric resources.
- open
AIProfile OpenAIProfile - Profile of OpenAI Resource.
- redundancy
State String | RedundancyState - Zone redundancy state for resources
- resource
State String | ResourceState - State of the resource
- user
Managed UserOpen AIProfile Managed Open AIProfile - Profile of User Managed OpenAI Resource.
- version String
- Mds Resource Version.
- aad
Application Id This property is required. string - AAD Application Id.
- aks
Admin stringGroup Id - AKS Admin Group Id.
- cmk
Profile CmkProfile - Profile of CMK Settings.
- deny
Assignment DenyExclusions Assignment Exclusion[] - Deny Assignments exclusion list.
- enable
Copilot boolean - Enable Copilot.
- enable
Diagnostic booleanSettings - Enable Diagnostic Settings.
- fabric
Profile FabricProfile - Profile of Fabric resources.
- open
AIProfile OpenAIProfile - Profile of OpenAI Resource.
- redundancy
State string | RedundancyState - Zone redundancy state for resources
- resource
State string | ResourceState - State of the resource
- user
Managed UserOpen AIProfile Managed Open AIProfile - Profile of User Managed OpenAI Resource.
- version string
- Mds Resource Version.
- aad_
application_ id This property is required. str - AAD Application Id.
- aks_
admin_ strgroup_ id - AKS Admin Group Id.
- cmk_
profile CmkProfile - Profile of CMK Settings.
- deny_
assignment_ Sequence[Denyexclusions Assignment Exclusion] - Deny Assignments exclusion list.
- enable_
copilot bool - Enable Copilot.
- enable_
diagnostic_ boolsettings - Enable Diagnostic Settings.
- fabric_
profile FabricProfile - Profile of Fabric resources.
- open_
ai_ Openprofile AIProfile - Profile of OpenAI Resource.
- redundancy_
state str | RedundancyState - Zone redundancy state for resources
- resource_
state str | ResourceState - State of the resource
- user_
managed_ Useropen_ ai_ profile Managed Open AIProfile - Profile of User Managed OpenAI Resource.
- version str
- Mds Resource Version.
- aad
Application Id This property is required. String - AAD Application Id.
- aks
Admin StringGroup Id - AKS Admin Group Id.
- cmk
Profile Property Map - Profile of CMK Settings.
- deny
Assignment List<Property Map>Exclusions - Deny Assignments exclusion list.
- enable
Copilot Boolean - Enable Copilot.
- enable
Diagnostic BooleanSettings - Enable Diagnostic Settings.
- fabric
Profile Property Map - Profile of Fabric resources.
- open
AIProfile Property Map - Profile of OpenAI Resource.
- redundancy
State String | "Zonal" | "None" - Zone redundancy state for resources
- resource
State String | "Active" | "Inactive" - State of the resource
- user
Managed Property MapOpen AIProfile - Profile of User Managed OpenAI Resource.
- version String
- Mds Resource Version.
MdsResourcePropertiesResponse, MdsResourcePropertiesResponseArgs
- Aad
Application Id This property is required. string - AAD Application Id.
- Adx
Profile This property is required. Pulumi.Azure Native. Manufacturing Platform. Inputs. Adx Profile Response - Profile of Adx Created.
- Aks
Profile This property is required. Pulumi.Azure Native. Manufacturing Platform. Inputs. Aks Profile Response - Profile of AKS Created.
- Database
Profile This property is required. Pulumi.Azure Native. Manufacturing Platform. Inputs. Database Profile Response - Profile of Database Created.
- Event
Hub Profile This property is required. Pulumi.Azure Native. Manufacturing Platform. Inputs. Event Hub Profile Response - Profile of EventHub Resource.
- Function
App Profile This property is required. Pulumi.Azure Native. Manufacturing Platform. Inputs. Function App Profile Response - Profile of Function App Resource.
- Managed
On Behalf Of Configuration This property is required. Pulumi.Azure Native. Manufacturing Platform. Inputs. Managed On Behalf Of Configuration Response - Managed On Behalf Of Configuration.
- Managed
Resource Group Configuration This property is required. Pulumi.Azure Native. Manufacturing Platform. Inputs. Managed Resource Group Configuration Response - Configuration of the managed resource group associated with the resource.
- Monitoring
Profile This property is required. Pulumi.Azure Native. Manufacturing Platform. Inputs. Monitoring Profile Response - Profile of Monitoring Resource Created.
- Provisioning
State This property is required. string - The status of the last operation.
- Redis
Profile This property is required. Pulumi.Azure Native. Manufacturing Platform. Inputs. Redis Profile Response - Profile of Azure Redis Created.
- Service
Url This property is required. string - Service Url
- Storage
Profile This property is required. Pulumi.Azure Native. Manufacturing Platform. Inputs. Storage Profile Response - Profile of Storage Created.
- Aks
Admin stringGroup Id - AKS Admin Group Id.
- Cmk
Profile Pulumi.Azure Native. Manufacturing Platform. Inputs. Cmk Profile Response - Profile of CMK Settings.
- Deny
Assignment List<Pulumi.Exclusions Azure Native. Manufacturing Platform. Inputs. Deny Assignment Exclusion Response> - Deny Assignments exclusion list.
- Enable
Copilot bool - Enable Copilot.
- Enable
Diagnostic boolSettings - Enable Diagnostic Settings.
- Fabric
Profile Pulumi.Azure Native. Manufacturing Platform. Inputs. Fabric Profile Response - Profile of Fabric resources.
- Open
AIProfile Pulumi.Azure Native. Manufacturing Platform. Inputs. Open AIProfile Response - Profile of OpenAI Resource.
- Redundancy
State string - Zone redundancy state for resources
- Resource
State string - State of the resource
- User
Managed Pulumi.Open AIProfile Azure Native. Manufacturing Platform. Inputs. User Managed Open AIProfile Response - Profile of User Managed OpenAI Resource.
- Version string
- Mds Resource Version.
- Aad
Application Id This property is required. string - AAD Application Id.
- Adx
Profile This property is required. AdxProfile Response - Profile of Adx Created.
- Aks
Profile This property is required. AksProfile Response - Profile of AKS Created.
- Database
Profile This property is required. DatabaseProfile Response - Profile of Database Created.
- Event
Hub Profile This property is required. EventHub Profile Response - Profile of EventHub Resource.
- Function
App Profile This property is required. FunctionApp Profile Response - Profile of Function App Resource.
- Managed
On Behalf Of Configuration This property is required. ManagedOn Behalf Of Configuration Response - Managed On Behalf Of Configuration.
- Managed
Resource Group Configuration This property is required. ManagedResource Group Configuration Response - Configuration of the managed resource group associated with the resource.
- Monitoring
Profile This property is required. MonitoringProfile Response - Profile of Monitoring Resource Created.
- Provisioning
State This property is required. string - The status of the last operation.
- Redis
Profile This property is required. RedisProfile Response - Profile of Azure Redis Created.
- Service
Url This property is required. string - Service Url
- Storage
Profile This property is required. StorageProfile Response - Profile of Storage Created.
- Aks
Admin stringGroup Id - AKS Admin Group Id.
- Cmk
Profile CmkProfile Response - Profile of CMK Settings.
- Deny
Assignment []DenyExclusions Assignment Exclusion Response - Deny Assignments exclusion list.
- Enable
Copilot bool - Enable Copilot.
- Enable
Diagnostic boolSettings - Enable Diagnostic Settings.
- Fabric
Profile FabricProfile Response - Profile of Fabric resources.
- Open
AIProfile OpenAIProfile Response - Profile of OpenAI Resource.
- Redundancy
State string - Zone redundancy state for resources
- Resource
State string - State of the resource
- User
Managed UserOpen AIProfile Managed Open AIProfile Response - Profile of User Managed OpenAI Resource.
- Version string
- Mds Resource Version.
- aad
Application Id This property is required. String - AAD Application Id.
- adx
Profile This property is required. AdxProfile Response - Profile of Adx Created.
- aks
Profile This property is required. AksProfile Response - Profile of AKS Created.
- database
Profile This property is required. DatabaseProfile Response - Profile of Database Created.
- event
Hub Profile This property is required. EventHub Profile Response - Profile of EventHub Resource.
- function
App Profile This property is required. FunctionApp Profile Response - Profile of Function App Resource.
- managed
On Behalf Of Configuration This property is required. ManagedOn Behalf Of Configuration Response - Managed On Behalf Of Configuration.
- managed
Resource Group Configuration This property is required. ManagedResource Group Configuration Response - Configuration of the managed resource group associated with the resource.
- monitoring
Profile This property is required. MonitoringProfile Response - Profile of Monitoring Resource Created.
- provisioning
State This property is required. String - The status of the last operation.
- redis
Profile This property is required. RedisProfile Response - Profile of Azure Redis Created.
- service
Url This property is required. String - Service Url
- storage
Profile This property is required. StorageProfile Response - Profile of Storage Created.
- aks
Admin StringGroup Id - AKS Admin Group Id.
- cmk
Profile CmkProfile Response - Profile of CMK Settings.
- deny
Assignment List<DenyExclusions Assignment Exclusion Response> - Deny Assignments exclusion list.
- enable
Copilot Boolean - Enable Copilot.
- enable
Diagnostic BooleanSettings - Enable Diagnostic Settings.
- fabric
Profile FabricProfile Response - Profile of Fabric resources.
- open
AIProfile OpenAIProfile Response - Profile of OpenAI Resource.
- redundancy
State String - Zone redundancy state for resources
- resource
State String - State of the resource
- user
Managed UserOpen AIProfile Managed Open AIProfile Response - Profile of User Managed OpenAI Resource.
- version String
- Mds Resource Version.
- aad
Application Id This property is required. string - AAD Application Id.
- adx
Profile This property is required. AdxProfile Response - Profile of Adx Created.
- aks
Profile This property is required. AksProfile Response - Profile of AKS Created.
- database
Profile This property is required. DatabaseProfile Response - Profile of Database Created.
- event
Hub Profile This property is required. EventHub Profile Response - Profile of EventHub Resource.
- function
App Profile This property is required. FunctionApp Profile Response - Profile of Function App Resource.
- managed
On Behalf Of Configuration This property is required. ManagedOn Behalf Of Configuration Response - Managed On Behalf Of Configuration.
- managed
Resource Group Configuration This property is required. ManagedResource Group Configuration Response - Configuration of the managed resource group associated with the resource.
- monitoring
Profile This property is required. MonitoringProfile Response - Profile of Monitoring Resource Created.
- provisioning
State This property is required. string - The status of the last operation.
- redis
Profile This property is required. RedisProfile Response - Profile of Azure Redis Created.
- service
Url This property is required. string - Service Url
- storage
Profile This property is required. StorageProfile Response - Profile of Storage Created.
- aks
Admin stringGroup Id - AKS Admin Group Id.
- cmk
Profile CmkProfile Response - Profile of CMK Settings.
- deny
Assignment DenyExclusions Assignment Exclusion Response[] - Deny Assignments exclusion list.
- enable
Copilot boolean - Enable Copilot.
- enable
Diagnostic booleanSettings - Enable Diagnostic Settings.
- fabric
Profile FabricProfile Response - Profile of Fabric resources.
- open
AIProfile OpenAIProfile Response - Profile of OpenAI Resource.
- redundancy
State string - Zone redundancy state for resources
- resource
State string - State of the resource
- user
Managed UserOpen AIProfile Managed Open AIProfile Response - Profile of User Managed OpenAI Resource.
- version string
- Mds Resource Version.
- aad_
application_ id This property is required. str - AAD Application Id.
- adx_
profile This property is required. AdxProfile Response - Profile of Adx Created.
- aks_
profile This property is required. AksProfile Response - Profile of AKS Created.
- database_
profile This property is required. DatabaseProfile Response - Profile of Database Created.
- event_
hub_ profile This property is required. EventHub Profile Response - Profile of EventHub Resource.
- function_
app_ profile This property is required. FunctionApp Profile Response - Profile of Function App Resource.
- managed_
on_ behalf_ of_ configuration This property is required. ManagedOn Behalf Of Configuration Response - Managed On Behalf Of Configuration.
- managed_
resource_ group_ configuration This property is required. ManagedResource Group Configuration Response - Configuration of the managed resource group associated with the resource.
- monitoring_
profile This property is required. MonitoringProfile Response - Profile of Monitoring Resource Created.
- provisioning_
state This property is required. str - The status of the last operation.
- redis_
profile This property is required. RedisProfile Response - Profile of Azure Redis Created.
- service_
url This property is required. str - Service Url
- storage_
profile This property is required. StorageProfile Response - Profile of Storage Created.
- aks_
admin_ strgroup_ id - AKS Admin Group Id.
- cmk_
profile CmkProfile Response - Profile of CMK Settings.
- deny_
assignment_ Sequence[Denyexclusions Assignment Exclusion Response] - Deny Assignments exclusion list.
- enable_
copilot bool - Enable Copilot.
- enable_
diagnostic_ boolsettings - Enable Diagnostic Settings.
- fabric_
profile FabricProfile Response - Profile of Fabric resources.
- open_
ai_ Openprofile AIProfile Response - Profile of OpenAI Resource.
- redundancy_
state str - Zone redundancy state for resources
- resource_
state str - State of the resource
- user_
managed_ Useropen_ ai_ profile Managed Open AIProfile Response - Profile of User Managed OpenAI Resource.
- version str
- Mds Resource Version.
- aad
Application Id This property is required. String - AAD Application Id.
- adx
Profile This property is required. Property Map - Profile of Adx Created.
- aks
Profile This property is required. Property Map - Profile of AKS Created.
- database
Profile This property is required. Property Map - Profile of Database Created.
- event
Hub Profile This property is required. Property Map - Profile of EventHub Resource.
- function
App Profile This property is required. Property Map - Profile of Function App Resource.
- managed
On Behalf Of Configuration This property is required. Property Map - Managed On Behalf Of Configuration.
- managed
Resource Group Configuration This property is required. Property Map - Configuration of the managed resource group associated with the resource.
- monitoring
Profile This property is required. Property Map - Profile of Monitoring Resource Created.
- provisioning
State This property is required. String - The status of the last operation.
- redis
Profile This property is required. Property Map - Profile of Azure Redis Created.
- service
Url This property is required. String - Service Url
- storage
Profile This property is required. Property Map - Profile of Storage Created.
- aks
Admin StringGroup Id - AKS Admin Group Id.
- cmk
Profile Property Map - Profile of CMK Settings.
- deny
Assignment List<Property Map>Exclusions - Deny Assignments exclusion list.
- enable
Copilot Boolean - Enable Copilot.
- enable
Diagnostic BooleanSettings - Enable Diagnostic Settings.
- fabric
Profile Property Map - Profile of Fabric resources.
- open
AIProfile Property Map - Profile of OpenAI Resource.
- redundancy
State String - Zone redundancy state for resources
- resource
State String - State of the resource
- user
Managed Property MapOpen AIProfile - Profile of User Managed OpenAI Resource.
- version String
- Mds Resource Version.
MoboBrokerResourceResponse, MoboBrokerResourceResponseArgs
- Id
This property is required. string - Resource Id of MoboBrokerResource
- Id
This property is required. string - Resource Id of MoboBrokerResource
- id
This property is required. String - Resource Id of MoboBrokerResource
- id
This property is required. string - Resource Id of MoboBrokerResource
- id
This property is required. str - Resource Id of MoboBrokerResource
- id
This property is required. String - Resource Id of MoboBrokerResource
MonitoringProfileResponse, MonitoringProfileResponseArgs
- Id
This property is required. string - Resource Id of Application Insights Resource
- Id
This property is required. string - Resource Id of Application Insights Resource
- id
This property is required. String - Resource Id of Application Insights Resource
- id
This property is required. string - Resource Id of Application Insights Resource
- id
This property is required. str - Resource Id of Application Insights Resource
- id
This property is required. String - Resource Id of Application Insights Resource
OpenAIProfile, OpenAIProfileArgs
- Embedding
Model intCapacity - Embedding Model Capacity
- Embedding
Model stringName - Embedding Model Name
- Embedding
Model stringSku Name - Embedding Model SKU Name
- Embedding
Model stringVersion - Embedding Model Version
- Gpt
Model intCapacity - GPT Model Capacity
- Gpt
Model stringName - GPT Model Name
- Gpt
Model stringSku Name - GPT Model SKU Name
- Gpt
Model stringVersion - GPT Model Version
- Embedding
Model intCapacity - Embedding Model Capacity
- Embedding
Model stringName - Embedding Model Name
- Embedding
Model stringSku Name - Embedding Model SKU Name
- Embedding
Model stringVersion - Embedding Model Version
- Gpt
Model intCapacity - GPT Model Capacity
- Gpt
Model stringName - GPT Model Name
- Gpt
Model stringSku Name - GPT Model SKU Name
- Gpt
Model stringVersion - GPT Model Version
- embedding
Model IntegerCapacity - Embedding Model Capacity
- embedding
Model StringName - Embedding Model Name
- embedding
Model StringSku Name - Embedding Model SKU Name
- embedding
Model StringVersion - Embedding Model Version
- gpt
Model IntegerCapacity - GPT Model Capacity
- gpt
Model StringName - GPT Model Name
- gpt
Model StringSku Name - GPT Model SKU Name
- gpt
Model StringVersion - GPT Model Version
- embedding
Model numberCapacity - Embedding Model Capacity
- embedding
Model stringName - Embedding Model Name
- embedding
Model stringSku Name - Embedding Model SKU Name
- embedding
Model stringVersion - Embedding Model Version
- gpt
Model numberCapacity - GPT Model Capacity
- gpt
Model stringName - GPT Model Name
- gpt
Model stringSku Name - GPT Model SKU Name
- gpt
Model stringVersion - GPT Model Version
- embedding_
model_ intcapacity - Embedding Model Capacity
- embedding_
model_ strname - Embedding Model Name
- embedding_
model_ strsku_ name - Embedding Model SKU Name
- embedding_
model_ strversion - Embedding Model Version
- gpt_
model_ intcapacity - GPT Model Capacity
- gpt_
model_ strname - GPT Model Name
- gpt_
model_ strsku_ name - GPT Model SKU Name
- gpt_
model_ strversion - GPT Model Version
- embedding
Model NumberCapacity - Embedding Model Capacity
- embedding
Model StringName - Embedding Model Name
- embedding
Model StringSku Name - Embedding Model SKU Name
- embedding
Model StringVersion - Embedding Model Version
- gpt
Model NumberCapacity - GPT Model Capacity
- gpt
Model StringName - GPT Model Name
- gpt
Model StringSku Name - GPT Model SKU Name
- gpt
Model StringVersion - GPT Model Version
OpenAIProfileResponse, OpenAIProfileResponseArgs
- Id
This property is required. string - Resource Id of OpenAI Resource
- Embedding
Model intCapacity - Embedding Model Capacity
- Embedding
Model stringName - Embedding Model Name
- Embedding
Model stringSku Name - Embedding Model SKU Name
- Embedding
Model stringVersion - Embedding Model Version
- Gpt
Model intCapacity - GPT Model Capacity
- Gpt
Model stringName - GPT Model Name
- Gpt
Model stringSku Name - GPT Model SKU Name
- Gpt
Model stringVersion - GPT Model Version
- Id
This property is required. string - Resource Id of OpenAI Resource
- Embedding
Model intCapacity - Embedding Model Capacity
- Embedding
Model stringName - Embedding Model Name
- Embedding
Model stringSku Name - Embedding Model SKU Name
- Embedding
Model stringVersion - Embedding Model Version
- Gpt
Model intCapacity - GPT Model Capacity
- Gpt
Model stringName - GPT Model Name
- Gpt
Model stringSku Name - GPT Model SKU Name
- Gpt
Model stringVersion - GPT Model Version
- id
This property is required. String - Resource Id of OpenAI Resource
- embedding
Model IntegerCapacity - Embedding Model Capacity
- embedding
Model StringName - Embedding Model Name
- embedding
Model StringSku Name - Embedding Model SKU Name
- embedding
Model StringVersion - Embedding Model Version
- gpt
Model IntegerCapacity - GPT Model Capacity
- gpt
Model StringName - GPT Model Name
- gpt
Model StringSku Name - GPT Model SKU Name
- gpt
Model StringVersion - GPT Model Version
- id
This property is required. string - Resource Id of OpenAI Resource
- embedding
Model numberCapacity - Embedding Model Capacity
- embedding
Model stringName - Embedding Model Name
- embedding
Model stringSku Name - Embedding Model SKU Name
- embedding
Model stringVersion - Embedding Model Version
- gpt
Model numberCapacity - GPT Model Capacity
- gpt
Model stringName - GPT Model Name
- gpt
Model stringSku Name - GPT Model SKU Name
- gpt
Model stringVersion - GPT Model Version
- id
This property is required. str - Resource Id of OpenAI Resource
- embedding_
model_ intcapacity - Embedding Model Capacity
- embedding_
model_ strname - Embedding Model Name
- embedding_
model_ strsku_ name - Embedding Model SKU Name
- embedding_
model_ strversion - Embedding Model Version
- gpt_
model_ intcapacity - GPT Model Capacity
- gpt_
model_ strname - GPT Model Name
- gpt_
model_ strsku_ name - GPT Model SKU Name
- gpt_
model_ strversion - GPT Model Version
- id
This property is required. String - Resource Id of OpenAI Resource
- embedding
Model NumberCapacity - Embedding Model Capacity
- embedding
Model StringName - Embedding Model Name
- embedding
Model StringSku Name - Embedding Model SKU Name
- embedding
Model StringVersion - Embedding Model Version
- gpt
Model NumberCapacity - GPT Model Capacity
- gpt
Model StringName - GPT Model Name
- gpt
Model StringSku Name - GPT Model SKU Name
- gpt
Model StringVersion - GPT Model Version
RedisProfileResponse, RedisProfileResponseArgs
- Id
This property is required. string - Resource Id of Azure Redis Cache Resource
- Id
This property is required. string - Resource Id of Azure Redis Cache Resource
- id
This property is required. String - Resource Id of Azure Redis Cache Resource
- id
This property is required. string - Resource Id of Azure Redis Cache Resource
- id
This property is required. str - Resource Id of Azure Redis Cache Resource
- id
This property is required. String - Resource Id of Azure Redis Cache Resource
RedundancyState, RedundancyStateArgs
- Zonal
- ZonalResource is zone redundant
- None
- NoneResource is not redundant
- Redundancy
State Zonal - ZonalResource is zone redundant
- Redundancy
State None - NoneResource is not redundant
- Zonal
- ZonalResource is zone redundant
- None
- NoneResource is not redundant
- Zonal
- ZonalResource is zone redundant
- None
- NoneResource is not redundant
- ZONAL
- ZonalResource is zone redundant
- NONE
- NoneResource is not redundant
- "Zonal"
- ZonalResource is zone redundant
- "None"
- NoneResource is not redundant
ResourceState, ResourceStateArgs
- Active
- ActiveResource is in active state
- Inactive
- InactiveResource is in inactive state
- Resource
State Active - ActiveResource is in active state
- Resource
State Inactive - InactiveResource is in inactive state
- Active
- ActiveResource is in active state
- Inactive
- InactiveResource is in inactive state
- Active
- ActiveResource is in active state
- Inactive
- InactiveResource is in inactive state
- ACTIVE
- ActiveResource is in active state
- INACTIVE
- InactiveResource is in inactive state
- "Active"
- ActiveResource is in active state
- "Inactive"
- InactiveResource is in inactive state
Sku, SkuArgs
- Name
This property is required. string - The name of the SKU. E.g. P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier
Pulumi.
Azure Native. Manufacturing Platform. Sku Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- Name
This property is required. string - The name of the SKU. E.g. P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. String - The name of the SKU. E.g. P3. It is typically a letter+number code
- capacity Integer
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. string - The name of the SKU. E.g. P3. It is typically a letter+number code
- capacity number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. str - The name of the SKU. E.g. P3. It is typically a letter+number code
- capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size str
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier
Sku
Tier - This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. String - The name of the SKU. E.g. P3. It is typically a letter+number code
- capacity Number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier "Free" | "Basic" | "Standard" | "Premium"
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
SkuResponse, SkuResponseArgs
- Name
This property is required. string - The name of the SKU. E.g. P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- Name
This property is required. string - The name of the SKU. E.g. P3. It is typically a letter+number code
- Capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- Family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- Size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- Tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. String - The name of the SKU. E.g. P3. It is typically a letter+number code
- capacity Integer
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier String
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. string - The name of the SKU. E.g. P3. It is typically a letter+number code
- capacity number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family string
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size string
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier string
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. str - The name of the SKU. E.g. P3. It is typically a letter+number code
- capacity int
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family str
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size str
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier str
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
- name
This property is required. String - The name of the SKU. E.g. P3. It is typically a letter+number code
- capacity Number
- If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
- family String
- If the service has different generations of hardware, for the same SKU, then that can be captured here.
- size String
- The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- tier String
- This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
SkuTier, SkuTierArgs
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Sku
Tier Free - Free
- Sku
Tier Basic - Basic
- Sku
Tier Standard - Standard
- Sku
Tier Premium - Premium
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- Free
- Free
- Basic
- Basic
- Standard
- Standard
- Premium
- Premium
- FREE
- Free
- BASIC
- Basic
- STANDARD
- Standard
- PREMIUM
- Premium
- "Free"
- Free
- "Basic"
- Basic
- "Standard"
- Standard
- "Premium"
- Premium
StorageProfileResponse, StorageProfileResponseArgs
- Id
This property is required. string - Resource Id of Storage Resource
- Id
This property is required. string - Resource Id of Storage Resource
- id
This property is required. String - Resource Id of Storage Resource
- id
This property is required. string - Resource Id of Storage Resource
- id
This property is required. str - Resource Id of Storage Resource
- id
This property is required. String - Resource Id of Storage Resource
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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- 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 timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
- client
Id This property is required. string - The client ID of the assigned identity.
- principal
Id This property is required. string - The principal ID of the assigned identity.
- client_
id This property is required. str - The client ID of the assigned identity.
- principal_
id This property is required. str - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
UserManagedOpenAIProfile, UserManagedOpenAIProfileArgs
- Embedding
Model Deployment Name This property is required. string - Embedding Model Deployment Name
- Gpt
Model Deployment Name This property is required. string - GPT Model Deployment Name
- Id
This property is required. string - Resource Id of OpenAI Resource
- Embedding
Model Deployment Name This property is required. string - Embedding Model Deployment Name
- Gpt
Model Deployment Name This property is required. string - GPT Model Deployment Name
- Id
This property is required. string - Resource Id of OpenAI Resource
- embedding
Model Deployment Name This property is required. String - Embedding Model Deployment Name
- gpt
Model Deployment Name This property is required. String - GPT Model Deployment Name
- id
This property is required. String - Resource Id of OpenAI Resource
- embedding
Model Deployment Name This property is required. string - Embedding Model Deployment Name
- gpt
Model Deployment Name This property is required. string - GPT Model Deployment Name
- id
This property is required. string - Resource Id of OpenAI Resource
- embedding_
model_ deployment_ name This property is required. str - Embedding Model Deployment Name
- gpt_
model_ deployment_ name This property is required. str - GPT Model Deployment Name
- id
This property is required. str - Resource Id of OpenAI Resource
- embedding
Model Deployment Name This property is required. String - Embedding Model Deployment Name
- gpt
Model Deployment Name This property is required. String - GPT Model Deployment Name
- id
This property is required. String - Resource Id of OpenAI Resource
UserManagedOpenAIProfileResponse, UserManagedOpenAIProfileResponseArgs
- Embedding
Model Deployment Name This property is required. string - Embedding Model Deployment Name
- Embedding
Model Type This property is required. string - Embedding Model Type
- Gpt
Model Deployment Name This property is required. string - GPT Model Deployment Name
- Id
This property is required. string - Resource Id of OpenAI Resource
- Embedding
Model Deployment Name This property is required. string - Embedding Model Deployment Name
- Embedding
Model Type This property is required. string - Embedding Model Type
- Gpt
Model Deployment Name This property is required. string - GPT Model Deployment Name
- Id
This property is required. string - Resource Id of OpenAI Resource
- embedding
Model Deployment Name This property is required. String - Embedding Model Deployment Name
- embedding
Model Type This property is required. String - Embedding Model Type
- gpt
Model Deployment Name This property is required. String - GPT Model Deployment Name
- id
This property is required. String - Resource Id of OpenAI Resource
- embedding
Model Deployment Name This property is required. string - Embedding Model Deployment Name
- embedding
Model Type This property is required. string - Embedding Model Type
- gpt
Model Deployment Name This property is required. string - GPT Model Deployment Name
- id
This property is required. string - Resource Id of OpenAI Resource
- embedding_
model_ deployment_ name This property is required. str - Embedding Model Deployment Name
- embedding_
model_ type This property is required. str - Embedding Model Type
- gpt_
model_ deployment_ name This property is required. str - GPT Model Deployment Name
- id
This property is required. str - Resource Id of OpenAI Resource
- embedding
Model Deployment Name This property is required. String - Embedding Model Deployment Name
- embedding
Model Type This property is required. String - Embedding Model Type
- gpt
Model Deployment Name This property is required. String - GPT Model Deployment Name
- id
This property is required. String - Resource Id of OpenAI Resource
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0