NetworkFabricInternalNetworkData 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.
A class representing the NetworkFabricInternalNetwork data model. Defines the Internal Network resource.
public class NetworkFabricInternalNetworkData : Azure.ResourceManager.Models.ResourceData
type NetworkFabricInternalNetworkData = class
inherit ResourceData
Public Class NetworkFabricInternalNetworkData
Inherits ResourceData
- Inheritance
Constructors
NetworkFabricInternalNetworkData(Int32) |
Initializes a new instance of NetworkFabricInternalNetworkData. |
Properties
AdministrativeState |
Administrative state of the resource. |
Annotation |
Switch configuration description. |
BgpConfiguration |
BGP configuration properties. |
ConfigurationState |
Configuration state of the resource. |
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. |
Extension |
Extension. Example: NoExtension | NPB. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
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. (Inherited from ResourceData) |
ProvisioningState |
Provisioning state of the resource. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
StaticRouteConfiguration |
Static Route Configuration properties. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
VlanId |
Vlan identifier. Example: 1001. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET