Share via


NetworkController Class

Definition

network controller config for SDN Integration to deploy AzureStackHCI Cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.NetworkControllerTypeConverter))]
public class NetworkController : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.INetworkController
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.NetworkControllerTypeConverter))>]
type NetworkController = class
    interface INetworkController
    interface IJsonSerializable
Public Class NetworkController
Implements INetworkController
Inheritance
NetworkController
Attributes
Implements

Constructors

NetworkController()

Creates an new NetworkController instance.

Properties

MacAddressPoolStart

macAddressPoolStart of network controller used for SDN Integration.

MacAddressPoolStop

macAddressPoolStop of network controller used for SDN Integration.

NetworkVirtualizationEnabled

NetworkVirtualizationEnabled of network controller used for SDN Integration.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkController.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkController.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.INetworkController.

FromJsonString(String)

Creates a new instance of NetworkController, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkController into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to