MyWorkbookResourceContent Class

Definition

An azure resource object.

public class MyWorkbookResourceContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApplicationInsights.Models.MyWorkbookResourceContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApplicationInsights.Models.MyWorkbookResourceContent>
type MyWorkbookResourceContent = class
    interface IJsonModel<MyWorkbookResourceContent>
    interface IPersistableModel<MyWorkbookResourceContent>
Public Class MyWorkbookResourceContent
Implements IJsonModel(Of MyWorkbookResourceContent), IPersistableModel(Of MyWorkbookResourceContent)
Inheritance
MyWorkbookResourceContent
Derived
Implements

Constructors

MyWorkbookResourceContent()

Initializes a new instance of MyWorkbookResourceContent.

Properties

ETag

Resource etag.

Id

Azure resource Id.

Identity

Identity used for BYOS.

Location

Resource location.

Name

Azure resource name.

ResourceType

Azure resource type.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<MyWorkbookResourceContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MyWorkbookResourceContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MyWorkbookResourceContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MyWorkbookResourceContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MyWorkbookResourceContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to