IDnsPrivateViewProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsPrivateViewPropertiesTypeConverter))]
public interface IDnsPrivateViewProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsPrivateViewPropertiesTypeConverter))>]
type IDnsPrivateViewProperties = interface
interface IJsonSerializable
Public Interface IDnsPrivateViewProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |