PartnerProperties Class

Definition

Partner's specific Properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.PartnerPropertiesTypeConverter))]
public class PartnerProperties : Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.IPartnerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.PartnerPropertiesTypeConverter))>]
type PartnerProperties = class
    interface IPartnerProperties
    interface IJsonSerializable
Public Class PartnerProperties
Implements IPartnerProperties
Inheritance
PartnerProperties
Attributes
Implements

Constructors

Name Description
PartnerProperties()

Creates an new PartnerProperties instance.

Properties

Name Description
DisplayName

Pinecone Organization Name

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.IPartnerProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to