CatalogUpdate Class

Definition

The type used for update operations of the Catalog.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.CatalogUpdateTypeConverter))]
public class CatalogUpdate : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ICatalogUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.CatalogUpdateTypeConverter))>]
type CatalogUpdate = class
    interface ICatalogUpdate
    interface IJsonSerializable
Public Class CatalogUpdate
Implements ICatalogUpdate
Inheritance
CatalogUpdate
Attributes
Implements

Constructors

Name Description
CatalogUpdate()

Creates an new CatalogUpdate instance.

Properties

Name Description
Tag

Resource tags.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CatalogUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CatalogUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ICatalogUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CatalogUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to