PowerBIClient.CreateOrUpdateCapacity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity CreateOrUpdateCapacity (string resourceGroupName, string capacityName, string location, string skuName = default, System.Collections.Hashtable customTags = default, string[] administrator = default, Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity existingCapacity = default);
member this.CreateOrUpdateCapacity : string * string * string * string * System.Collections.Hashtable * string[] * Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity -> Microsoft.Azure.Commands.PowerBI.Models.PSPowerBIEmbeddedCapacity
Public Function CreateOrUpdateCapacity (resourceGroupName As String, capacityName As String, location As String, Optional skuName As String = Nothing, Optional customTags As Hashtable = Nothing, Optional administrator As String() = Nothing, Optional existingCapacity As PSPowerBIEmbeddedCapacity = Nothing) As PSPowerBIEmbeddedCapacity
Parameters
- resourceGroupName
- String
- capacityName
- String
- location
- String
- skuName
- String
- customTags
- Hashtable
- administrator
- String[]
- existingCapacity
- PSPowerBIEmbeddedCapacity