C# Class Amazon.Route53.Model.DelegationSet

A complex type that describes the name servers for this hosted zone.
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
DelegationSet ( ) : System

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

DelegationSet ( List nameServers ) : System

Instantiates DelegationSet with the parameterized properties

Private Methods

Méthode Description
IsSetCallerReference ( ) : bool
IsSetId ( ) : bool
IsSetNameServers ( ) : bool

Method Details

DelegationSet() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DelegationSet ( ) : System
Résultat System

DelegationSet() public méthode

Instantiates DelegationSet with the parameterized properties
public DelegationSet ( List nameServers ) : System
nameServers List A complex type that contains a list of the authoritative name servers for the hosted zone.
Résultat System