Partilhar via


DatabaseInviteFollowerRequest Class

Definition

The request to invite a follower to a database.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.DatabaseInviteFollowerRequestTypeConverter))]
public class DatabaseInviteFollowerRequest : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IDatabaseInviteFollowerRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.DatabaseInviteFollowerRequestTypeConverter))>]
type DatabaseInviteFollowerRequest = class
    interface IDatabaseInviteFollowerRequest
    interface IJsonSerializable
Public Class DatabaseInviteFollowerRequest
Implements IDatabaseInviteFollowerRequest
Inheritance
DatabaseInviteFollowerRequest
Attributes
Implements

Constructors

DatabaseInviteFollowerRequest()

Creates an new DatabaseInviteFollowerRequest instance.

Properties

InviteeEmail

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

TableLevelSharingPropertyExternalTablesToExclude

List of external tables to exclude from the follower database

TableLevelSharingPropertyExternalTablesToInclude

List of external tables to include in the follower database

TableLevelSharingPropertyFunctionsToExclude

List of functions to exclude from the follower database

TableLevelSharingPropertyFunctionsToInclude

List of functions to include in the follower database

TableLevelSharingPropertyMaterializedViewsToExclude

List of materialized views to exclude from the follower database

TableLevelSharingPropertyMaterializedViewsToInclude

List of materialized views to include in the follower database

TableLevelSharingPropertyTablesToExclude

List of tables to exclude from the follower database

TableLevelSharingPropertyTablesToInclude

List of tables to include in the follower database

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseInviteFollowerRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseInviteFollowerRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IDatabaseInviteFollowerRequest.

FromJsonString(String)

Creates a new instance of DatabaseInviteFollowerRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseInviteFollowerRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to