NetworkFabricPatch 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.
The Network Fabric resource definition.
public class NetworkFabricPatch : Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkRackPatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricPatch>
type NetworkFabricPatch = class
inherit NetworkRackPatch
interface IJsonModel<NetworkFabricPatch>
interface IPersistableModel<NetworkFabricPatch>
Public Class NetworkFabricPatch
Inherits NetworkRackPatch
Implements IJsonModel(Of NetworkFabricPatch), IPersistableModel(Of NetworkFabricPatch)
- Inheritance
- Implements
Constructors
NetworkFabricPatch() |
Initializes a new instance of NetworkFabricPatch. |
Properties
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. |
Tags |
Resource tags. (Inherited from NetworkRackPatch) |
TerminalServerConfiguration |
Network and credentials configuration already applied to terminal server. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET