OrganizationResourceUpdate Class

Definition

The type used for update operations of the Organization Resource.

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

Constructors

Name Description
OrganizationResourceUpdate()

Creates an new OrganizationResourceUpdate instance.

Properties

Name Description
IdentityType

The type of managed identity assigned to this resource.

IdentityUserAssignedIdentity

The identities assigned to this resource by the user.

Tag

Resource tags.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OrganizationResourceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OrganizationResourceUpdate.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OrganizationResourceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to