PineconeIdentity Class

Definition

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

Constructors

Name Description
PineconeIdentity()

Creates an new PineconeIdentity instance.

Properties

Name Description
Id

Resource identity path

Organizationname

Name of the Organization resource

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PineconeIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PineconeIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PineconeIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to