PrivateZone interface
Describes a Private DNS zone.
- Extends
Properties
| etag | The ETag of the zone. |
| internal |
Private zone internal Id |
| location | The Azure Region where the resource lives |
| max |
The maximum number of record sets that can be created in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
| max |
The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
| max |
The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored. |
| number |
The current number of record sets in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
| number |
The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
| number |
The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored. |
| provisioning |
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored. |
| tags | Resource tags. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
etag
The ETag of the zone.
etag?: string
Property Value
string
internalId
Private zone internal Id
internalId?: string
Property Value
string
location
The Azure Region where the resource lives
location?: string
Property Value
string
maxNumberOfRecordSets
The maximum number of record sets that can be created in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
maxNumberOfRecordSets?: number
Property Value
number
maxNumberOfVirtualNetworkLinks
The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
maxNumberOfVirtualNetworkLinks?: number
Property Value
number
maxNumberOfVirtualNetworkLinksWithRegistration
The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
maxNumberOfVirtualNetworkLinksWithRegistration?: number
Property Value
number
numberOfRecordSets
The current number of record sets in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
numberOfRecordSets?: number
Property Value
number
numberOfVirtualNetworkLinks
The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
numberOfVirtualNetworkLinks?: number
Property Value
number
numberOfVirtualNetworkLinksWithRegistration
The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
numberOfVirtualNetworkLinksWithRegistration?: number
Property Value
number
provisioningState
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
provisioningState?: string
Property Value
string
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type