CatalogUpdateProperties 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.
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.Api20240501Preview.CatalogUpdatePropertiesTypeConverter))]
public class CatalogUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.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. |
Tag |
Resource tags. |
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.Api20240501Preview.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. |