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

A complex type that contains an optional comment and the changes that you want to make with a change batch request.

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ChangeBatch ( ) : System

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

ChangeBatch ( List changes ) : System

Instantiates ChangeBatch with the parameterized properties

비공개 메소드들

메소드 설명
IsSetChanges ( ) : bool
IsSetComment ( ) : bool

메소드 상세

ChangeBatch() 공개 메소드

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

ChangeBatch() 공개 메소드

Instantiates ChangeBatch with the parameterized properties
public ChangeBatch ( List changes ) : System
changes List Information about the changes to make to the record sets.
리턴 System