Udostępnij przez


DatabaseInviteFollowerResult Class

Definition

The result returned from a follower invitation generation request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.DatabaseInviteFollowerResultTypeConverter))]
public class DatabaseInviteFollowerResult : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.IDatabaseInviteFollowerResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.DatabaseInviteFollowerResultTypeConverter))>]
type DatabaseInviteFollowerResult = class
    interface IDatabaseInviteFollowerResult
    interface IJsonSerializable
Public Class DatabaseInviteFollowerResult
Implements IDatabaseInviteFollowerResult
Inheritance
DatabaseInviteFollowerResult
Attributes
Implements

Constructors

Name Description
DatabaseInviteFollowerResult()

Creates an new DatabaseInviteFollowerResult instance.

Properties

Name Description
GeneratedInvitation

The generated invitation token.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseInviteFollowerResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseInviteFollowerResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20240413.IDatabaseInviteFollowerResult.

FromJsonString(String)

Creates a new instance of DatabaseInviteFollowerResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseInviteFollowerResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to