你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DatabaseInviteFollowerRequest 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.
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. |