IInformaticaServerlessRuntimeProperties.AdvancedCustomProperty Property
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.
String KV pairs indicating Advanced custom properties.
[Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.Info(Create=true, Description="String KV pairs indicating Advanced custom properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IAdvancedCustomProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="advancedCustomProperties", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IAdvancedCustomProperties> AdvancedCustomProperty { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.Info(Create=true, Description="String KV pairs indicating Advanced custom properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IAdvancedCustomProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="advancedCustomProperties", Update=true)>]
member this.AdvancedCustomProperty : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IAdvancedCustomProperties> with get, set
Public Property AdvancedCustomProperty As List(Of IAdvancedCustomProperties)
Property Value
- Attributes