InternalNetworkPatchableProperties Class

Definition

The InternalNetwork patchable properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworkPatchablePropertiesTypeConverter))]
public class InternalNetworkPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternalNetworkPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworkPatchablePropertiesTypeConverter))>]
type InternalNetworkPatchableProperties = class
    interface IInternalNetworkPatchableProperties
    interface IJsonSerializable
Public Class InternalNetworkPatchableProperties
Implements IInternalNetworkPatchableProperties
Inheritance
InternalNetworkPatchableProperties
Attributes
Implements

Constructors

Name Description
InternalNetworkPatchableProperties()

Creates an new InternalNetworkPatchableProperties instance.

Properties

Name Description
ConnectedIPv4Subnet

List of Connected IPv4 Subnets.

ConnectedIPv6Subnet

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.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InternalNetworkPatchableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InternalNetworkPatchableProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternalNetworkPatchableProperties.

FromJsonString(String)

Creates a new instance of InternalNetworkPatchableProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InternalNetworkPatchableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to