CatalogUpdate 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.
The catalog's properties for partial update. Properties not provided in the update request will not be changed.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CatalogUpdateTypeConverter))]
public class CatalogUpdate : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CatalogUpdateTypeConverter))>]
type CatalogUpdate = class
interface ICatalogUpdate
interface IJsonSerializable
Public Class CatalogUpdate
Implements ICatalogUpdate
- Inheritance
-
CatalogUpdate
- Attributes
- Implements
Constructors
CatalogUpdate() |
Creates an new CatalogUpdate 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 CatalogUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CatalogUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogUpdate. |
FromJsonString(String) |
Creates a new instance of CatalogUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CatalogUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |