你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OracleDnsPrivateViewProperties 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 OracleDnsPrivateViewProperties.
public OracleDnsPrivateViewProperties (Azure.Core.ResourceIdentifier ocid, bool isProtected, string self, DateTimeOffset createdOn, DateTimeOffset updatedOn);
new Azure.ResourceManager.OracleDatabase.Models.OracleDnsPrivateViewProperties : Azure.Core.ResourceIdentifier * bool * string * DateTimeOffset * DateTimeOffset -> Azure.ResourceManager.OracleDatabase.Models.OracleDnsPrivateViewProperties
Public Sub New (ocid As ResourceIdentifier, isProtected As Boolean, self As String, createdOn As DateTimeOffset, updatedOn As DateTimeOffset)
Parameters
- ocid
- ResourceIdentifier
The OCID of the view.
- 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.
- createdOn
- DateTimeOffset
views timeCreated.
- updatedOn
- DateTimeOffset
views timeCreated.