AdvancedCustomProperties Class

Definition

Informatica Serverless advanced custom properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.AdvancedCustomPropertiesTypeConverter))]
public class AdvancedCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IAdvancedCustomProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.AdvancedCustomPropertiesTypeConverter))>]
type AdvancedCustomProperties = class
    interface IAdvancedCustomProperties
    interface IJsonSerializable
Public Class AdvancedCustomProperties
Implements IAdvancedCustomProperties
Inheritance
AdvancedCustomProperties
Attributes
Implements

Constructors

Name Description
AdvancedCustomProperties()

Creates an new AdvancedCustomProperties instance.

Properties

Name Description
Key

advanced custom properties key

Value

advanced custom properties value

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AdvancedCustomProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AdvancedCustomProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IAdvancedCustomProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AdvancedCustomProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to