NginxPrivateIPAddress 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxPrivateIPAddressTypeConverter))]
public class NginxPrivateIPAddress : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxPrivateIPAddress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.NginxPrivateIPAddressTypeConverter))>]
type NginxPrivateIPAddress = class
interface INginxPrivateIPAddress
interface IJsonSerializable
Public Class NginxPrivateIPAddress
Implements INginxPrivateIPAddress
- Inheritance
-
NginxPrivateIPAddress
- Attributes
- Implements
Constructors
NginxPrivateIPAddress() |
Creates an new NginxPrivateIPAddress instance. |
Properties
PrivateIPAddress | |
PrivateIPAllocationMethod | |
SubnetId |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NginxPrivateIPAddress. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NginxPrivateIPAddress. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxPrivateIPAddress. |
FromJsonString(String) |
Creates a new instance of NginxPrivateIPAddress, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NginxPrivateIPAddress into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |