IManagedNetworkFabricIdentity Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ManagedNetworkFabricIdentityTypeConverter))]
public interface IManagedNetworkFabricIdentity : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ManagedNetworkFabricIdentityTypeConverter))>]
type IManagedNetworkFabricIdentity = interface
interface IJsonSerializable
Public Interface IManagedNetworkFabricIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AccessControlListName |
Name of the Access Control List. |
| ExternalNetworkName |
Name of the External Network. |
| Id |
Resource identity path |
| InternalNetworkName |
Name of the Internal Network. |
| InternetGatewayName |
Name of the Internet Gateway. |
| InternetGatewayRuleName |
Name of the Internet Gateway rule. |
| IPCommunityName |
Name of the IP Community. |
| IPExtendedCommunityName |
Name of the IP Extended Community. |
| IPPrefixName |
Name of the IP Prefix. |
| L2IsolationDomainName |
Name of the L2 Isolation Domain. |
| L3IsolationDomainName |
Name of the L3 Isolation Domain. |
| NeighborGroupName |
Name of the Neighbor Group. |
| NetworkDeviceName |
Name of the Network Device. |
| NetworkDeviceSkuName |
Name of the Network Device SKU. |
| NetworkFabricControllerName |
Name of the Network Fabric Controller. |
| NetworkFabricName |
Name of the Network Fabric. |
| NetworkFabricSkuName |
Name of the Network Fabric SKU. |
| NetworkInterfaceName |
Name of the Network Interface. |
| NetworkPacketBrokerName |
Name of the Network Packet Broker. |
| NetworkRackName |
Name of the Network Rack. |
| NetworkTapName |
Name of the Network Tap. |
| NetworkTapRuleName |
Name of the Network Tap Rule. |
| NetworkToNetworkInterconnectName |
Name of the Network to Network Interconnect. |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| RoutePolicyName |
Name of the Route Policy. |
| SubscriptionId |
The ID of the target subscription. The value must be an UUID. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |