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.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET