Ipam.Options Property
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.
A collection of key-value pairs representing options for the IPAM configuration.
[YamlDotNet.Serialization.YamlMember(Alias="options", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.Dictionary<string,string> Options { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="options", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Options : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property Options As Dictionary(Of String, String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The Options property allows for specifying additional configuration parameters for the IPAM (IP Address Management) system. It is represented as a dictionary where each key corresponds to a particular option name and the value corresponds to its respective setting.