AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A complex type that lists the name servers in a delegation set, as well as the CallerReference and the ID for the delegation set.

Inheritance Hierarchy

System.Object
  Amazon.Route53.Model.DelegationSet

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.Route53.dll
Version: 3.x.y.z

Syntax

C#
public class DelegationSet

The DelegationSet type exposes the following members

Constructors

NameDescription
Public Method DelegationSet()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method DelegationSet(List<String>)

Instantiates DelegationSet with the parameterized properties

Properties

NameTypeDescription
Public Property CallerReference System.String

Gets and sets the property CallerReference.

The value that you specified for CallerReference when you created the reusable delegation set.

Public Property Id System.String

Gets and sets the property Id.

The ID that Amazon Route 53 assigns to a reusable delegation set.

Public Property NameServers System.Collections.Generic.List<System.String>

Gets and sets the property NameServers.

A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5