Catalog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |