NetworkAnchorUpdateProperties 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.
The updatable properties of the NetworkAnchor.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.NetworkAnchorUpdatePropertiesTypeConverter))]
public class NetworkAnchorUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.INetworkAnchorUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.NetworkAnchorUpdatePropertiesTypeConverter))>]
type NetworkAnchorUpdateProperties = class
interface INetworkAnchorUpdateProperties
interface IJsonSerializable
Public Class NetworkAnchorUpdateProperties
Implements INetworkAnchorUpdateProperties
- Inheritance
-
NetworkAnchorUpdateProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkAnchorUpdateProperties() |
Creates an new NetworkAnchorUpdateProperties instance. |
Properties
| Name | Description |
|---|---|
| IsOracleDnsForwardingEndpointEnabled |
Indicates whether the Oracle DNS forwarding endpoint is enabled |
| IsOracleDnsListeningEndpointEnabled |
Indicates whether the Oracle DNS listening endpoint is enabled |
| IsOracleToAzureDnsZoneSyncEnabled |
Indicates whether DNS zone sync from OCI to Azure is enabled |
| OciBackupCidrBlock |
OCI backup subnet cidr block. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkAnchorUpdateProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkAnchorUpdateProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.INetworkAnchorUpdateProperties. |
| FromJsonString(String) |
Creates a new instance of NetworkAnchorUpdateProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkAnchorUpdateProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |