CustomDnsConfigPropertiesFormat Constructors
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.
Overloads
CustomDnsConfigPropertiesFormat() |
Initializes a new instance of the CustomDnsConfigPropertiesFormat class. |
CustomDnsConfigPropertiesFormat(String, IList<String>) |
Initializes a new instance of the CustomDnsConfigPropertiesFormat class. |
CustomDnsConfigPropertiesFormat()
Initializes a new instance of the CustomDnsConfigPropertiesFormat class.
public CustomDnsConfigPropertiesFormat ();
Public Sub New ()
Applies to
CustomDnsConfigPropertiesFormat(String, IList<String>)
Initializes a new instance of the CustomDnsConfigPropertiesFormat class.
public CustomDnsConfigPropertiesFormat (string fqdn = default, System.Collections.Generic.IList<string> ipAddresses = default);
new Microsoft.Azure.Management.Network.Models.CustomDnsConfigPropertiesFormat : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.CustomDnsConfigPropertiesFormat
Public Sub New (Optional fqdn As String = Nothing, Optional ipAddresses As IList(Of String) = Nothing)
Parameters
- fqdn
- String
Fqdn that resolves to private endpoint ip address.