Share via


Catalog Class

Definition

A catalog.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.CatalogTypeConverter))]
public class Catalog : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICatalog
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.CatalogTypeConverter))>]
type Catalog = class
    interface ICatalog
    interface IJsonSerializable
Public Class Catalog
Implements ICatalog
Inheritance
Catalog
Attributes
Implements

Constructors

Catalog()

Creates an new Catalog instance.

Properties

Name

Name of the catalog.

Uri

The unique URI of the catalog

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Catalog.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Catalog.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ICatalog.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Catalog into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to