Compartilhar via


DnsPrivateZoneProperties Constructor

Definition

Initializes a new instance of DnsPrivateZoneProperties.

public DnsPrivateZoneProperties (string ocid, bool isProtected, string self, int serial, string version, Azure.ResourceManager.OracleDatabase.Models.ZoneType zoneType, DateTimeOffset timeCreated);
new Azure.ResourceManager.OracleDatabase.Models.DnsPrivateZoneProperties : string * bool * string * int * string * Azure.ResourceManager.OracleDatabase.Models.ZoneType * DateTimeOffset -> Azure.ResourceManager.OracleDatabase.Models.DnsPrivateZoneProperties
Public Sub New (ocid As String, isProtected As Boolean, self As String, serial As Integer, version As String, zoneType As ZoneType, timeCreated As DateTimeOffset)

Parameters

ocid
String

The OCID of the Zone Serialized Name: DnsPrivateZoneProperties.ocid

isProtected
Boolean

A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed. Serialized Name: DnsPrivateZoneProperties.isProtected

self
String

The canonical absolute URL of the resource. Serialized Name: DnsPrivateZoneProperties.self

serial
Int32

The current serial of the zone. As seen in the zone's SOA record. Serialized Name: DnsPrivateZoneProperties.serial

version
String

Version is the never-repeating, totally-orderable, version of the zone, from which the serial field of the zone's SOA record is derived. Serialized Name: DnsPrivateZoneProperties.version

zoneType
ZoneType

The type of the zone. Must be either PRIMARY or SECONDARY. SECONDARY is only supported for GLOBAL zones. Serialized Name: DnsPrivateZoneProperties.zoneType

timeCreated
DateTimeOffset

Zones timeCreated Serialized Name: DnsPrivateZoneProperties.timeCreated

Applies to