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

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

공개 메소드들

메소드 설명
SpotPlacement ( ) : System

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

SpotPlacement ( string availabilityZone ) : System

Instantiates SpotPlacement with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAvailabilityZone ( ) : bool
IsSetGroupName ( ) : bool

메소드 상세

SpotPlacement() 공개 메소드

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

SpotPlacement() 공개 메소드

Instantiates SpotPlacement with the parameterized properties
public SpotPlacement ( string availabilityZone ) : System
availabilityZone string The Availability Zone. [Spot fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".
리턴 System