IPrivateEndpoint.CustomDnsConfig Property

Definition

An array of custom dns configurations.

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

Property Value

Attributes

Applies to