Show / Hide Table of Contents

Class FileSystemReference

A reference to a FileSystem resource.

Inheritance
object
FileSystemReference
Implements
IFileSystemReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FileSystemReference : IFileSystemReference
Syntax (vb)
Public Class FileSystemReference Implements IFileSystemReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.FSx;

            var fileSystemReference = new FileSystemReference {
                FileSystemId = "fileSystemId"
            };

Synopsis

Constructors

FileSystemReference()

A reference to a FileSystem resource.

Properties

FileSystemId

The Id of the FileSystem resource.

Constructors

FileSystemReference()

A reference to a FileSystem resource.

public FileSystemReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.FSx;

            var fileSystemReference = new FileSystemReference {
                FileSystemId = "fileSystemId"
            };

Properties

FileSystemId

The Id of the FileSystem resource.

public string FileSystemId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IFileSystemReference
Back to top Generated by DocFX