ArmNetworkModelFactory.CustomDnsConfigProperties Method
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.
public static Azure.ResourceManager.Network.Models.CustomDnsConfigProperties CustomDnsConfigProperties(string fqdn = default, System.Collections.Generic.IEnumerable<string> ipAddresses = default);
static member CustomDnsConfigProperties : string * seq<string> -> Azure.ResourceManager.Network.Models.CustomDnsConfigProperties
Public Shared Function CustomDnsConfigProperties (Optional fqdn As String = Nothing, Optional ipAddresses As IEnumerable(Of String) = Nothing) As CustomDnsConfigProperties
Parameters
- fqdn
- String
Fqdn that resolves to private endpoint ip address.
- ipAddresses
- IEnumerable<String>
A list of private ip addresses of the private endpoint.
Returns
A new CustomDnsConfigProperties instance for mocking.