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

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

공개 메소드들

메소드 설명
CreateSnapshotRequest ( ) : System

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

CreateSnapshotRequest ( string volumeId, string description ) : System

Instantiates CreateSnapshotRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDescription ( ) : bool
IsSetVolumeId ( ) : bool

메소드 상세

CreateSnapshotRequest() 공개 메소드

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

CreateSnapshotRequest() 공개 메소드

Instantiates CreateSnapshotRequest with the parameterized properties
public CreateSnapshotRequest ( string volumeId, string description ) : System
volumeId string The ID of the EBS volume.
description string A description for the snapshot.
리턴 System