C# 클래스 Amazon.EC2.Model.Filter

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

공개 메소드들

메소드 설명
Filter ( ) : System

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

Filter ( string name ) : System

Instantiates Filter with the parameterized properties

Filter ( string name, List values ) : System

Instantiates Filter with the parameterized properties

비공개 메소드들

메소드 설명
IsSetName ( ) : bool
IsSetValues ( ) : bool

메소드 상세

Filter() 공개 메소드

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

Filter() 공개 메소드

Instantiates Filter with the parameterized properties
public Filter ( string name ) : System
name string The name of the filter. Filter names are case-sensitive.
리턴 System

Filter() 공개 메소드

Instantiates Filter with the parameterized properties
public Filter ( string name, List values ) : System
name string The name of the filter. Filter names are case-sensitive.
values List One or more filter values. Filter values are case-sensitive.
리턴 System