ArmOracleDatabaseModelFactory.OracleDnsPrivateZoneProperties Method
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 OracleDnsPrivateZoneProperties.
public static Azure.ResourceManager.OracleDatabase.Models.OracleDnsPrivateZoneProperties OracleDnsPrivateZoneProperties (Azure.Core.ResourceIdentifier ocid = default, bool isProtected = false, Azure.ResourceManager.OracleDatabase.Models.DnsPrivateZonesLifecycleState? lifecycleState = default, string self = default, int serial = 0, string version = default, Azure.Core.ResourceIdentifier viewId = default, Azure.ResourceManager.OracleDatabase.Models.OracleDnsPrivateZoneType zoneType = default, DateTimeOffset createdOn = default, Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseResourceProvisioningState? provisioningState = default);
static member OracleDnsPrivateZoneProperties : Azure.Core.ResourceIdentifier * bool * Nullable<Azure.ResourceManager.OracleDatabase.Models.DnsPrivateZonesLifecycleState> * string * int * string * Azure.Core.ResourceIdentifier * Azure.ResourceManager.OracleDatabase.Models.OracleDnsPrivateZoneType * DateTimeOffset * Nullable<Azure.ResourceManager.OracleDatabase.Models.OracleDatabaseResourceProvisioningState> -> Azure.ResourceManager.OracleDatabase.Models.OracleDnsPrivateZoneProperties
Public Shared Function OracleDnsPrivateZoneProperties (Optional ocid As ResourceIdentifier = Nothing, Optional isProtected As Boolean = false, Optional lifecycleState As Nullable(Of DnsPrivateZonesLifecycleState) = Nothing, Optional self As String = Nothing, Optional serial As Integer = 0, Optional version As String = Nothing, Optional viewId As ResourceIdentifier = Nothing, Optional zoneType As OracleDnsPrivateZoneType = Nothing, Optional createdOn As DateTimeOffset = Nothing, Optional provisioningState As Nullable(Of OracleDatabaseResourceProvisioningState) = Nothing) As OracleDnsPrivateZoneProperties
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.
- lifecycleState
- Nullable<DnsPrivateZonesLifecycleState>
Zones lifecycleState.
- 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.
- viewId
- ResourceIdentifier
The OCID of the private view containing the zone. This value will be null for zones in the global DNS, which are publicly resolvable and not part of a private view.
- zoneType
- OracleDnsPrivateZoneType
The type of the zone. Must be either PRIMARY or SECONDARY. SECONDARY is only supported for GLOBAL zones.
- createdOn
- DateTimeOffset
Zones timeCreated.
- provisioningState
- Nullable<OracleDatabaseResourceProvisioningState>
Azure resource provisioning state.
Returns
A new OracleDnsPrivateZoneProperties instance for mocking.
Applies to
Azure SDK for .NET