Share via


ConnectedPartnerResourcesListFormat Class

Definition

Connected Partner Resources List Format

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

Constructors

ConnectedPartnerResourcesListFormat()

Creates an new ConnectedPartnerResourcesListFormat instance.

Properties

AccountId

NewRelic Account Id

AccountName

NewRelic account name

AzureResourceId

The azure resource Id of the deployment.

Location

The location of the deployment.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectedPartnerResourcesListFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedPartnerResourcesListFormat.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedPartnerResourcesListFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to