ArmPowerBIDedicatedModelFactory.DedicatedCapacityData Method

Definition

Overloads

DedicatedCapacityData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, Nullable<Mode>, Nullable<Guid>, String, IEnumerable<String>, Nullable<State>, Nullable<CapacityProvisioningState>, CapacitySku)

Source:
ArmPowerBIDedicatedModelFactory.cs
public static Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData DedicatedCapacityData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.PowerBIDedicated.Models.Mode? mode = default, Guid? tenantId = default, string friendlyName = default, System.Collections.Generic.IEnumerable<string> administrationMembers = default, Azure.ResourceManager.PowerBIDedicated.Models.State? state = default, Azure.ResourceManager.PowerBIDedicated.Models.CapacityProvisioningState? provisioningState = default, Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku sku = default);
static member DedicatedCapacityData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.PowerBIDedicated.Models.Mode> * Nullable<Guid> * string * seq<string> * Nullable<Azure.ResourceManager.PowerBIDedicated.Models.State> * Nullable<Azure.ResourceManager.PowerBIDedicated.Models.CapacityProvisioningState> * Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku -> Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData
Public Shared Function DedicatedCapacityData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional mode As Nullable(Of Mode) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional friendlyName As String = Nothing, Optional administrationMembers As IEnumerable(Of String) = Nothing, Optional state As Nullable(Of State) = Nothing, Optional provisioningState As Nullable(Of CapacityProvisioningState) = Nothing, Optional sku As CapacitySku = Nothing) As DedicatedCapacityData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

mode
Nullable<Mode>

Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. Learn More.

tenantId
Nullable<Guid>

Tenant ID for the capacity. Used for creating Pro Plus capacity.

friendlyName
String

Capacity name.

administrationMembers
IEnumerable<String>

An array of administrator user identities.

state
Nullable<State>

The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.

provisioningState
Nullable<CapacityProvisioningState>

The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.

sku
CapacitySku

The SKU of the PowerBI Dedicated capacity resource.

Returns

A new DedicatedCapacityData instance for mocking.

Applies to

DedicatedCapacityData(String, String, String, AzureLocation, IDictionary<String, String>, SystemData, CapacitySku, IEnumerable<String>, Nullable<Mode>, Nullable<Guid>, String, Nullable<State>, Nullable<CapacityProvisioningState>)

Source:
ArmPowerBIDedicatedModelFactory.cs

Initializes a new instance of DedicatedCapacityData.

public static Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData DedicatedCapacityData(string id = default, string name = default, string resourceType = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.PowerBIDedicated.Models.SystemData systemData = default, Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku sku = default, System.Collections.Generic.IEnumerable<string> administrationMembers = default, Azure.ResourceManager.PowerBIDedicated.Models.Mode? mode = default, Guid? tenantId = default, string friendlyName = default, Azure.ResourceManager.PowerBIDedicated.Models.State? state = default, Azure.ResourceManager.PowerBIDedicated.Models.CapacityProvisioningState? provisioningState = default);
static member DedicatedCapacityData : string * string * string * Azure.Core.AzureLocation * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.PowerBIDedicated.Models.SystemData * Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku * seq<string> * Nullable<Azure.ResourceManager.PowerBIDedicated.Models.Mode> * Nullable<Guid> * string * Nullable<Azure.ResourceManager.PowerBIDedicated.Models.State> * Nullable<Azure.ResourceManager.PowerBIDedicated.Models.CapacityProvisioningState> -> Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData
Public Shared Function DedicatedCapacityData (Optional id As String = Nothing, Optional name As String = Nothing, Optional resourceType As String = Nothing, Optional location As AzureLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional systemData As SystemData = Nothing, Optional sku As CapacitySku = Nothing, Optional administrationMembers As IEnumerable(Of String) = Nothing, Optional mode As Nullable(Of Mode) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional friendlyName As String = Nothing, Optional state As Nullable(Of State) = Nothing, Optional provisioningState As Nullable(Of CapacityProvisioningState) = Nothing) As DedicatedCapacityData

Parameters

id
String

An identifier that represents the PowerBI Dedicated resource.

name
String

The name of the PowerBI Dedicated resource.

resourceType
String

The type of the PowerBI Dedicated resource.

location
AzureLocation

Location of the PowerBI Dedicated resource.

tags
IDictionary<String,String>

Key-value pairs of additional resource provisioning properties.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource.

sku
CapacitySku

The SKU of the PowerBI Dedicated capacity resource.

administrationMembers
IEnumerable<String>

A collection of Dedicated capacity administrators.

mode
Nullable<Mode>

Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. Learn More.

tenantId
Nullable<Guid>

Tenant ID for the capacity. Used for creating Pro Plus capacity.

friendlyName
String

Capacity name.

state
Nullable<State>

The current state of PowerBI Dedicated resource. The state is to indicate more states outside of resource provisioning.

provisioningState
Nullable<CapacityProvisioningState>

The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning.

Returns

A new DedicatedCapacityData instance for mocking.

Applies to