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