Share via


ServiceTreeInfo Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ServiceTreeInfoTypeConverter))]
public class ServiceTreeInfo : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IServiceTreeInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.ServiceTreeInfoTypeConverter))>]
type ServiceTreeInfo = class
    interface IServiceTreeInfo
    interface IJsonSerializable
Public Class ServiceTreeInfo
Implements IServiceTreeInfo
Inheritance
ServiceTreeInfo
Attributes
Implements

Constructors

ServiceTreeInfo()

Creates an new ServiceTreeInfo instance.

Properties

ComponentId
ServiceId

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceTreeInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceTreeInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IServiceTreeInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceTreeInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to