ConnectedPartnerResourceProperties 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.
Connected Partner Resource Properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ConnectedPartnerResourcePropertiesTypeConverter))]
public class ConnectedPartnerResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IConnectedPartnerResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.ConnectedPartnerResourcePropertiesTypeConverter))>]
type ConnectedPartnerResourceProperties = class
interface IConnectedPartnerResourceProperties
interface IJsonSerializable
Public Class ConnectedPartnerResourceProperties
Implements IConnectedPartnerResourceProperties
- Inheritance
-
ConnectedPartnerResourceProperties
- Attributes
- Implements
Constructors
ConnectedPartnerResourceProperties() |
Creates an new ConnectedPartnerResourceProperties 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 ConnectedPartnerResourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedPartnerResourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Models.IConnectedPartnerResourceProperties. |
FromJsonString(String) |
Creates a new instance of ConnectedPartnerResourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedPartnerResourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |