Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PSPrivateDnsZone Class
Definition
- Namespace:
- Microsoft.Azure.Commands.PrivateDns.Models
- Assembly:
- Microsoft.Azure.PowerShell.Cmdlets.PrivateDns.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 private DNS zone
public class PSPrivateDnsZone
type PSPrivateDnsZone = class
Public Class PSPrivateDnsZone
- Inheritance
-
PSPrivateDnsZone
Constructors
| Name | Description |
|---|---|
| PSPrivateDnsZone() | |
Properties
| Name | Description |
|---|---|
| Etag |
Gets or sets the Etag of this zone |
| Location |
Gets or sets the location to which this zone belongs. |
| MaxNumberOfRecordSets |
Gets or sets the max number of records for this zone |
| MaxNumberOfVirtualNetworkLinks |
Gets or sets the max number of records for this zone |
| MaxNumberOfVirtualNetworkLinksWithRegistration |
Gets or sets the max number of records for this zone |
| Name |
Gets or sets the name of the DNS zone. |
| NumberOfRecordSets |
Gets or sets the number of records for this zone |
| NumberOfVirtualNetworkLinks |
Gets or sets the number of records for this zone |
| NumberOfVirtualNetworkLinksWithRegistration |
Gets or sets the number of records for this zone |
| ResourceGroupName |
Gets or sets the name of the resource group to which this zone belongs. |
| ResourceId |
Gets or sets the resource Id of the DNS zone. |
| Tags |
Gets or sets the tags of this resource |
