PrivateDnsZoneConfig 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.
PrivateDnsZoneConfig resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateDnsZoneConfig
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateDnsZoneConfig = class
Public Class PrivateDnsZoneConfig
- Inheritance
-
PrivateDnsZoneConfig
- Attributes
Constructors
PrivateDnsZoneConfig() |
Initializes a new instance of the PrivateDnsZoneConfig class. |
PrivateDnsZoneConfig(String, String, IList<RecordSet>) |
Initializes a new instance of the PrivateDnsZoneConfig class. |
Properties
Name |
Gets or sets name of the resource that is unique within a resource group. This name can be used to access the resource. |
PrivateDnsZoneId |
Gets or sets the resource id of the private dns zone. |
RecordSets |
Gets a collection of information regarding a recordSet, holding information to identify private resources. |