DatabaseInviteFollowerContent(String) Constructor
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.
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.