NewRelicIdentity Class
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.
[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() |