PowerBIDedicatedResourceData 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.
Represents an instance of an PowerBI Dedicated resource.
public class PowerBIDedicatedResourceData : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PowerBIDedicated.Models.PowerBIDedicatedResourceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PowerBIDedicated.Models.PowerBIDedicatedResourceData>
type PowerBIDedicatedResourceData = class
interface IJsonModel<PowerBIDedicatedResourceData>
interface IPersistableModel<PowerBIDedicatedResourceData>
Public Class PowerBIDedicatedResourceData
Implements IJsonModel(Of PowerBIDedicatedResourceData), IPersistableModel(Of PowerBIDedicatedResourceData)
- Inheritance
-
PowerBIDedicatedResourceData
- Derived
- Implements
Constructors
PowerBIDedicatedResourceData(AzureLocation) |
Initializes a new instance of PowerBIDedicatedResourceData. |
Properties
Id |
An identifier that represents the PowerBI Dedicated resource. |
Location |
Location of the PowerBI Dedicated resource. |
Name |
The name of the PowerBI Dedicated resource. |
ResourceType |
The type of the PowerBI Dedicated resource. |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
Tags |
Key-value pairs of additional resource provisioning properties. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PowerBIDedicatedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PowerBIDedicatedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PowerBIDedicatedResourceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PowerBIDedicatedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PowerBIDedicatedResourceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |