NfsDirectoryActionOnVolumeDeletion Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The action to take when a NFS volume is deleted.
public readonly struct NfsDirectoryActionOnVolumeDeletion : IEquatable<Azure.ResourceManager.ContainerOrchestratorRuntime.Models.NfsDirectoryActionOnVolumeDeletion>
type NfsDirectoryActionOnVolumeDeletion = struct
Public Structure NfsDirectoryActionOnVolumeDeletion
Implements IEquatable(Of NfsDirectoryActionOnVolumeDeletion)
- Inheritance
-
NfsDirectoryActionOnVolumeDeletion
- Implements
Constructors
NfsDirectoryActionOnVolumeDeletion(String) |
Initializes a new instance of NfsDirectoryActionOnVolumeDeletion. |
Properties
Delete |
When the volume is deleted, delete the directory. |
Retain |
When the volume is deleted, retain the directory. |
Methods
Equals(NfsDirectoryActionOnVolumeDeletion) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(NfsDirectoryActionOnVolumeDeletion, NfsDirectoryActionOnVolumeDeletion) |
Determines if two NfsDirectoryActionOnVolumeDeletion values are the same. |
Implicit(String to NfsDirectoryActionOnVolumeDeletion) |
Converts a String to a NfsDirectoryActionOnVolumeDeletion. |
Inequality(NfsDirectoryActionOnVolumeDeletion, NfsDirectoryActionOnVolumeDeletion) |
Determines if two NfsDirectoryActionOnVolumeDeletion values are not the same. |
Applies to
Azure SDK for .NET