DnsPrivateViewProperties Class
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.
Views resource model
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsPrivateViewPropertiesTypeConverter))]
public class DnsPrivateViewProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsPrivateViewProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsPrivateViewPropertiesTypeConverter))>]
type DnsPrivateViewProperties = class
interface IDnsPrivateViewProperties
interface IJsonSerializable
Public Class DnsPrivateViewProperties
Implements IDnsPrivateViewProperties
- Inheritance
-
DnsPrivateViewProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DnsPrivateViewProperties() |
Creates an new DnsPrivateViewProperties instance. |
Properties
| Name | Description |
|---|---|
| DisplayName |
The display name of the view resource |
| IsProtected |
A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed. |
| LifecycleState |
Views lifecycleState |
| Ocid |
The OCID of the view |
| ProvisioningState |
Azure resource provisioning state. |
| Self |
The canonical absolute URL of the resource. |
| TimeCreated |
views timeCreated |
| TimeUpdated |
views timeCreated |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DnsPrivateViewProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DnsPrivateViewProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDnsPrivateViewProperties. |
| FromJsonString(String) |
Creates a new instance of DnsPrivateViewProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DnsPrivateViewProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |