Show / Hide Table of Contents

Class VolumeReference

A reference to a Volume resource.

Inheritance
object
VolumeReference
Implements
IVolumeReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VolumeReference : IVolumeReference
Syntax (vb)
Public Class VolumeReference Implements IVolumeReference
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.Interfaces.FSx;

            var volumeReference = new VolumeReference {
                VolumeId = "volumeId"
            };

Synopsis

Constructors

VolumeReference()

A reference to a Volume resource.

Properties

VolumeId

The VolumeId of the Volume resource.

Constructors

VolumeReference()

A reference to a Volume resource.

public VolumeReference()
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.Interfaces.FSx;

            var volumeReference = new VolumeReference {
                VolumeId = "volumeId"
            };

Properties

VolumeId

The VolumeId of the Volume resource.

public string VolumeId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IVolumeReference
Back to top Generated by DocFX