Share via


NewRelicIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.NewRelicIdentityTypeConverter))]
public class NewRelicIdentity : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.NewRelicIdentityTypeConverter))>]
type NewRelicIdentity = class
    interface INewRelicIdentity
    interface IJsonSerializable
Public Class NewRelicIdentity
Implements INewRelicIdentity
Inheritance
NewRelicIdentity
Attributes
Implements

Constructors

NewRelicIdentity()

Creates an new NewRelicIdentity instance.

Properties

ConfigurationName

The configuration name. Only 'default' value is supported.

Id

Resource identity path

MonitorName

Name of the Monitors resource

ResourceGroupName

The name of the resource group. The name is case insensitive.

RuleSetName

Name of the TagRule

SubscriptionId

The ID of the target subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NewRelicIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NewRelicIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.INewRelicIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NewRelicIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to