Share via


IZone Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ZoneTypeConverter))]
public interface IZone : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ZoneTypeConverter))>]
type IZone = interface
    interface IJsonSerializable
    interface IResource
Public Interface IZone
Implements IResource
Derived
Attributes
Implements

Properties

Etag

The etag of the zone.

Id

Resource ID.

(Inherited from IResource)
Location

Resource location.

(Inherited from IResource)
MaxNumberOfRecordSet

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.

MaxNumberOfRecordsPerRecordSet

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

Name

Resource name.

(Inherited from IResource)
NameServer

The name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored.

NumberOfRecordSet

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.

RegistrationVirtualNetwork

A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private.

ResolutionVirtualNetwork

A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.

SigningKey

The list of signing keys.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

(Inherited from IResource)
Type

Resource type.

(Inherited from IResource)
ZoneType

The type of this DNS zone (Public or Private).

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to