InternalNetwork Class

Definition

Defines the Internal Network resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworkTypeConverter))]
public class InternalNetwork : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternalNetwork, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworkTypeConverter))>]
type InternalNetwork = class
    interface IInternalNetwork
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class InternalNetwork
Implements IInternalNetwork, IValidates
Inheritance
InternalNetwork
Attributes
Implements

Constructors

Name Description
InternalNetwork()

Creates an new InternalNetwork instance.

Properties

Name Description
AdministrativeState

Administrative state of the resource.

Annotation

Switch configuration description.

BgpConfiguration

BGP configuration properties.

ConfigurationState

Configuration state of the resource.

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.

Extension

Extension. Example: NoExtension | NPB.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

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.

Name

The name of the resource

ProvisioningState

Provisioning state of the resource.

ResourceGroupName

Gets the resource group name

StaticRouteConfigurationBfdConfiguration

BFD configuration properties

StaticRouteConfigurationExtension

Extension. Example: NoExtension | NPB.

StaticRouteConfigurationIpv4Route

List of IPv4 Routes.

StaticRouteConfigurationIpv6Route

List of IPv6 Routes.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

VlanId

Vlan identifier. Example: 1001.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InternalNetwork.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InternalNetwork.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InternalNetwork into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to