CatalogUpdateProperties Class

Definition

Properties of a catalog. These properties can be updated after the resource has been created.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.CatalogUpdatePropertiesTypeConverter))]
public class CatalogUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ICatalogUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.CatalogUpdatePropertiesTypeConverter))>]
type CatalogUpdateProperties = class
    interface ICatalogUpdateProperties
    interface IJsonSerializable
Public Class CatalogUpdateProperties
Implements ICatalogUpdateProperties
Inheritance
CatalogUpdateProperties
Attributes
Implements

Constructors

CatalogUpdateProperties()

Creates an new CatalogUpdateProperties instance.

Properties

AdoGitBranch

Git branch.

AdoGitPath

The folder where the catalog items can be found inside the repository.

AdoGitSecretIdentifier

A reference to the Key Vault secret containing a security token to authenticate to a Git repository.

AdoGitUri

Git URI.

GitHubBranch

Git branch.

GitHubPath

The folder where the catalog items can be found inside the repository.

GitHubSecretIdentifier

A reference to the Key Vault secret containing a security token to authenticate to a Git repository.

GitHubUri

Git URI.

SyncType

Indicates the type of sync that is configured for the catalog.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CatalogUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CatalogUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ICatalogUpdateProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CatalogUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to