IPConfiguration 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.
InterfaceIPConfiguration iPConfiguration in a network interface.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPConfigurationTypeConverter))]
public class IPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPConfigurationTypeConverter))>]
type IPConfiguration = class
interface IIPConfiguration
interface IJsonSerializable
Public Class IPConfiguration
Implements IIPConfiguration
- Inheritance
-
IPConfiguration
- Attributes
- Implements
Constructors
IPConfiguration() |
Creates an new IPConfiguration instance. |
Properties
Gateway |
Gateway for network interface |
IPAddress |
PrivateIPAddress - Private IP address of the IP configuration. |
Name |
Name - The name of the resource that is unique within a resource group. This name can be used to access the resource. |
PrefixLength |
prefixLength for network interface |
SubnetId |
ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IPConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfiguration. |
FromJsonString(String) |
Creates a new instance of IPConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of IPConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |