Sdílet prostřednictvím


ComponentsResource Class

Definition

An azure resource object

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentsResourceTypeConverter))]
public class ComponentsResource : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IComponentsResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentsResourceTypeConverter))>]
type ComponentsResource = class
    interface IComponentsResource
    interface IJsonSerializable
Public Class ComponentsResource
Implements IComponentsResource
Inheritance
ComponentsResource
Attributes
Implements

Constructors

ComponentsResource()

Creates an new ComponentsResource instance.

Properties

Id

Azure resource Id

Location

Resource location

Name

Azure resource name

Tag

Resource tags

Type

Azure resource type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComponentsResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComponentsResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IComponentsResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComponentsResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to