DnsPrivateZone Class

Definition

DnsPrivateZone resource definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsPrivateZoneTypeConverter))]
public class DnsPrivateZone : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsPrivateZone, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsPrivateZoneTypeConverter))>]
type DnsPrivateZone = class
    interface IDnsPrivateZone
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class DnsPrivateZone
Implements IDnsPrivateZone, IValidates
Inheritance
DnsPrivateZone
Attributes
Implements

Constructors

Name Description
DnsPrivateZone()

Creates an new DnsPrivateZone instance.

Properties

Name Description
Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

IsProtected

A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.

LifecycleState

Zones lifecycleState

Name

The name of the resource

Ocid

The OCID of the Zone

ProvisioningState

Azure resource provisioning state.

ResourceGroupName

Gets the resource group name

Self

The canonical absolute URL of the resource.

Serial

The current serial of the zone. As seen in the zone's SOA record.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

TimeCreated

Zones timeCreated

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Version

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

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

The type of the zone. Must be either PRIMARY or SECONDARY. SECONDARY is only supported for GLOBAL zones.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DnsPrivateZone.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DnsPrivateZone.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsPrivateZone.

FromJsonString(String)

Creates a new instance of DnsPrivateZone, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DnsPrivateZone into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to