AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.
For .NET Core this operation is only available in asynchronous form. Please refer to EnableVolumeIOAsync.
Namespace: Amazon.EC2
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public virtual EnableVolumeIOResponse EnableVolumeIO( EnableVolumeIORequest request )
Container for the necessary parameters to execute the EnableVolumeIO service method.
This example enables I/O on volume ``vol-1234567890abcdef0``.
var client = new AmazonEC2Client(); var response = client.EnableVolumeIO(new EnableVolumeIORequest { VolumeId = "vol-1234567890abcdef0" });
.NET Framework:
Supported in: 4.5 and newer, 3.5