NetworkAnchorUpdate 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 type used for update operations of the NetworkAnchor.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.NetworkAnchorUpdateTypeConverter))]
public class NetworkAnchorUpdate : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.INetworkAnchorUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.NetworkAnchorUpdateTypeConverter))>]
type NetworkAnchorUpdate = class
interface INetworkAnchorUpdate
interface IJsonSerializable
Public Class NetworkAnchorUpdate
Implements INetworkAnchorUpdate
- Inheritance
-
NetworkAnchorUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkAnchorUpdate() |
Creates an new NetworkAnchorUpdate 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. |
| Tag |
Resource tags. |
| Zone |
The availability zones. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkAnchorUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkAnchorUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.INetworkAnchorUpdate. |
| FromJsonString(String) |
Creates a new instance of NetworkAnchorUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkAnchorUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |