PrivateDnsZonePropertiesFormat 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.
Properties of the private dns zone configuration resource.
public class PrivateDnsZonePropertiesFormat
type PrivateDnsZonePropertiesFormat = class
Public Class PrivateDnsZonePropertiesFormat
- Inheritance
-
PrivateDnsZonePropertiesFormat
Constructors
| Name | Description |
|---|---|
| PrivateDnsZonePropertiesFormat() |
Initializes a new instance of the PrivateDnsZonePropertiesFormat class. |
| PrivateDnsZonePropertiesFormat(String, IList<RecordSet>) |
Initializes a new instance of the PrivateDnsZonePropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| 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. |