DHCP Options
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DhcpOptions
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DhcpOptions()()()() | Initializes a new instance of the DhcpOptions class | 
|  | Configuration | 
            Information about the set of DHCP options
             | 
|  | DhcpOptionsId | 
            The ID of the set of DHCP options
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetConfiguration()()()() | 
            Checks if Configuration property is set
             | 
|  | IsSetDhcpOptionsId()()()() | 
            Checks if DhcpOptionsId property is set
             | 
|  | IsSetTag()()()() | 
            Checks if Tag property is set
             | 
|  | Tag | 
            List of tags for the DhcpOptions.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithConfiguration(array<DhcpConfiguration>[]()[][]) | Obsolete. 
            Sets the information about the set of DHCP options
             | 
|  | WithDhcpOptionsId(String) | Obsolete. 
            Sets the ID of the set of DHCP options
             | 
|  | WithTag(array<Tag>[]()[][]) | Obsolete. 
            Sets the list of tags for the DhcpOptions.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DhcpOptions |