IAutonomousDatabaseBaseProperties.CustomerContact Property

Definition

Customer Contacts.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Customer Contacts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ICustomerContact) }, Read=true, ReadOnly=false, Required=false, SerializedName="customerContacts", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ICustomerContact> CustomerContact { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Customer Contacts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ICustomerContact) }, Read=true, ReadOnly=false, Required=false, SerializedName="customerContacts", Update=true)>]
member this.CustomerContact : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ICustomerContact> with get, set
Public Property CustomerContact As List(Of ICustomerContact)

Property Value

Attributes

Applies to