DedicatedCapacityPatch Class
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.
Provision request specification.
public class DedicatedCapacityPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PowerBIDedicated.Models.DedicatedCapacityPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PowerBIDedicated.Models.DedicatedCapacityPatch>
type DedicatedCapacityPatch = class
interface IJsonModel<DedicatedCapacityPatch>
interface IPersistableModel<DedicatedCapacityPatch>
Public Class DedicatedCapacityPatch
Implements IJsonModel(Of DedicatedCapacityPatch), IPersistableModel(Of DedicatedCapacityPatch)
- Inheritance
-
DedicatedCapacityPatch
- Implements
Constructors
DedicatedCapacityPatch() |
Initializes a new instance of DedicatedCapacityPatch. |
Properties
AdministrationMembers |
An array of administrator user identities. |
FriendlyName |
Capacity name. |
Mode |
Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. Learn More. |
Sku |
The SKU of the Dedicated capacity resource. |
Tags |
Key-value pairs of additional provisioning properties. |
TenantId |
Tenant ID for the capacity. Used for creating Pro Plus capacity. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DedicatedCapacityPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DedicatedCapacityPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DedicatedCapacityPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DedicatedCapacityPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DedicatedCapacityPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |