Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DnsZone Class
Definition
- Namespace:
- Microsoft.Azure.Commands.Dns
- Assembly:
- Microsoft.Azure.PowerShell.Cmdlets.Dns.dll
- Assembly:
- Microsoft.Azure.Commands.Dns.dll
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.
A DNS zone
public class DnsZone
type DnsZone = class
Public Class DnsZone
- Inheritance
-
DnsZone
Constructors
| Name | Description |
|---|---|
| DnsZone() | |
Properties
| Name | Description |
|---|---|
| Etag |
Gets or sets the Etag of this zone |
| MaxNumberOfRecordSets |
Gets or sets the max number of records for this zone |
| Name |
Gets or sets the name of the DNS zone. |
| NameServers |
Name servers provisioned for this zone |
| NumberOfRecordSets |
Gets or sets the number of records for this zone |
| RegistrationVirtualNetworkIds |
Virtual Networks whose names will be registered on this zone |
| ResolutionVirtualNetworkIds |
Virtual Networks that will have this zone in their resolution scope |
| ResourceGroupName |
Gets or sets the name of the resource group to which this zone belongs. |
| SigningKeys |
Gets or sets the signing keys for this zone |
| Tags |
Gets or sets the tags of this resource |
| ZoneType |
Type of this Zone |
