Share via


ResourceMap Class

Definition

Resource map for schema in azure monitor.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ResourceMapTypeConverter))]
public class ResourceMap : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IResourceMap
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ResourceMapTypeConverter))>]
type ResourceMap = class
    interface IResourceMap
    interface IJsonSerializable
Public Class ResourceMap
Implements IResourceMap
Inheritance
ResourceMap
Attributes
Implements

Constructors

ResourceMap()

Creates an new ResourceMap instance.

Properties

From

Resource Map Key.

To

Resource Map Value.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceMap.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceMap.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IResourceMap.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceMap into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to