Lingua

VolumeDefinitionType Struct

Definition

Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe.

public readonly struct VolumeDefinitionType : IEquatable<Azure.ResourceManager.MachineLearning.Models.VolumeDefinitionType>
type VolumeDefinitionType = struct
Public Structure VolumeDefinitionType
Implements IEquatable(Of VolumeDefinitionType)
Inheritance
VolumeDefinitionType
Implements

Constructors

Name Description
VolumeDefinitionType(String)

Initializes a new instance of VolumeDefinitionType.

Properties

Name Description
Bind

Gets the Bind.

Npipe

Gets the Npipe.

Tmpfs

Gets the Tmpfs.

Volume

Gets the Volume.

Methods

Name Description
Equals(VolumeDefinitionType)

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

Name Description
Equality(VolumeDefinitionType, VolumeDefinitionType)

Determines if two VolumeDefinitionType values are the same.

Implicit(String to Nullable<VolumeDefinitionType>)
Implicit(String to VolumeDefinitionType)

Converts a string to a VolumeDefinitionType.

Inequality(VolumeDefinitionType, VolumeDefinitionType)

Determines if two VolumeDefinitionType values are not the same.

Applies to