你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DnsPrivateViewProperties Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DnsPrivateViewProperties.
public DnsPrivateViewProperties(string ocid, bool isProtected, string self, DateTimeOffset timeCreated, DateTimeOffset timeUpdated);
new Azure.ResourceManager.OracleDatabase.Models.DnsPrivateViewProperties : string * bool * string * DateTimeOffset * DateTimeOffset -> Azure.ResourceManager.OracleDatabase.Models.DnsPrivateViewProperties
Public Sub New (ocid As String, isProtected As Boolean, self As String, timeCreated As DateTimeOffset, timeUpdated As DateTimeOffset)
Parameters
- ocid
- String
The OCID of the view Serialized Name: DnsPrivateViewProperties.ocid
- isProtected
- Boolean
A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed. Serialized Name: DnsPrivateViewProperties.isProtected
- self
- String
The canonical absolute URL of the resource. Serialized Name: DnsPrivateViewProperties.self
- timeCreated
- DateTimeOffset
views timeCreated Serialized Name: DnsPrivateViewProperties.timeCreated
- timeUpdated
- DateTimeOffset
views timeCreated Serialized Name: DnsPrivateViewProperties.timeUpdated