Share via


DatabaseInviteFollowerContent Class

Definition

The request to invite a follower to a database.

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

Constructors

DatabaseInviteFollowerContent(String)

Initializes a new instance of DatabaseInviteFollowerContent.

Properties

InviteeEmail

The email of the invited user for which the follower invitation is generated.

TableLevelSharingProperties

Table level sharing specifications.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatabaseInviteFollowerContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatabaseInviteFollowerContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatabaseInviteFollowerContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatabaseInviteFollowerContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatabaseInviteFollowerContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to