Freigeben über


Catalog Class

Definition

A catalog.

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

Constructors

Name Description
Catalog()

Creates an new Catalog instance.

Properties

Name Description
Name

Name of the catalog.

Uri

The unique URI of the catalog.

Methods

Name Description
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.Api20240501Preview.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