Share via


LinkedResource Class

Definition

The definition of a linked resource.

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

Constructors

LinkedResource()

Creates an new LinkedResource instance.

Properties

Id

The ARM id of the linked resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinkedResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinkedResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinkedResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to