INetworkFabricPatch Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricPatchTypeConverter))]
public interface INetworkFabricPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ITagsUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricPatchTypeConverter))>]
type INetworkFabricPatch = interface
    interface IJsonSerializable
    interface ITagsUpdate
Public Interface INetworkFabricPatch
Implements ITagsUpdate
Derived
Attributes
Implements

Properties

Name Description
Annotation

Switch configuration description.

FabricAsn

ASN of CE devices for CE/PE connectivity.

Ipv4Prefix

IPv4Prefix for Management Network. Example: 10.1.0.0/19.

Ipv6Prefix

IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59.

ManagementNetworkConfiguration

Configuration to be used to setup the management network.

RackCount

Number of compute racks associated to Network Fabric.

ServerCountPerRack

Number of servers.Possible values are from 1-16.

Tag

Resource tags

(Inherited from ITagsUpdate)
TerminalServerConfigurationPassword

Password for the terminal server connection.

TerminalServerConfigurationPrimaryIpv4Prefix

IPv4 Address Prefix.

TerminalServerConfigurationPrimaryIpv6Prefix

IPv6 Address Prefix.

TerminalServerConfigurationSecondaryIpv4Prefix

Secondary IPv4 Address Prefix.

TerminalServerConfigurationSecondaryIpv6Prefix

Secondary IPv6 Address Prefix.

TerminalServerConfigurationSerialNumber

Serial Number of Terminal server.

TerminalServerConfigurationUsername

Username for the terminal server connection.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to