Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Zone

Package version

Describes a DNS zone.

Hierarchy

Index

Properties

Optional etag

etag: undefined | string

The etag of the zone.

Optional id

id: undefined | string

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string

The geo-location where the resource lives

Optional maxNumberOfRecordSets

maxNumberOfRecordSets: undefined | number

The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional nameServers

nameServers: string[]

The name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored. NOTE: This property will not be serialized. It can only be populated by the server.

Optional numberOfRecordSets

numberOfRecordSets: undefined | number

The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.

Optional tags

tags: undefined | object

Resource tags.

Optional type

type: undefined | string

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc