AWS SDK for .NET Documentation
DeregisterImageRequest Class
AmazonAmazon.EC2.ModelDeregisterImageRequest Did this page help you?   Yes   No    Tell us about it...
Deregisters the specified AMI. Once deregistered, the AMI cannot be used to launch new instances.
Declaration Syntax
C#
public class DeregisterImageRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeregisterImageRequest()()()()
Initializes a new instance of the DeregisterImageRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ImageId
Unique ID of the AMI which was assigned during registration.

IsSetImageId()()()()
Checks if ImageId property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithImageId(String) Obsolete.
Sets the unique ID of the AMI to deregister.

Remarks
This command does not delete the AMI from Amazon S3.
Inheritance Hierarchy
Object
EC2Request
 DeregisterImageRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)