AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 3.5
 
Container for the parameters to the DeleteFileSystem operation. Deletes a file system, permanently severing access to its contents. Upon return, the file system no longer exists and you will not be able to access any contents of the deleted file system.

You cannot delete a file system that is in use. That is, if the file system has any mount targets, you must first delete them. For more information, see DescribeMountTargets and DeleteMountTarget.

The DeleteFileSystem call returns while the file system state is still "deleting". You can check the file system deletion status by calling the DescribeFileSystems API, which returns a list of file systems in your account. If you pass file system ID or creation token for the deleted file system, the DescribeFileSystems will return a 404 "FileSystemNotFound" error.

This operation requires permission for the elasticfilesystem:DeleteFileSystem action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticFileSystem.AmazonElasticFileSystemRequest
      Amazon.ElasticFileSystem.Model.DeleteFileSystemRequest

Namespace: Amazon.ElasticFileSystem.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DeleteFileSystemRequest : AmazonElasticFileSystemRequest
         IRequestEvents

The DeleteFileSystemRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteFileSystemRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method DeleteFileSystemRequest(string) Instantiates DeleteFileSystemRequest with the parameterized properties

Properties

NameTypeDescription
Public Property FileSystemId System.String Gets and sets the property FileSystemId.

The ID of the file system you want to delete.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5