Dela via


ElasticIdentity Class

Definition

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

Constructors

ElasticIdentity()

Creates an new ElasticIdentity instance.

Properties

Id

Resource identity path

MonitorName

Monitor resource name

ResourceGroupName

The name of the resource group to which the Elastic resource belongs.

RuleSetName

Tag Rule Set resource name

SubscriptionId

The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ElasticIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ElasticIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ElasticIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to