RelatedResources Class

Definition

A list of related resources

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.RelatedResourcesTypeConverter))]
public class RelatedResources : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IRelatedResources
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.RelatedResourcesTypeConverter))>]
type RelatedResources = class
    interface IRelatedResources
    interface IJsonSerializable
Public Class RelatedResources
Implements IRelatedResources
Inheritance
RelatedResources
Attributes
Implements

Constructors

Name Description
RelatedResources()

Creates an new RelatedResources instance.

Properties

Name Description
Value

A list of related resources

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RelatedResources.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RelatedResources.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.IRelatedResources.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RelatedResources into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to