Condividi tramite


DedicatedCapacityData Class

Definition

A class representing the DedicatedCapacity data model. Represents an instance of a Dedicated Capacity resource.

public class DedicatedCapacityData : Azure.ResourceManager.PowerBIDedicated.Models.PowerBIDedicatedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityData>
type DedicatedCapacityData = class
    inherit PowerBIDedicatedResourceData
    interface IJsonModel<DedicatedCapacityData>
    interface IPersistableModel<DedicatedCapacityData>
Public Class DedicatedCapacityData
Inherits PowerBIDedicatedResourceData
Implements IJsonModel(Of DedicatedCapacityData), IPersistableModel(Of DedicatedCapacityData)
Inheritance
DedicatedCapacityData
Implements

Constructors

DedicatedCapacityData(AzureLocation, CapacitySku)

Initializes a new instance of DedicatedCapacityData.

Properties

AdministrationMembers

An array of administrator user identities.

FriendlyName

Capacity name.

Id

An identifier that represents the PowerBI Dedicated resource.

(Inherited from PowerBIDedicatedResourceData)
Location

Location of the PowerBI Dedicated resource.

(Inherited from PowerBIDedicatedResourceData)
Mode

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

Name

The name of the PowerBI Dedicated resource.

(Inherited from PowerBIDedicatedResourceData)
ProvisioningState

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

ResourceType

The type of the PowerBI Dedicated resource.

(Inherited from PowerBIDedicatedResourceData)
Sku

The SKU of the PowerBI Dedicated capacity resource.

State

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

SystemData

Metadata pertaining to creation and last modification of the resource.

(Inherited from PowerBIDedicatedResourceData)
Tags

Key-value pairs of additional resource provisioning properties.

(Inherited from PowerBIDedicatedResourceData)
TenantId

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DedicatedCapacityData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DedicatedCapacityData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<PowerBIDedicatedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from PowerBIDedicatedResourceData)
IJsonModel<PowerBIDedicatedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PowerBIDedicatedResourceData)
IPersistableModel<DedicatedCapacityData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DedicatedCapacityData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DedicatedCapacityData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<PowerBIDedicatedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PowerBIDedicatedResourceData)
IPersistableModel<PowerBIDedicatedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from PowerBIDedicatedResourceData)
IPersistableModel<PowerBIDedicatedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PowerBIDedicatedResourceData)

Applies to