OrganizationInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |