CatalogProperties Class

Definition

Catalog properties

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

Constructors

Name Description
CatalogProperties()

Creates an new CatalogProperties instance.

Properties

Name Description
ProvisioningState

The status of the last operation.

TenantId

The Azure Sphere tenant ID associated with the catalog.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CatalogProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CatalogProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CatalogProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to