ProductUpdateProperties Class

Definition

The updatable properties of the Product.

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

Constructors

Name Description
ProductUpdateProperties()

Creates an new ProductUpdateProperties instance.

Properties

Name Description
Description

Description of the product

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProductUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProductUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProductUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to