C# Class Amazon.EC2.Model.DeleteSnapshotRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
DeleteSnapshotRequest ( ) : System

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

DeleteSnapshotRequest ( string snapshotId ) : System

Instantiates DeleteSnapshotRequest with the parameterized properties

Private Methods

Méthode Description
IsSetSnapshotId ( ) : bool

Method Details

DeleteSnapshotRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteSnapshotRequest ( ) : System
Résultat System

DeleteSnapshotRequest() public méthode

Instantiates DeleteSnapshotRequest with the parameterized properties
public DeleteSnapshotRequest ( string snapshotId ) : System
snapshotId string The ID of the EBS snapshot.
Résultat System