LinkedResource 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.
The definition of a linked resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.LinkedResourceTypeConverter))]
public class LinkedResource : Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.ILinkedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Datadog.Models.LinkedResourceTypeConverter))>]
type LinkedResource = class
interface ILinkedResource
interface IJsonSerializable
Public Class LinkedResource
Implements ILinkedResource
- Inheritance
-
LinkedResource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LinkedResource() |
Creates an new LinkedResource instance. |
Properties
| Name | Description |
|---|---|
| Id |
The ARM id of the linked resource. |
| Location |
The location of the linked resource. |
Methods
| Name | Description |
|---|---|
| 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.Datadog.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() | |