INetworkFabricPatchProperties 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.NetworkFabricPatchPropertiesTypeConverter))]
public interface INetworkFabricPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricPatchPropertiesTypeConverter))>]
type INetworkFabricPatchProperties = interface
interface IJsonSerializable
interface IAnnotationResource
interface INetworkFabricPatchableProperties
Public Interface INetworkFabricPatchProperties
Implements IAnnotationResource, INetworkFabricPatchableProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Annotation |
Switch configuration description. (Inherited from IAnnotationResource) |
| FabricAsn |
ASN of CE devices for CE/PE connectivity. (Inherited from INetworkFabricPatchableProperties) |
| Ipv4Prefix |
IPv4Prefix for Management Network. Example: 10.1.0.0/19. (Inherited from INetworkFabricPatchableProperties) |
| Ipv6Prefix |
IPv6Prefix for Management Network. Example: 3FFE:FFFF:0:CD40::/59. (Inherited from INetworkFabricPatchableProperties) |
| ManagementNetworkConfiguration |
Configuration to be used to setup the management network. (Inherited from INetworkFabricPatchableProperties) |
| RackCount |
Number of compute racks associated to Network Fabric. (Inherited from INetworkFabricPatchableProperties) |
| ServerCountPerRack |
Number of servers.Possible values are from 1-16. (Inherited from INetworkFabricPatchableProperties) |
| TerminalServerConfigurationPassword |
Password for the terminal server connection. (Inherited from INetworkFabricPatchableProperties) |
| TerminalServerConfigurationPrimaryIpv4Prefix |
IPv4 Address Prefix. (Inherited from INetworkFabricPatchableProperties) |
| TerminalServerConfigurationPrimaryIpv6Prefix |
IPv6 Address Prefix. (Inherited from INetworkFabricPatchableProperties) |
| TerminalServerConfigurationSecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. (Inherited from INetworkFabricPatchableProperties) |
| TerminalServerConfigurationSecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. (Inherited from INetworkFabricPatchableProperties) |
| TerminalServerConfigurationSerialNumber |
Serial Number of Terminal server. (Inherited from INetworkFabricPatchableProperties) |
| TerminalServerConfigurationUsername |
Username for the terminal server connection. (Inherited from INetworkFabricPatchableProperties) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |