C# 클래스 Amazon.Route53.Model.DelegationSet

A complex type that describes the name servers for this hosted zone.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetCallerReference ( ) : bool
IsSetId ( ) : bool
IsSetNameServers ( ) : bool

메소드 상세

DelegationSet() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DelegationSet ( ) : System
리턴 System

DelegationSet() 공개 메소드

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.
리턴 System