次の方法で共有


OracleDnsPrivateZoneProperties Constructor

Definition

Initializes a new instance of OracleDnsPrivateZoneProperties.

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

Parameters

ocid
ResourceIdentifier

The OCID of the Zone.

isProtected
Boolean

A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.

self
String

The canonical absolute URL of the resource.

serial
Int32

The current serial of the zone. As seen in the zone's SOA record.

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.

zoneType
OracleDnsPrivateZoneType

The type of the zone. Must be either PRIMARY or SECONDARY. SECONDARY is only supported for GLOBAL zones.

createdOn
DateTimeOffset

Zones timeCreated.

Applies to