Ipam.Config 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.
Represents a configuration for IP Address Management (IPAM). This property is a collection of key-value pairs that define specific IPAM configuration settings.
[YamlDotNet.Serialization.YamlMember(Alias="config", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<System.Collections.Generic.Dictionary<string,string>> Config { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="config", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Config : System.Collections.Generic.List<System.Collections.Generic.Dictionary<string, string>> with get, set
Public Property Config As List(Of Dictionary(Of String, String))
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute