DatabaseInviteFollowerContent(String) Constructor

Definition

Initializes a new instance of DatabaseInviteFollowerContent.

public DatabaseInviteFollowerContent (string inviteeEmail);
new Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerContent : string -> Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerContent
Public Sub New (inviteeEmail As String)

Parameters

inviteeEmail
String

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

Exceptions

inviteeEmail is null.

Applies to