SdnIntegration 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.
SDN Integration config to deploy AzureStackHCI Cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.SdnIntegrationTypeConverter))]
public class SdnIntegration : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ISdnIntegration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.SdnIntegrationTypeConverter))>]
type SdnIntegration = class
interface ISdnIntegration
interface IJsonSerializable
Public Class SdnIntegration
Implements ISdnIntegration
- Inheritance
-
SdnIntegration
- Attributes
- Implements
Constructors
SdnIntegration() |
Creates an new SdnIntegration instance. |
Properties
NetworkControllerMacAddressPoolStart |
macAddressPoolStart of network controller used for SDN Integration. |
NetworkControllerMacAddressPoolStop |
macAddressPoolStop of network controller used for SDN Integration. |
NetworkControllerNetworkVirtualizationEnabled |
NetworkVirtualizationEnabled of network controller used for SDN Integration. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SdnIntegration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SdnIntegration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.ISdnIntegration. |
FromJsonString(String) |
Creates a new instance of SdnIntegration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SdnIntegration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |