ManagedNetworkFabricIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ManagedNetworkFabricIdentityTypeConverter))]
public class ManagedNetworkFabricIdentity : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IManagedNetworkFabricIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ManagedNetworkFabricIdentityTypeConverter))>]
type ManagedNetworkFabricIdentity = class
interface IManagedNetworkFabricIdentity
interface IJsonSerializable
Public Class ManagedNetworkFabricIdentity
Implements IManagedNetworkFabricIdentity
- Inheritance
-
ManagedNetworkFabricIdentity
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedNetworkFabricIdentity() |
Creates an new ManagedNetworkFabricIdentity instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedNetworkFabricIdentity. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedNetworkFabricIdentity. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IManagedNetworkFabricIdentity. |
| FromJsonString(String) |
Creates a new instance of ManagedNetworkFabricIdentity, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedNetworkFabricIdentity into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |