Share via


OrganizationProperties Class

Definition

Details of Organizations

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

Constructors

OrganizationProperties()

Creates an new OrganizationProperties instance.

Properties

BillingSource

Billing source

OrganizationId

organization id

OrganizationName

organization name

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OrganizationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OrganizationProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OrganizationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to