CustomDnsConfigPropertiesFormat Class
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.
Contains custom Dns resolution configuration from customer.
public class CustomDnsConfigPropertiesFormat
type CustomDnsConfigPropertiesFormat = class
Public Class CustomDnsConfigPropertiesFormat
- Inheritance
-
CustomDnsConfigPropertiesFormat
Constructors
CustomDnsConfigPropertiesFormat() |
Initializes a new instance of the CustomDnsConfigPropertiesFormat class. |
CustomDnsConfigPropertiesFormat(String, IList<String>) |
Initializes a new instance of the CustomDnsConfigPropertiesFormat class. |
Properties
Fqdn |
Gets or sets fqdn that resolves to private endpoint ip address. |
IpAddresses |
Gets or sets a list of private ip addresses of the private endpoint. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET