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 string
- The unique name of the resource.
- args ManufacturingDataServiceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args ManufacturingDataServiceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManufacturingDataServiceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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 stringName - 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 string
- The geo-location where the resource lives
- Mds
Resource stringName - 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 stringName - 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 string
- The geo-location where the resource lives
- Mds
Resource stringName - 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 StringName - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed service identities assigned to this resource.
- location String
- The geo-location where the resource lives
- mds
Resource StringName - 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 stringName - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed service identities assigned to this resource.
- location string
- The geo-location where the resource lives
- mds
Resource stringName - 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_ strname - 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 str
- The geo-location where the resource lives
- mds_
resource_ strname - 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 StringName - The name of the resource group. The name is case insensitive.
- identity Property Map
- The managed service identities assigned to this resource.
- location String
- The geo-location where the resource lives
- mds
Resource StringName - 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 stringUri - Data Ingestion Uri of Adx Resource
- Id string
- Resource Id of Adx Resource
- Uri string
- Uri of Adx Resource
- Data
Ingestion stringUri - Data Ingestion Uri of Adx Resource
- Id string
- Resource Id of Adx Resource
- Uri string
- Uri of Adx Resource
- data
Ingestion StringUri - Data Ingestion Uri of Adx Resource
- id String
- Resource Id of Adx Resource
- uri String
- Uri of Adx Resource
- data
Ingestion stringUri - Data Ingestion Uri of Adx Resource
- id string
- Resource Id of Adx Resource
- uri string
- Uri of Adx Resource
- data_
ingestion_ struri - Data Ingestion Uri of Adx Resource
- id str
- Resource Id of Adx Resource
- uri str
- Uri of Adx Resource
- data
Ingestion StringUri - Data Ingestion Uri of Adx Resource
- id String
- Resource Id of Adx Resource
- uri String
- Uri of Adx Resource
AksProfileResponse, AksProfileResponseArgs
- Id string
- Resource Id of AKS Resource
- Id string
- Resource Id of AKS Resource
- id String
- Resource Id of AKS Resource
- id string
- Resource Id of AKS Resource
- id str
- Resource Id of AKS Resource
- id String
- Resource Id of AKS Resource
CmkProfile, CmkProfileArgs
- Key
Uri string - URI of Key in AKV
- Key
Uri string - URI of Key in AKV
- key
Uri String - URI of Key in AKV
- key
Uri string - URI of Key in AKV
- key_
uri str - URI of Key in AKV
- key
Uri String - URI of Key in AKV
CmkProfileResponse, CmkProfileResponseArgs
- Key
Uri string - URI of Key in AKV
- Key
Uri string - URI of Key in AKV
- key
Uri String - URI of Key in AKV
- key
Uri string - URI of Key in AKV
- key_
uri str - URI of Key in AKV
- key
Uri String - URI of Key in AKV
DatabaseProfileResponse, DatabaseProfileResponseArgs
- Cosmos
Id string - Resource Id of Cosmos Resource
- Cosmos
Id string - Resource Id of Cosmos Resource
- cosmos
Id String - Resource Id of Cosmos Resource
- cosmos
Id string - Resource Id of Cosmos Resource
- cosmos_
id str - Resource Id of Cosmos Resource
- cosmos
Id String - Resource Id of Cosmos Resource
DenyAssignmentExclusion, DenyAssignmentExclusionArgs
DenyAssignmentExclusionResponse, DenyAssignmentExclusionResponseArgs
EventHubProfileResponse, EventHubProfileResponseArgs
- Adx
Instance stringId - Resource Id of Adx Instance
- Host
Name string - Host Name
- Adx
Instance stringId - Resource Id of Adx Instance
- Host
Name string - Host Name
- adx
Instance StringId - Resource Id of Adx Instance
- host
Name String - Host Name
- adx
Instance stringId - Resource Id of Adx Instance
- host
Name string - Host Name
- adx_
instance_ strid - Resource Id of Adx Instance
- host_
name str - Host Name
- adx
Instance StringId - Resource Id of Adx Instance
- host
Name String - Host Name
FabricProfile, FabricProfileArgs
- Key
Uri string - Azure Key Vault Uri
- One
Lake stringPath - One Lake Path
- One
Lake stringUri - URI of One Lake
- Key
Uri string - Azure Key Vault Uri
- One
Lake stringPath - One Lake Path
- One
Lake stringUri - URI of One Lake
- key
Uri String - Azure Key Vault Uri
- one
Lake StringPath - One Lake Path
- one
Lake StringUri - URI of One Lake
- key
Uri string - Azure Key Vault Uri
- one
Lake stringPath - One Lake Path
- one
Lake stringUri - URI of One Lake
- key_
uri str - Azure Key Vault Uri
- one_
lake_ strpath - One Lake Path
- one_
lake_ struri - URI of One Lake
- key
Uri String - Azure Key Vault Uri
- one
Lake StringPath - One Lake Path
- one
Lake StringUri - URI of One Lake
FabricProfileResponse, FabricProfileResponseArgs
- Key
Uri string - Azure Key Vault Uri
- One
Lake stringPath - One Lake Path
- One
Lake stringUri - URI of One Lake
- Key
Uri string - Azure Key Vault Uri
- One
Lake stringPath - One Lake Path
- One
Lake stringUri - URI of One Lake
- key
Uri String - Azure Key Vault Uri
- one
Lake StringPath - One Lake Path
- one
Lake StringUri - URI of One Lake
- key
Uri string - Azure Key Vault Uri
- one
Lake stringPath - One Lake Path
- one
Lake stringUri - URI of One Lake
- key_
uri str - Azure Key Vault Uri
- one_
lake_ strpath - One Lake Path
- one_
lake_ struri - URI of One Lake
- key
Uri String - Azure Key Vault Uri
- one
Lake StringPath - One Lake Path
- one
Lake StringUri - URI of One Lake
FunctionAppProfileResponse, FunctionAppProfileResponseArgs
- Id string
- Resource Id of Azure Function App Resource
- Id string
- Resource Id of Azure Function App Resource
- id String
- Resource Id of Azure Function App Resource
- id string
- Resource Id of Azure Function App Resource
- id str
- Resource Id of Azure Function App Resource
- id String
- Resource Id of Azure Function App Resource
ManagedOnBehalfOfConfigurationResponse, ManagedOnBehalfOfConfigurationResponseArgs
- Mobo
Broker List<Pulumi.Resources Azure Native. Manufacturing Platform. Inputs. Mobo Broker Resource Response> - Associated MoboBrokerResources.
- Mobo
Broker []MoboResources Broker Resource Response - Associated MoboBrokerResources.
- mobo
Broker List<MoboResources Broker Resource Response> - Associated MoboBrokerResources.
- mobo
Broker MoboResources Broker Resource Response[] - Associated MoboBrokerResources.
- mobo_
broker_ Sequence[Moboresources Broker Resource Response] - Associated MoboBrokerResources.
- mobo
Broker List<Property Map>Resources - Associated MoboBrokerResources.
ManagedResourceGroupConfigurationResponse, ManagedResourceGroupConfigurationResponseArgs
ManagedServiceIdentity, ManagedServiceIdentityArgs
- Type
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
string | Managed
Service 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
String | 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
string | Managed
Service 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
str | Managed
Service 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
String | "None" | "System
Assigned" | "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 string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type 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 string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type 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 String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type 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 string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type 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 str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type 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 String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type 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 stringId - 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 stringId - 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 StringId - 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 stringId - 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_ strid - 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 StringId - 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 stringId - AAD Application Id.
- Adx
Profile Pulumi.Azure Native. Manufacturing Platform. Inputs. Adx Profile Response - Profile of Adx Created.
- Aks
Profile Pulumi.Azure Native. Manufacturing Platform. Inputs. Aks Profile Response - Profile of AKS Created.
- Database
Profile Pulumi.Azure Native. Manufacturing Platform. Inputs. Database Profile Response - Profile of Database Created.
- Event
Hub Pulumi.Profile Azure Native. Manufacturing Platform. Inputs. Event Hub Profile Response - Profile of EventHub Resource.
- Function
App Pulumi.Profile Azure Native. Manufacturing Platform. Inputs. Function App Profile Response - Profile of Function App Resource.
- Managed
On Pulumi.Behalf Of Configuration Azure Native. Manufacturing Platform. Inputs. Managed On Behalf Of Configuration Response - Managed On Behalf Of Configuration.
- Managed
Resource Pulumi.Group Configuration Azure Native. Manufacturing Platform. Inputs. Managed Resource Group Configuration Response - Configuration of the managed resource group associated with the resource.
- Monitoring
Profile Pulumi.Azure Native. Manufacturing Platform. Inputs. Monitoring Profile Response - Profile of Monitoring Resource Created.
- Provisioning
State string - The status of the last operation.
- Redis
Profile Pulumi.Azure Native. Manufacturing Platform. Inputs. Redis Profile Response - Profile of Azure Redis Created.
- Service
Url string - Service Url
- Storage
Profile 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 stringId - AAD Application Id.
- Adx
Profile AdxProfile Response - Profile of Adx Created.
- Aks
Profile AksProfile Response - Profile of AKS Created.
- Database
Profile DatabaseProfile Response - Profile of Database Created.
- Event
Hub EventProfile Hub Profile Response - Profile of EventHub Resource.
- Function
App FunctionProfile App Profile Response - Profile of Function App Resource.
- Managed
On ManagedBehalf Of Configuration On Behalf Of Configuration Response - Managed On Behalf Of Configuration.
- Managed
Resource ManagedGroup Configuration Resource Group Configuration Response - Configuration of the managed resource group associated with the resource.
- Monitoring
Profile MonitoringProfile Response - Profile of Monitoring Resource Created.
- Provisioning
State string - The status of the last operation.
- Redis
Profile RedisProfile Response - Profile of Azure Redis Created.
- Service
Url string - Service Url
- Storage
Profile 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 StringId - AAD Application Id.
- adx
Profile AdxProfile Response - Profile of Adx Created.
- aks
Profile AksProfile Response - Profile of AKS Created.
- database
Profile DatabaseProfile Response - Profile of Database Created.
- event
Hub EventProfile Hub Profile Response - Profile of EventHub Resource.
- function
App FunctionProfile App Profile Response - Profile of Function App Resource.
- managed
On ManagedBehalf Of Configuration On Behalf Of Configuration Response - Managed On Behalf Of Configuration.
- managed
Resource ManagedGroup Configuration Resource Group Configuration Response - Configuration of the managed resource group associated with the resource.
- monitoring
Profile MonitoringProfile Response - Profile of Monitoring Resource Created.
- provisioning
State String - The status of the last operation.
- redis
Profile RedisProfile Response - Profile of Azure Redis Created.
- service
Url String - Service Url
- storage
Profile 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 stringId - AAD Application Id.
- adx
Profile AdxProfile Response - Profile of Adx Created.
- aks
Profile AksProfile Response - Profile of AKS Created.
- database
Profile DatabaseProfile Response - Profile of Database Created.
- event
Hub EventProfile Hub Profile Response - Profile of EventHub Resource.
- function
App FunctionProfile App Profile Response - Profile of Function App Resource.
- managed
On ManagedBehalf Of Configuration On Behalf Of Configuration Response - Managed On Behalf Of Configuration.
- managed
Resource ManagedGroup Configuration Resource Group Configuration Response - Configuration of the managed resource group associated with the resource.
- monitoring
Profile MonitoringProfile Response - Profile of Monitoring Resource Created.
- provisioning
State string - The status of the last operation.
- redis
Profile RedisProfile Response - Profile of Azure Redis Created.
- service
Url string - Service Url
- storage
Profile 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_ strid - AAD Application Id.
- adx_
profile AdxProfile Response - Profile of Adx Created.
- aks_
profile AksProfile Response - Profile of AKS Created.
- database_
profile DatabaseProfile Response - Profile of Database Created.
- event_
hub_ Eventprofile Hub Profile Response - Profile of EventHub Resource.
- function_
app_ Functionprofile App Profile Response - Profile of Function App Resource.
- managed_
on_ Managedbehalf_ of_ configuration On Behalf Of Configuration Response - Managed On Behalf Of Configuration.
- managed_
resource_ Managedgroup_ configuration Resource Group Configuration Response - Configuration of the managed resource group associated with the resource.
- monitoring_
profile MonitoringProfile Response - Profile of Monitoring Resource Created.
- provisioning_
state str - The status of the last operation.
- redis_
profile RedisProfile Response - Profile of Azure Redis Created.
- service_
url str - Service Url
- storage_
profile 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 StringId - AAD Application Id.
- adx
Profile Property Map - Profile of Adx Created.
- aks
Profile Property Map - Profile of AKS Created.
- database
Profile Property Map - Profile of Database Created.
- event
Hub Property MapProfile - Profile of EventHub Resource.
- function
App Property MapProfile - Profile of Function App Resource.
- managed
On Property MapBehalf Of Configuration - Managed On Behalf Of Configuration.
- managed
Resource Property MapGroup Configuration - Configuration of the managed resource group associated with the resource.
- monitoring
Profile Property Map - Profile of Monitoring Resource Created.
- provisioning
State String - The status of the last operation.
- redis
Profile Property Map - Profile of Azure Redis Created.
- service
Url String - Service Url
- storage
Profile 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 string
- Resource Id of MoboBrokerResource
- Id string
- Resource Id of MoboBrokerResource
- id String
- Resource Id of MoboBrokerResource
- id string
- Resource Id of MoboBrokerResource
- id str
- Resource Id of MoboBrokerResource
- id String
- Resource Id of MoboBrokerResource
MonitoringProfileResponse, MonitoringProfileResponseArgs
- Id string
- Resource Id of Application Insights Resource
- Id string
- Resource Id of Application Insights Resource
- id String
- Resource Id of Application Insights Resource
- id string
- Resource Id of Application Insights Resource
- id str
- Resource Id of Application Insights Resource
- id 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 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 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 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 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 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 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 string
- Resource Id of Azure Redis Cache Resource
- Id string
- Resource Id of Azure Redis Cache Resource
- id String
- Resource Id of Azure Redis Cache Resource
- id string
- Resource Id of Azure Redis Cache Resource
- id str
- Resource Id of Azure Redis Cache Resource
- id 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 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 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 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 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 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 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 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 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 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 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 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 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 string
- Resource Id of Storage Resource
- Id string
- Resource Id of Storage Resource
- id String
- Resource Id of Storage Resource
- id string
- Resource Id of Storage Resource
- id str
- Resource Id of Storage Resource
- id 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 string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- client
Id string - The client ID of the assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- client_
id str - The client ID of the assigned identity.
- principal_
id str - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
UserManagedOpenAIProfile, UserManagedOpenAIProfileArgs
- Embedding
Model stringDeployment Name - Embedding Model Deployment Name
- Gpt
Model stringDeployment Name - GPT Model Deployment Name
- Id string
- Resource Id of OpenAI Resource
- Embedding
Model stringDeployment Name - Embedding Model Deployment Name
- Gpt
Model stringDeployment Name - GPT Model Deployment Name
- Id string
- Resource Id of OpenAI Resource
- embedding
Model StringDeployment Name - Embedding Model Deployment Name
- gpt
Model StringDeployment Name - GPT Model Deployment Name
- id String
- Resource Id of OpenAI Resource
- embedding
Model stringDeployment Name - Embedding Model Deployment Name
- gpt
Model stringDeployment Name - GPT Model Deployment Name
- id string
- Resource Id of OpenAI Resource
- embedding_
model_ strdeployment_ name - Embedding Model Deployment Name
- gpt_
model_ strdeployment_ name - GPT Model Deployment Name
- id str
- Resource Id of OpenAI Resource
- embedding
Model StringDeployment Name - Embedding Model Deployment Name
- gpt
Model StringDeployment Name - GPT Model Deployment Name
- id String
- Resource Id of OpenAI Resource
UserManagedOpenAIProfileResponse, UserManagedOpenAIProfileResponseArgs
- Embedding
Model stringDeployment Name - Embedding Model Deployment Name
- Embedding
Model stringType - Embedding Model Type
- Gpt
Model stringDeployment Name - GPT Model Deployment Name
- Id string
- Resource Id of OpenAI Resource
- Embedding
Model stringDeployment Name - Embedding Model Deployment Name
- Embedding
Model stringType - Embedding Model Type
- Gpt
Model stringDeployment Name - GPT Model Deployment Name
- Id string
- Resource Id of OpenAI Resource
- embedding
Model StringDeployment Name - Embedding Model Deployment Name
- embedding
Model StringType - Embedding Model Type
- gpt
Model StringDeployment Name - GPT Model Deployment Name
- id String
- Resource Id of OpenAI Resource
- embedding
Model stringDeployment Name - Embedding Model Deployment Name
- embedding
Model stringType - Embedding Model Type
- gpt
Model stringDeployment Name - GPT Model Deployment Name
- id string
- Resource Id of OpenAI Resource
- embedding_
model_ strdeployment_ name - Embedding Model Deployment Name
- embedding_
model_ strtype - Embedding Model Type
- gpt_
model_ strdeployment_ name - GPT Model Deployment Name
- id str
- Resource Id of OpenAI Resource
- embedding
Model StringDeployment Name - Embedding Model Deployment Name
- embedding
Model StringType - Embedding Model Type
- gpt
Model StringDeployment Name - GPT Model Deployment Name
- id String
- Resource Id of OpenAI Resource
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0