A complex type that contains name server information.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DelegationSet
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DelegationSet()()()() | Initializes a new instance of the DelegationSet class | 
|  | 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.) | 
|  | NameServers | 
            A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an
            NS record to your domain for each NameServer that is assigned to your hosted zone.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithNameServers(array<String>[]()[][]) | Obsolete. 
            Adds elements to the NameServers collection
             | 
|  | WithNameServers(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the NameServers collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DelegationSet |