ArmPowerBIDedicatedModelFactory.DedicatedCapacityPatch Method

Definition

Overloads

DedicatedCapacityPatch(CapacitySku, IDictionary<String,String>, IEnumerable<String>, Nullable<Mode>, Nullable<Guid>, String)

Source:
ArmPowerBIDedicatedModelFactory.cs

Initializes a new instance of DedicatedCapacityPatch.

public static Azure.ResourceManager.PowerBIDedicated.Models.DedicatedCapacityPatch DedicatedCapacityPatch(Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IEnumerable<string> administrationMembers = default, Azure.ResourceManager.PowerBIDedicated.Models.Mode? mode = default, Guid? tenantId = default, string friendlyName = default);
static member DedicatedCapacityPatch : Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku * System.Collections.Generic.IDictionary<string, string> * seq<string> * Nullable<Azure.ResourceManager.PowerBIDedicated.Models.Mode> * Nullable<Guid> * string -> Azure.ResourceManager.PowerBIDedicated.Models.DedicatedCapacityPatch
Public Shared Function DedicatedCapacityPatch (Optional sku As CapacitySku = Nothing, Optional tags As IDictionary(Of String, String) = 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) As DedicatedCapacityPatch

Parameters

sku
CapacitySku

The SKU of the Dedicated capacity resource.

tags
IDictionary<String,String>

Key-value pairs of additional provisioning properties.

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.

Returns

A new DedicatedCapacityPatch instance for mocking.

Applies to

DedicatedCapacityPatch(CapacitySku, IDictionary<String,String>, Nullable<Mode>, Nullable<Guid>, String, IEnumerable<String>)

Source:
ArmPowerBIDedicatedModelFactory.cs
public static Azure.ResourceManager.PowerBIDedicated.Models.DedicatedCapacityPatch DedicatedCapacityPatch(Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.PowerBIDedicated.Models.Mode? mode = default, Guid? tenantId = default, string friendlyName = default, System.Collections.Generic.IEnumerable<string> administrationMembers = default);
static member DedicatedCapacityPatch : Azure.ResourceManager.PowerBIDedicated.Models.CapacitySku * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.PowerBIDedicated.Models.Mode> * Nullable<Guid> * string * seq<string> -> Azure.ResourceManager.PowerBIDedicated.Models.DedicatedCapacityPatch
Public Shared Function DedicatedCapacityPatch (Optional sku As CapacitySku = Nothing, Optional tags As IDictionary(Of String, String) = 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) As DedicatedCapacityPatch

Parameters

sku
CapacitySku

The SKU of the Dedicated capacity resource.

tags
IDictionary<String,String>

Key-value pairs of additional provisioning properties.

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.

Returns

A new DedicatedCapacityPatch instance for mocking.

Applies to