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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET