NetworkFabricInternalNetworkPatch 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 InternalNetwork patch resource definition.
public class NetworkFabricInternalNetworkPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricInternalNetworkPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricInternalNetworkPatch>
type NetworkFabricInternalNetworkPatch = class
interface IJsonModel<NetworkFabricInternalNetworkPatch>
interface IPersistableModel<NetworkFabricInternalNetworkPatch>
Public Class NetworkFabricInternalNetworkPatch
Implements IJsonModel(Of NetworkFabricInternalNetworkPatch), IPersistableModel(Of NetworkFabricInternalNetworkPatch)
- Inheritance
-
NetworkFabricInternalNetworkPatch
- Implements
Constructors
NetworkFabricInternalNetworkPatch() |
Initializes a new instance of NetworkFabricInternalNetworkPatch. |
Properties
Annotation |
Switch configuration description. |
BgpConfiguration |
BGP configuration properties. |
ConnectedIPv4Subnets |
List of Connected IPv4 Subnets. |
ConnectedIPv6Subnets |
List of connected IPv6 Subnets. |
EgressAclId |
Egress Acl. ARM resource ID of Access Control Lists. |
ExportRoutePolicy |
Export Route Policy either IPv4 or IPv6. |
ExportRoutePolicyId |
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility. |
ImportRoutePolicy |
Import Route Policy either IPv4 or IPv6. |
ImportRoutePolicyId |
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility. |
IngressAclId |
Ingress Acl. ARM resource ID of Access Control Lists. |
IsMonitoringEnabled |
To check whether monitoring of internal network is enabled or not. |
Mtu |
Maximum transmission unit. Default value is 1500. |
StaticRouteConfiguration |
Static Route Configuration properties. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetworkFabricInternalNetworkPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkFabricInternalNetworkPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkFabricInternalNetworkPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkFabricInternalNetworkPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkFabricInternalNetworkPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET