1. Packages
  2. Azure Native
  3. API Docs
  4. manufacturingplatform
  5. ManufacturingDataService
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.manufacturingplatform.ManufacturingDataService

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    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:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Identity Pulumi.AzureNative.ManufacturingPlatform.Inputs.ManagedServiceIdentity
    The managed service identities assigned to this resource.
    Location string
    The geo-location where the resource lives
    MdsResourceName string
    Name.
    Properties Pulumi.AzureNative.ManufacturingPlatform.Inputs.MdsResourceProperties
    The resource-specific properties for this resource.
    Sku Pulumi.AzureNative.ManufacturingPlatform.Inputs.Sku
    The SKU (Stock Keeping Unit) assigned to this resource.
    Tags Dictionary<string, string>
    Resource tags.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Identity ManagedServiceIdentityArgs
    The managed service identities assigned to this resource.
    Location string
    The geo-location where the resource lives
    MdsResourceName string
    Name.
    Properties MdsResourcePropertiesArgs
    The resource-specific properties for this resource.
    Sku SkuArgs
    The SKU (Stock Keeping Unit) assigned to this resource.
    Tags map[string]string
    Resource tags.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    identity ManagedServiceIdentity
    The managed service identities assigned to this resource.
    location String
    The geo-location where the resource lives
    mdsResourceName String
    Name.
    properties MdsResourceProperties
    The resource-specific properties for this resource.
    sku Sku
    The SKU (Stock Keeping Unit) assigned to this resource.
    tags Map<String,String>
    Resource tags.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    identity ManagedServiceIdentity
    The managed service identities assigned to this resource.
    location string
    The geo-location where the resource lives
    mdsResourceName string
    Name.
    properties MdsResourceProperties
    The resource-specific properties for this resource.
    sku Sku
    The SKU (Stock Keeping Unit) assigned to this resource.
    tags {[key: string]: string}
    Resource tags.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    identity ManagedServiceIdentityArgs
    The managed service identities assigned to this resource.
    location str
    The geo-location where the resource lives
    mds_resource_name str
    Name.
    properties MdsResourcePropertiesArgs
    The resource-specific properties for this resource.
    sku SkuArgs
    The SKU (Stock Keeping Unit) assigned to this resource.
    tags Mapping[str, str]
    Resource tags.
    resourceGroupName String
    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
    mdsResourceName String
    Name.
    properties Property Map
    The resource-specific properties for this resource.
    sku Property Map
    The SKU (Stock Keeping Unit) assigned to this resource.
    tags 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
    SystemData Pulumi.AzureNative.ManufacturingPlatform.Outputs.SystemDataResponse
    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
    SystemData SystemDataResponse
    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
    systemData SystemDataResponse
    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
    systemData SystemDataResponse
    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 SystemDataResponse
    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
    systemData 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

    DataIngestionUri string
    Data Ingestion Uri of Adx Resource
    Id string
    Resource Id of Adx Resource
    Uri string
    Uri of Adx Resource
    DataIngestionUri string
    Data Ingestion Uri of Adx Resource
    Id string
    Resource Id of Adx Resource
    Uri string
    Uri of Adx Resource
    dataIngestionUri String
    Data Ingestion Uri of Adx Resource
    id String
    Resource Id of Adx Resource
    uri String
    Uri of Adx Resource
    dataIngestionUri string
    Data Ingestion Uri of Adx Resource
    id string
    Resource Id of Adx Resource
    uri string
    Uri of Adx Resource
    data_ingestion_uri str
    Data Ingestion Uri of Adx Resource
    id str
    Resource Id of Adx Resource
    uri str
    Uri of Adx Resource
    dataIngestionUri String
    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

    KeyUri string
    URI of Key in AKV
    KeyUri string
    URI of Key in AKV
    keyUri String
    URI of Key in AKV
    keyUri string
    URI of Key in AKV
    key_uri str
    URI of Key in AKV
    keyUri String
    URI of Key in AKV

    CmkProfileResponse, CmkProfileResponseArgs

    KeyUri string
    URI of Key in AKV
    KeyUri string
    URI of Key in AKV
    keyUri String
    URI of Key in AKV
    keyUri string
    URI of Key in AKV
    key_uri str
    URI of Key in AKV
    keyUri String
    URI of Key in AKV

    DatabaseProfileResponse, DatabaseProfileResponseArgs

    CosmosId string
    Resource Id of Cosmos Resource
    CosmosId string
    Resource Id of Cosmos Resource
    cosmosId String
    Resource Id of Cosmos Resource
    cosmosId string
    Resource Id of Cosmos Resource
    cosmos_id str
    Resource Id of Cosmos Resource
    cosmosId String
    Resource Id of Cosmos Resource

    DenyAssignmentExclusion, DenyAssignmentExclusionArgs

    Id string
    Object Id of Identity
    Type string
    Type of Identity
    Id string
    Object Id of Identity
    Type string
    Type of Identity
    id String
    Object Id of Identity
    type String
    Type of Identity
    id string
    Object Id of Identity
    type string
    Type of Identity
    id str
    Object Id of Identity
    type str
    Type of Identity
    id String
    Object Id of Identity
    type String
    Type of Identity

    DenyAssignmentExclusionResponse, DenyAssignmentExclusionResponseArgs

    Id string
    Object Id of Identity
    Type string
    Type of Identity
    Id string
    Object Id of Identity
    Type string
    Type of Identity
    id String
    Object Id of Identity
    type String
    Type of Identity
    id string
    Object Id of Identity
    type string
    Type of Identity
    id str
    Object Id of Identity
    type str
    Type of Identity
    id String
    Object Id of Identity
    type String
    Type of Identity

    EventHubProfileResponse, EventHubProfileResponseArgs

    AdxInstanceId string
    Resource Id of Adx Instance
    HostName string
    Host Name
    AdxInstanceId string
    Resource Id of Adx Instance
    HostName string
    Host Name
    adxInstanceId String
    Resource Id of Adx Instance
    hostName String
    Host Name
    adxInstanceId string
    Resource Id of Adx Instance
    hostName string
    Host Name
    adx_instance_id str
    Resource Id of Adx Instance
    host_name str
    Host Name
    adxInstanceId String
    Resource Id of Adx Instance
    hostName String
    Host Name

    FabricProfile, FabricProfileArgs

    KeyUri string
    Azure Key Vault Uri
    OneLakePath string
    One Lake Path
    OneLakeUri string
    URI of One Lake
    KeyUri string
    Azure Key Vault Uri
    OneLakePath string
    One Lake Path
    OneLakeUri string
    URI of One Lake
    keyUri String
    Azure Key Vault Uri
    oneLakePath String
    One Lake Path
    oneLakeUri String
    URI of One Lake
    keyUri string
    Azure Key Vault Uri
    oneLakePath string
    One Lake Path
    oneLakeUri string
    URI of One Lake
    key_uri str
    Azure Key Vault Uri
    one_lake_path str
    One Lake Path
    one_lake_uri str
    URI of One Lake
    keyUri String
    Azure Key Vault Uri
    oneLakePath String
    One Lake Path
    oneLakeUri String
    URI of One Lake

    FabricProfileResponse, FabricProfileResponseArgs

    KeyUri string
    Azure Key Vault Uri
    OneLakePath string
    One Lake Path
    OneLakeUri string
    URI of One Lake
    KeyUri string
    Azure Key Vault Uri
    OneLakePath string
    One Lake Path
    OneLakeUri string
    URI of One Lake
    keyUri String
    Azure Key Vault Uri
    oneLakePath String
    One Lake Path
    oneLakeUri String
    URI of One Lake
    keyUri string
    Azure Key Vault Uri
    oneLakePath string
    One Lake Path
    oneLakeUri string
    URI of One Lake
    key_uri str
    Azure Key Vault Uri
    one_lake_path str
    One Lake Path
    one_lake_uri str
    URI of One Lake
    keyUri String
    Azure Key Vault Uri
    oneLakePath String
    One Lake Path
    oneLakeUri String
    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

    MoboBrokerResources []MoboBrokerResourceResponse
    Associated MoboBrokerResources.
    moboBrokerResources MoboBrokerResourceResponse[]
    Associated MoboBrokerResources.
    moboBrokerResources List<Property Map>
    Associated MoboBrokerResources.

    ManagedResourceGroupConfigurationResponse, ManagedResourceGroupConfigurationResponseArgs

    Location string
    The resource group location.
    Name string
    The resource group name.
    Location string
    The resource group location.
    Name string
    The resource group name.
    location String
    The resource group location.
    name String
    The resource group name.
    location string
    The resource group location.
    name string
    The resource group name.
    location str
    The resource group location.
    name str
    The resource group name.
    location String
    The resource group location.
    name String
    The resource group name.

    ManagedServiceIdentity, ManagedServiceIdentityArgs

    Type string | Pulumi.AzureNative.ManufacturingPlatform.ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities List<string>
    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 | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities []string
    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 | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities List<String>
    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 | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities string[]
    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 | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Sequence[str]
    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" | "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned"
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities List<String>
    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

    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId 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).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.ManufacturingPlatform.Inputs.UserAssignedIdentityResponse>
    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.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId 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).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    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.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId 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).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    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.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId 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).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    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_identities Mapping[str, UserAssignedIdentityResponse]
    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.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId 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).
    userAssignedIdentities Map<Property Map>
    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
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    ManagedServiceIdentityTypeNone
    None
    ManagedServiceIdentityTypeSystemAssigned
    SystemAssigned
    ManagedServiceIdentityTypeUserAssigned
    UserAssigned
    ManagedServiceIdentityType_SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    NONE
    None
    SYSTEM_ASSIGNED
    SystemAssigned
    USER_ASSIGNED
    UserAssigned
    SYSTEM_ASSIGNED_USER_ASSIGNED
    SystemAssigned,UserAssigned
    "None"
    None
    "SystemAssigned"
    SystemAssigned
    "UserAssigned"
    UserAssigned
    "SystemAssigned,UserAssigned"
    SystemAssigned,UserAssigned

    MdsResourceProperties, MdsResourcePropertiesArgs

    AadApplicationId string
    AAD Application Id.
    AksAdminGroupId string
    AKS Admin Group Id.
    CmkProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.CmkProfile
    Profile of CMK Settings.
    DenyAssignmentExclusions List<Pulumi.AzureNative.ManufacturingPlatform.Inputs.DenyAssignmentExclusion>
    Deny Assignments exclusion list.
    EnableCopilot bool
    Enable Copilot.
    EnableDiagnosticSettings bool
    Enable Diagnostic Settings.
    FabricProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.FabricProfile
    Profile of Fabric resources.
    OpenAIProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.OpenAIProfile
    Profile of OpenAI Resource.
    RedundancyState string | Pulumi.AzureNative.ManufacturingPlatform.RedundancyState
    Zone redundancy state for resources
    ResourceState string | Pulumi.AzureNative.ManufacturingPlatform.ResourceState
    State of the resource
    UserManagedOpenAIProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.UserManagedOpenAIProfile
    Profile of User Managed OpenAI Resource.
    Version string
    Mds Resource Version.
    AadApplicationId string
    AAD Application Id.
    AksAdminGroupId string
    AKS Admin Group Id.
    CmkProfile CmkProfile
    Profile of CMK Settings.
    DenyAssignmentExclusions []DenyAssignmentExclusion
    Deny Assignments exclusion list.
    EnableCopilot bool
    Enable Copilot.
    EnableDiagnosticSettings bool
    Enable Diagnostic Settings.
    FabricProfile FabricProfile
    Profile of Fabric resources.
    OpenAIProfile OpenAIProfile
    Profile of OpenAI Resource.
    RedundancyState string | RedundancyState
    Zone redundancy state for resources
    ResourceState string | ResourceState
    State of the resource
    UserManagedOpenAIProfile UserManagedOpenAIProfile
    Profile of User Managed OpenAI Resource.
    Version string
    Mds Resource Version.
    aadApplicationId String
    AAD Application Id.
    aksAdminGroupId String
    AKS Admin Group Id.
    cmkProfile CmkProfile
    Profile of CMK Settings.
    denyAssignmentExclusions List<DenyAssignmentExclusion>
    Deny Assignments exclusion list.
    enableCopilot Boolean
    Enable Copilot.
    enableDiagnosticSettings Boolean
    Enable Diagnostic Settings.
    fabricProfile FabricProfile
    Profile of Fabric resources.
    openAIProfile OpenAIProfile
    Profile of OpenAI Resource.
    redundancyState String | RedundancyState
    Zone redundancy state for resources
    resourceState String | ResourceState
    State of the resource
    userManagedOpenAIProfile UserManagedOpenAIProfile
    Profile of User Managed OpenAI Resource.
    version String
    Mds Resource Version.
    aadApplicationId string
    AAD Application Id.
    aksAdminGroupId string
    AKS Admin Group Id.
    cmkProfile CmkProfile
    Profile of CMK Settings.
    denyAssignmentExclusions DenyAssignmentExclusion[]
    Deny Assignments exclusion list.
    enableCopilot boolean
    Enable Copilot.
    enableDiagnosticSettings boolean
    Enable Diagnostic Settings.
    fabricProfile FabricProfile
    Profile of Fabric resources.
    openAIProfile OpenAIProfile
    Profile of OpenAI Resource.
    redundancyState string | RedundancyState
    Zone redundancy state for resources
    resourceState string | ResourceState
    State of the resource
    userManagedOpenAIProfile UserManagedOpenAIProfile
    Profile of User Managed OpenAI Resource.
    version string
    Mds Resource Version.
    aad_application_id str
    AAD Application Id.
    aks_admin_group_id str
    AKS Admin Group Id.
    cmk_profile CmkProfile
    Profile of CMK Settings.
    deny_assignment_exclusions Sequence[DenyAssignmentExclusion]
    Deny Assignments exclusion list.
    enable_copilot bool
    Enable Copilot.
    enable_diagnostic_settings bool
    Enable Diagnostic Settings.
    fabric_profile FabricProfile
    Profile of Fabric resources.
    open_ai_profile OpenAIProfile
    Profile of OpenAI Resource.
    redundancy_state str | RedundancyState
    Zone redundancy state for resources
    resource_state str | ResourceState
    State of the resource
    user_managed_open_ai_profile UserManagedOpenAIProfile
    Profile of User Managed OpenAI Resource.
    version str
    Mds Resource Version.
    aadApplicationId String
    AAD Application Id.
    aksAdminGroupId String
    AKS Admin Group Id.
    cmkProfile Property Map
    Profile of CMK Settings.
    denyAssignmentExclusions List<Property Map>
    Deny Assignments exclusion list.
    enableCopilot Boolean
    Enable Copilot.
    enableDiagnosticSettings Boolean
    Enable Diagnostic Settings.
    fabricProfile Property Map
    Profile of Fabric resources.
    openAIProfile Property Map
    Profile of OpenAI Resource.
    redundancyState String | "Zonal" | "None"
    Zone redundancy state for resources
    resourceState String | "Active" | "Inactive"
    State of the resource
    userManagedOpenAIProfile Property Map
    Profile of User Managed OpenAI Resource.
    version String
    Mds Resource Version.

    MdsResourcePropertiesResponse, MdsResourcePropertiesResponseArgs

    AadApplicationId string
    AAD Application Id.
    AdxProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.AdxProfileResponse
    Profile of Adx Created.
    AksProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.AksProfileResponse
    Profile of AKS Created.
    DatabaseProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.DatabaseProfileResponse
    Profile of Database Created.
    EventHubProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.EventHubProfileResponse
    Profile of EventHub Resource.
    FunctionAppProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.FunctionAppProfileResponse
    Profile of Function App Resource.
    ManagedOnBehalfOfConfiguration Pulumi.AzureNative.ManufacturingPlatform.Inputs.ManagedOnBehalfOfConfigurationResponse
    Managed On Behalf Of Configuration.
    ManagedResourceGroupConfiguration Pulumi.AzureNative.ManufacturingPlatform.Inputs.ManagedResourceGroupConfigurationResponse
    Configuration of the managed resource group associated with the resource.
    MonitoringProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.MonitoringProfileResponse
    Profile of Monitoring Resource Created.
    ProvisioningState string
    The status of the last operation.
    RedisProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.RedisProfileResponse
    Profile of Azure Redis Created.
    ServiceUrl string
    Service Url
    StorageProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.StorageProfileResponse
    Profile of Storage Created.
    AksAdminGroupId string
    AKS Admin Group Id.
    CmkProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.CmkProfileResponse
    Profile of CMK Settings.
    DenyAssignmentExclusions List<Pulumi.AzureNative.ManufacturingPlatform.Inputs.DenyAssignmentExclusionResponse>
    Deny Assignments exclusion list.
    EnableCopilot bool
    Enable Copilot.
    EnableDiagnosticSettings bool
    Enable Diagnostic Settings.
    FabricProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.FabricProfileResponse
    Profile of Fabric resources.
    OpenAIProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.OpenAIProfileResponse
    Profile of OpenAI Resource.
    RedundancyState string
    Zone redundancy state for resources
    ResourceState string
    State of the resource
    UserManagedOpenAIProfile Pulumi.AzureNative.ManufacturingPlatform.Inputs.UserManagedOpenAIProfileResponse
    Profile of User Managed OpenAI Resource.
    Version string
    Mds Resource Version.
    AadApplicationId string
    AAD Application Id.
    AdxProfile AdxProfileResponse
    Profile of Adx Created.
    AksProfile AksProfileResponse
    Profile of AKS Created.
    DatabaseProfile DatabaseProfileResponse
    Profile of Database Created.
    EventHubProfile EventHubProfileResponse
    Profile of EventHub Resource.
    FunctionAppProfile FunctionAppProfileResponse
    Profile of Function App Resource.
    ManagedOnBehalfOfConfiguration ManagedOnBehalfOfConfigurationResponse
    Managed On Behalf Of Configuration.
    ManagedResourceGroupConfiguration ManagedResourceGroupConfigurationResponse
    Configuration of the managed resource group associated with the resource.
    MonitoringProfile MonitoringProfileResponse
    Profile of Monitoring Resource Created.
    ProvisioningState string
    The status of the last operation.
    RedisProfile RedisProfileResponse
    Profile of Azure Redis Created.
    ServiceUrl string
    Service Url
    StorageProfile StorageProfileResponse
    Profile of Storage Created.
    AksAdminGroupId string
    AKS Admin Group Id.
    CmkProfile CmkProfileResponse
    Profile of CMK Settings.
    DenyAssignmentExclusions []DenyAssignmentExclusionResponse
    Deny Assignments exclusion list.
    EnableCopilot bool
    Enable Copilot.
    EnableDiagnosticSettings bool
    Enable Diagnostic Settings.
    FabricProfile FabricProfileResponse
    Profile of Fabric resources.
    OpenAIProfile OpenAIProfileResponse
    Profile of OpenAI Resource.
    RedundancyState string
    Zone redundancy state for resources
    ResourceState string
    State of the resource
    UserManagedOpenAIProfile UserManagedOpenAIProfileResponse
    Profile of User Managed OpenAI Resource.
    Version string
    Mds Resource Version.
    aadApplicationId String
    AAD Application Id.
    adxProfile AdxProfileResponse
    Profile of Adx Created.
    aksProfile AksProfileResponse
    Profile of AKS Created.
    databaseProfile DatabaseProfileResponse
    Profile of Database Created.
    eventHubProfile EventHubProfileResponse
    Profile of EventHub Resource.
    functionAppProfile FunctionAppProfileResponse
    Profile of Function App Resource.
    managedOnBehalfOfConfiguration ManagedOnBehalfOfConfigurationResponse
    Managed On Behalf Of Configuration.
    managedResourceGroupConfiguration ManagedResourceGroupConfigurationResponse
    Configuration of the managed resource group associated with the resource.
    monitoringProfile MonitoringProfileResponse
    Profile of Monitoring Resource Created.
    provisioningState String
    The status of the last operation.
    redisProfile RedisProfileResponse
    Profile of Azure Redis Created.
    serviceUrl String
    Service Url
    storageProfile StorageProfileResponse
    Profile of Storage Created.
    aksAdminGroupId String
    AKS Admin Group Id.
    cmkProfile CmkProfileResponse
    Profile of CMK Settings.
    denyAssignmentExclusions List<DenyAssignmentExclusionResponse>
    Deny Assignments exclusion list.
    enableCopilot Boolean
    Enable Copilot.
    enableDiagnosticSettings Boolean
    Enable Diagnostic Settings.
    fabricProfile FabricProfileResponse
    Profile of Fabric resources.
    openAIProfile OpenAIProfileResponse
    Profile of OpenAI Resource.
    redundancyState String
    Zone redundancy state for resources
    resourceState String
    State of the resource
    userManagedOpenAIProfile UserManagedOpenAIProfileResponse
    Profile of User Managed OpenAI Resource.
    version String
    Mds Resource Version.
    aadApplicationId string
    AAD Application Id.
    adxProfile AdxProfileResponse
    Profile of Adx Created.
    aksProfile AksProfileResponse
    Profile of AKS Created.
    databaseProfile DatabaseProfileResponse
    Profile of Database Created.
    eventHubProfile EventHubProfileResponse
    Profile of EventHub Resource.
    functionAppProfile FunctionAppProfileResponse
    Profile of Function App Resource.
    managedOnBehalfOfConfiguration ManagedOnBehalfOfConfigurationResponse
    Managed On Behalf Of Configuration.
    managedResourceGroupConfiguration ManagedResourceGroupConfigurationResponse
    Configuration of the managed resource group associated with the resource.
    monitoringProfile MonitoringProfileResponse
    Profile of Monitoring Resource Created.
    provisioningState string
    The status of the last operation.
    redisProfile RedisProfileResponse
    Profile of Azure Redis Created.
    serviceUrl string
    Service Url
    storageProfile StorageProfileResponse
    Profile of Storage Created.
    aksAdminGroupId string
    AKS Admin Group Id.
    cmkProfile CmkProfileResponse
    Profile of CMK Settings.
    denyAssignmentExclusions DenyAssignmentExclusionResponse[]
    Deny Assignments exclusion list.
    enableCopilot boolean
    Enable Copilot.
    enableDiagnosticSettings boolean
    Enable Diagnostic Settings.
    fabricProfile FabricProfileResponse
    Profile of Fabric resources.
    openAIProfile OpenAIProfileResponse
    Profile of OpenAI Resource.
    redundancyState string
    Zone redundancy state for resources
    resourceState string
    State of the resource
    userManagedOpenAIProfile UserManagedOpenAIProfileResponse
    Profile of User Managed OpenAI Resource.
    version string
    Mds Resource Version.
    aad_application_id str
    AAD Application Id.
    adx_profile AdxProfileResponse
    Profile of Adx Created.
    aks_profile AksProfileResponse
    Profile of AKS Created.
    database_profile DatabaseProfileResponse
    Profile of Database Created.
    event_hub_profile EventHubProfileResponse
    Profile of EventHub Resource.
    function_app_profile FunctionAppProfileResponse
    Profile of Function App Resource.
    managed_on_behalf_of_configuration ManagedOnBehalfOfConfigurationResponse
    Managed On Behalf Of Configuration.
    managed_resource_group_configuration ManagedResourceGroupConfigurationResponse
    Configuration of the managed resource group associated with the resource.
    monitoring_profile MonitoringProfileResponse
    Profile of Monitoring Resource Created.
    provisioning_state str
    The status of the last operation.
    redis_profile RedisProfileResponse
    Profile of Azure Redis Created.
    service_url str
    Service Url
    storage_profile StorageProfileResponse
    Profile of Storage Created.
    aks_admin_group_id str
    AKS Admin Group Id.
    cmk_profile CmkProfileResponse
    Profile of CMK Settings.
    deny_assignment_exclusions Sequence[DenyAssignmentExclusionResponse]
    Deny Assignments exclusion list.
    enable_copilot bool
    Enable Copilot.
    enable_diagnostic_settings bool
    Enable Diagnostic Settings.
    fabric_profile FabricProfileResponse
    Profile of Fabric resources.
    open_ai_profile OpenAIProfileResponse
    Profile of OpenAI Resource.
    redundancy_state str
    Zone redundancy state for resources
    resource_state str
    State of the resource
    user_managed_open_ai_profile UserManagedOpenAIProfileResponse
    Profile of User Managed OpenAI Resource.
    version str
    Mds Resource Version.
    aadApplicationId String
    AAD Application Id.
    adxProfile Property Map
    Profile of Adx Created.
    aksProfile Property Map
    Profile of AKS Created.
    databaseProfile Property Map
    Profile of Database Created.
    eventHubProfile Property Map
    Profile of EventHub Resource.
    functionAppProfile Property Map
    Profile of Function App Resource.
    managedOnBehalfOfConfiguration Property Map
    Managed On Behalf Of Configuration.
    managedResourceGroupConfiguration Property Map
    Configuration of the managed resource group associated with the resource.
    monitoringProfile Property Map
    Profile of Monitoring Resource Created.
    provisioningState String
    The status of the last operation.
    redisProfile Property Map
    Profile of Azure Redis Created.
    serviceUrl String
    Service Url
    storageProfile Property Map
    Profile of Storage Created.
    aksAdminGroupId String
    AKS Admin Group Id.
    cmkProfile Property Map
    Profile of CMK Settings.
    denyAssignmentExclusions List<Property Map>
    Deny Assignments exclusion list.
    enableCopilot Boolean
    Enable Copilot.
    enableDiagnosticSettings Boolean
    Enable Diagnostic Settings.
    fabricProfile Property Map
    Profile of Fabric resources.
    openAIProfile Property Map
    Profile of OpenAI Resource.
    redundancyState String
    Zone redundancy state for resources
    resourceState String
    State of the resource
    userManagedOpenAIProfile Property Map
    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

    EmbeddingModelCapacity int
    Embedding Model Capacity
    EmbeddingModelName string
    Embedding Model Name
    EmbeddingModelSkuName string
    Embedding Model SKU Name
    EmbeddingModelVersion string
    Embedding Model Version
    GptModelCapacity int
    GPT Model Capacity
    GptModelName string
    GPT Model Name
    GptModelSkuName string
    GPT Model SKU Name
    GptModelVersion string
    GPT Model Version
    EmbeddingModelCapacity int
    Embedding Model Capacity
    EmbeddingModelName string
    Embedding Model Name
    EmbeddingModelSkuName string
    Embedding Model SKU Name
    EmbeddingModelVersion string
    Embedding Model Version
    GptModelCapacity int
    GPT Model Capacity
    GptModelName string
    GPT Model Name
    GptModelSkuName string
    GPT Model SKU Name
    GptModelVersion string
    GPT Model Version
    embeddingModelCapacity Integer
    Embedding Model Capacity
    embeddingModelName String
    Embedding Model Name
    embeddingModelSkuName String
    Embedding Model SKU Name
    embeddingModelVersion String
    Embedding Model Version
    gptModelCapacity Integer
    GPT Model Capacity
    gptModelName String
    GPT Model Name
    gptModelSkuName String
    GPT Model SKU Name
    gptModelVersion String
    GPT Model Version
    embeddingModelCapacity number
    Embedding Model Capacity
    embeddingModelName string
    Embedding Model Name
    embeddingModelSkuName string
    Embedding Model SKU Name
    embeddingModelVersion string
    Embedding Model Version
    gptModelCapacity number
    GPT Model Capacity
    gptModelName string
    GPT Model Name
    gptModelSkuName string
    GPT Model SKU Name
    gptModelVersion string
    GPT Model Version
    embedding_model_capacity int
    Embedding Model Capacity
    embedding_model_name str
    Embedding Model Name
    embedding_model_sku_name str
    Embedding Model SKU Name
    embedding_model_version str
    Embedding Model Version
    gpt_model_capacity int
    GPT Model Capacity
    gpt_model_name str
    GPT Model Name
    gpt_model_sku_name str
    GPT Model SKU Name
    gpt_model_version str
    GPT Model Version
    embeddingModelCapacity Number
    Embedding Model Capacity
    embeddingModelName String
    Embedding Model Name
    embeddingModelSkuName String
    Embedding Model SKU Name
    embeddingModelVersion String
    Embedding Model Version
    gptModelCapacity Number
    GPT Model Capacity
    gptModelName String
    GPT Model Name
    gptModelSkuName String
    GPT Model SKU Name
    gptModelVersion String
    GPT Model Version

    OpenAIProfileResponse, OpenAIProfileResponseArgs

    Id string
    Resource Id of OpenAI Resource
    EmbeddingModelCapacity int
    Embedding Model Capacity
    EmbeddingModelName string
    Embedding Model Name
    EmbeddingModelSkuName string
    Embedding Model SKU Name
    EmbeddingModelVersion string
    Embedding Model Version
    GptModelCapacity int
    GPT Model Capacity
    GptModelName string
    GPT Model Name
    GptModelSkuName string
    GPT Model SKU Name
    GptModelVersion string
    GPT Model Version
    Id string
    Resource Id of OpenAI Resource
    EmbeddingModelCapacity int
    Embedding Model Capacity
    EmbeddingModelName string
    Embedding Model Name
    EmbeddingModelSkuName string
    Embedding Model SKU Name
    EmbeddingModelVersion string
    Embedding Model Version
    GptModelCapacity int
    GPT Model Capacity
    GptModelName string
    GPT Model Name
    GptModelSkuName string
    GPT Model SKU Name
    GptModelVersion string
    GPT Model Version
    id String
    Resource Id of OpenAI Resource
    embeddingModelCapacity Integer
    Embedding Model Capacity
    embeddingModelName String
    Embedding Model Name
    embeddingModelSkuName String
    Embedding Model SKU Name
    embeddingModelVersion String
    Embedding Model Version
    gptModelCapacity Integer
    GPT Model Capacity
    gptModelName String
    GPT Model Name
    gptModelSkuName String
    GPT Model SKU Name
    gptModelVersion String
    GPT Model Version
    id string
    Resource Id of OpenAI Resource
    embeddingModelCapacity number
    Embedding Model Capacity
    embeddingModelName string
    Embedding Model Name
    embeddingModelSkuName string
    Embedding Model SKU Name
    embeddingModelVersion string
    Embedding Model Version
    gptModelCapacity number
    GPT Model Capacity
    gptModelName string
    GPT Model Name
    gptModelSkuName string
    GPT Model SKU Name
    gptModelVersion string
    GPT Model Version
    id str
    Resource Id of OpenAI Resource
    embedding_model_capacity int
    Embedding Model Capacity
    embedding_model_name str
    Embedding Model Name
    embedding_model_sku_name str
    Embedding Model SKU Name
    embedding_model_version str
    Embedding Model Version
    gpt_model_capacity int
    GPT Model Capacity
    gpt_model_name str
    GPT Model Name
    gpt_model_sku_name str
    GPT Model SKU Name
    gpt_model_version str
    GPT Model Version
    id String
    Resource Id of OpenAI Resource
    embeddingModelCapacity Number
    Embedding Model Capacity
    embeddingModelName String
    Embedding Model Name
    embeddingModelSkuName String
    Embedding Model SKU Name
    embeddingModelVersion String
    Embedding Model Version
    gptModelCapacity Number
    GPT Model Capacity
    gptModelName String
    GPT Model Name
    gptModelSkuName String
    GPT Model SKU Name
    gptModelVersion String
    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
    RedundancyStateZonal
    ZonalResource is zone redundant
    RedundancyStateNone
    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
    ResourceStateActive
    ActiveResource is in active state
    ResourceStateInactive
    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.AzureNative.ManufacturingPlatform.SkuTier
    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 SkuTier
    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 SkuTier
    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 SkuTier
    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 SkuTier
    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
    SkuTierFree
    Free
    SkuTierBasic
    Basic
    SkuTierStandard
    Standard
    SkuTierPremium
    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

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId 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.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.

    UserManagedOpenAIProfile, UserManagedOpenAIProfileArgs

    EmbeddingModelDeploymentName string
    Embedding Model Deployment Name
    GptModelDeploymentName string
    GPT Model Deployment Name
    Id string
    Resource Id of OpenAI Resource
    EmbeddingModelDeploymentName string
    Embedding Model Deployment Name
    GptModelDeploymentName string
    GPT Model Deployment Name
    Id string
    Resource Id of OpenAI Resource
    embeddingModelDeploymentName String
    Embedding Model Deployment Name
    gptModelDeploymentName String
    GPT Model Deployment Name
    id String
    Resource Id of OpenAI Resource
    embeddingModelDeploymentName string
    Embedding Model Deployment Name
    gptModelDeploymentName string
    GPT Model Deployment Name
    id string
    Resource Id of OpenAI Resource
    embedding_model_deployment_name str
    Embedding Model Deployment Name
    gpt_model_deployment_name str
    GPT Model Deployment Name
    id str
    Resource Id of OpenAI Resource
    embeddingModelDeploymentName String
    Embedding Model Deployment Name
    gptModelDeploymentName String
    GPT Model Deployment Name
    id String
    Resource Id of OpenAI Resource

    UserManagedOpenAIProfileResponse, UserManagedOpenAIProfileResponseArgs

    EmbeddingModelDeploymentName string
    Embedding Model Deployment Name
    EmbeddingModelType string
    Embedding Model Type
    GptModelDeploymentName string
    GPT Model Deployment Name
    Id string
    Resource Id of OpenAI Resource
    EmbeddingModelDeploymentName string
    Embedding Model Deployment Name
    EmbeddingModelType string
    Embedding Model Type
    GptModelDeploymentName string
    GPT Model Deployment Name
    Id string
    Resource Id of OpenAI Resource
    embeddingModelDeploymentName String
    Embedding Model Deployment Name
    embeddingModelType String
    Embedding Model Type
    gptModelDeploymentName String
    GPT Model Deployment Name
    id String
    Resource Id of OpenAI Resource
    embeddingModelDeploymentName string
    Embedding Model Deployment Name
    embeddingModelType string
    Embedding Model Type
    gptModelDeploymentName string
    GPT Model Deployment Name
    id string
    Resource Id of OpenAI Resource
    embedding_model_deployment_name str
    Embedding Model Deployment Name
    embedding_model_type str
    Embedding Model Type
    gpt_model_deployment_name str
    GPT Model Deployment Name
    id str
    Resource Id of OpenAI Resource
    embeddingModelDeploymentName String
    Embedding Model Deployment Name
    embeddingModelType String
    Embedding Model Type
    gptModelDeploymentName String
    GPT Model Deployment Name
    id String
    Resource Id of OpenAI Resource

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi