Embedded
Manages a PowerBI Embedded.
Example Usage
using Pulumi;
using Azure = Pulumi.Azure;
class MyStack : Stack
{
public MyStack()
{
var exampleResourceGroup = new Azure.Core.ResourceGroup("exampleResourceGroup", new Azure.Core.ResourceGroupArgs
{
Location = "West Europe",
});
var exampleEmbedded = new Azure.PowerBI.Embedded("exampleEmbedded", new Azure.PowerBI.EmbeddedArgs
{
Location = exampleResourceGroup.Location,
ResourceGroupName = exampleResourceGroup.Name,
SkuName = "A1",
Administrators =
{
"azsdktest@microsoft.com",
},
});
}
}
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v3/go/azure/core"
"github.com/pulumi/pulumi-azure/sdk/v3/go/azure/powerbi"
"github.com/pulumi/pulumi/sdk/v2/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
exampleResourceGroup, err := core.NewResourceGroup(ctx, "exampleResourceGroup", &core.ResourceGroupArgs{
Location: pulumi.String("West Europe"),
})
if err != nil {
return err
}
_, err = powerbi.NewEmbedded(ctx, "exampleEmbedded", &powerbi.EmbeddedArgs{
Location: exampleResourceGroup.Location,
ResourceGroupName: exampleResourceGroup.Name,
SkuName: pulumi.String("A1"),
Administrators: pulumi.StringArray{
pulumi.String("azsdktest@microsoft.com"),
},
})
if err != nil {
return err
}
return nil
})
}import pulumi
import pulumi_azure as azure
example_resource_group = azure.core.ResourceGroup("exampleResourceGroup", location="West Europe")
example_embedded = azure.powerbi.Embedded("exampleEmbedded",
location=example_resource_group.location,
resource_group_name=example_resource_group.name,
sku_name="A1",
administrators=["azsdktest@microsoft.com"])import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const exampleResourceGroup = new azure.core.ResourceGroup("exampleResourceGroup", {location: "West Europe"});
const exampleEmbedded = new azure.powerbi.Embedded("exampleEmbedded", {
location: exampleResourceGroup.location,
resourceGroupName: exampleResourceGroup.name,
skuName: "A1",
administrators: ["azsdktest@microsoft.com"],
});Create a Embedded Resource
new Embedded(name: string, args: EmbeddedArgs, opts?: CustomResourceOptions);def Embedded(resource_name, opts=None, administrators=None, location=None, name=None, resource_group_name=None, sku_name=None, tags=None, __props__=None);func NewEmbedded(ctx *Context, name string, args EmbeddedArgs, opts ...ResourceOption) (*Embedded, error)public Embedded(string name, EmbeddedArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args EmbeddedArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EmbeddedArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EmbeddedArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Embedded Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Embedded resource accepts the following input properties:
- Administrators List<string>
A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant.
- Resource
Group stringName The name of the Resource Group where the PowerBI Embedded should be created. Changing this forces a new resource to be created.
- Sku
Name string Sets the PowerBI Embedded’s pricing level’s SKU. Possible values include:
A1,A2,A3,A4,A5,A6.- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Name string
The name of the PowerBI Embedded. Changing this forces a new resource to be created.
- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Administrators []string
A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant.
- Resource
Group stringName The name of the Resource Group where the PowerBI Embedded should be created. Changing this forces a new resource to be created.
- Sku
Name string Sets the PowerBI Embedded’s pricing level’s SKU. Possible values include:
A1,A2,A3,A4,A5,A6.- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Name string
The name of the PowerBI Embedded. Changing this forces a new resource to be created.
- map[string]string
A mapping of tags to assign to the resource.
- administrators string[]
A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant.
- resource
Group stringName The name of the Resource Group where the PowerBI Embedded should be created. Changing this forces a new resource to be created.
- sku
Name string Sets the PowerBI Embedded’s pricing level’s SKU. Possible values include:
A1,A2,A3,A4,A5,A6.- location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- name string
The name of the PowerBI Embedded. Changing this forces a new resource to be created.
- {[key: string]: string}
A mapping of tags to assign to the resource.
- administrators List[str]
A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant.
- resource_
group_ strname The name of the Resource Group where the PowerBI Embedded should be created. Changing this forces a new resource to be created.
- sku_
name str Sets the PowerBI Embedded’s pricing level’s SKU. Possible values include:
A1,A2,A3,A4,A5,A6.- location str
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- name str
The name of the PowerBI Embedded. Changing this forces a new resource to be created.
- Dict[str, str]
A mapping of tags to assign to the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Embedded resource produces the following output properties:
Look up an Existing Embedded Resource
Get an existing Embedded resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EmbeddedState, opts?: CustomResourceOptions): Embeddedstatic get(resource_name, id, opts=None, administrators=None, location=None, name=None, resource_group_name=None, sku_name=None, tags=None, __props__=None);func GetEmbedded(ctx *Context, name string, id IDInput, state *EmbeddedState, opts ...ResourceOption) (*Embedded, error)public static Embedded Get(string name, Input<string> id, EmbeddedState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Administrators List<string>
A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant.
- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Name string
The name of the PowerBI Embedded. Changing this forces a new resource to be created.
- Resource
Group stringName The name of the Resource Group where the PowerBI Embedded should be created. Changing this forces a new resource to be created.
- Sku
Name string Sets the PowerBI Embedded’s pricing level’s SKU. Possible values include:
A1,A2,A3,A4,A5,A6.- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Administrators []string
A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant.
- Location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- Name string
The name of the PowerBI Embedded. Changing this forces a new resource to be created.
- Resource
Group stringName The name of the Resource Group where the PowerBI Embedded should be created. Changing this forces a new resource to be created.
- Sku
Name string Sets the PowerBI Embedded’s pricing level’s SKU. Possible values include:
A1,A2,A3,A4,A5,A6.- map[string]string
A mapping of tags to assign to the resource.
- administrators string[]
A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant.
- location string
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- name string
The name of the PowerBI Embedded. Changing this forces a new resource to be created.
- resource
Group stringName The name of the Resource Group where the PowerBI Embedded should be created. Changing this forces a new resource to be created.
- sku
Name string Sets the PowerBI Embedded’s pricing level’s SKU. Possible values include:
A1,A2,A3,A4,A5,A6.- {[key: string]: string}
A mapping of tags to assign to the resource.
- administrators List[str]
A set of administrator user identities, which manages the Power BI Embedded and must be a member user or a service principal in your AAD tenant.
- location str
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
- name str
The name of the PowerBI Embedded. Changing this forces a new resource to be created.
- resource_
group_ strname The name of the Resource Group where the PowerBI Embedded should be created. Changing this forces a new resource to be created.
- sku_
name str Sets the PowerBI Embedded’s pricing level’s SKU. Possible values include:
A1,A2,A3,A4,A5,A6.- Dict[str, str]
A mapping of tags to assign to the resource.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.