共用方式為


ArmKustoModelFactory.DatabaseInviteFollowerContent Method

Definition

Initializes a new instance of DatabaseInviteFollowerContent.

public static Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerContent DatabaseInviteFollowerContent(string inviteeEmail = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseTableLevelSharingProperties tableLevelSharingProperties = default);
static member DatabaseInviteFollowerContent : string * Azure.ResourceManager.Kusto.Models.KustoDatabaseTableLevelSharingProperties -> Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerContent
Public Shared Function DatabaseInviteFollowerContent (Optional inviteeEmail As String = Nothing, Optional tableLevelSharingProperties As KustoDatabaseTableLevelSharingProperties = Nothing) As DatabaseInviteFollowerContent

Parameters

inviteeEmail
String

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

tableLevelSharingProperties
KustoDatabaseTableLevelSharingProperties

Table level sharing specifications.

Returns

A new DatabaseInviteFollowerContent instance for mocking.

Applies to