Dela via


ElasticCloudUser Class

Definition

Details of the user's elastic account.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.ElasticCloudUserTypeConverter))]
public class ElasticCloudUser : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticCloudUser
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.ElasticCloudUserTypeConverter))>]
type ElasticCloudUser = class
    interface IElasticCloudUser
    interface IJsonSerializable
Public Class ElasticCloudUser
Implements IElasticCloudUser
Inheritance
ElasticCloudUser
Attributes
Implements

Constructors

ElasticCloudUser()

Creates an new ElasticCloudUser instance.

Properties

ElasticCloudSsoDefaultUrl

Elastic cloud default dashboard sso URL of the Elastic user account.

EmailAddress

Email of the Elastic User Account.

Id

User Id of the elastic account of the User.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ElasticCloudUser.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ElasticCloudUser.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticCloudUser.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ElasticCloudUser into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to