ProductProperties Class

Definition

The properties of product

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

Constructors

Name Description
ProductProperties()

Creates an new ProductProperties instance.

Properties

Name Description
Description

Description of the product

ProvisioningState

The status of the last operation.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProductProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProductProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProductProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to