Share via


DatabaseInviteFollowerRequest Class

Definition

[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()

Properties

InviteeEmail
TableLevelSharingPropertyExternalTablesToExclude
TableLevelSharingPropertyExternalTablesToInclude
TableLevelSharingPropertyFunctionsToExclude
TableLevelSharingPropertyFunctionsToInclude
TableLevelSharingPropertyMaterializedViewsToExclude
TableLevelSharingPropertyMaterializedViewsToInclude
TableLevelSharingPropertyTablesToExclude
TableLevelSharingPropertyTablesToInclude

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to