Share via


OrganizationInfo Class

Definition

Organization Info of the NewRelic account

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.OrganizationInfoTypeConverter))]
public class OrganizationInfo : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.IOrganizationInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.OrganizationInfoTypeConverter))>]
type OrganizationInfo = class
    interface IOrganizationInfo
    interface IJsonSerializable
Public Class OrganizationInfo
Implements IOrganizationInfo
Inheritance
OrganizationInfo
Attributes
Implements

Constructors

OrganizationInfo()

Creates an new OrganizationInfo instance.

Properties

OrganizationId

Organization id

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OrganizationInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OrganizationInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.Api20220701.IOrganizationInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OrganizationInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to