ArmKustoModelFactory.DatabaseInviteFollowerResult(String) Method
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 DatabaseInviteFollowerResult.
public static Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerResult DatabaseInviteFollowerResult(string generatedInvitation = default);
static member DatabaseInviteFollowerResult : string -> Azure.ResourceManager.Kusto.Models.DatabaseInviteFollowerResult
Public Shared Function DatabaseInviteFollowerResult (Optional generatedInvitation As String = Nothing) As DatabaseInviteFollowerResult
Parameters
- generatedInvitation
- String
The generated invitation token.
Returns
A new DatabaseInviteFollowerResult instance for mocking.