Container for the parameters to the DeleteVirtualMFADevice operation.
            Deletes a virtual MFA device.
            
                    
|  Note: | 
|---|
| You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see DeactivateMFADevice. | 
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteVirtualMFADeviceRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteVirtualMFADeviceRequest()()()() | Initializes a new instance of the DeleteVirtualMFADeviceRequest class | 
|  | Equals(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.) | 
|  | SerialNumber | 
            Gets and sets the property SerialNumber. 
             The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithSerialNumber(String) | Obsolete. 
            Sets the SerialNumber property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteVirtualMFADeviceRequest | |