INetworkInterface.CustomDnsConfig Property

Definition

An array of custom dns configurations.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="An array of custom dns configurations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICustomDnsConfigPropertiesFormat) }, Read=true, ReadOnly=true, Required=false, SerializedName="customDnsConfigs", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICustomDnsConfigPropertiesFormat> CustomDnsConfig { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="An array of custom dns configurations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICustomDnsConfigPropertiesFormat) }, Read=true, ReadOnly=true, Required=false, SerializedName="customDnsConfigs", Update=false)>]
member this.CustomDnsConfig : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICustomDnsConfigPropertiesFormat>
Public ReadOnly Property CustomDnsConfig As List(Of ICustomDnsConfigPropertiesFormat)

Property Value

Attributes

Applies to