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

VolumeDefinitionType(String)

Initializes a new instance of VolumeDefinitionType.

Properties

Bind

bind.

Npipe

npipe.

Tmpfs

tmpfs.

Volume

volume.

Methods

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

Equality(VolumeDefinitionType, VolumeDefinitionType)

Determines if two VolumeDefinitionType values are the same.

Implicit(String to VolumeDefinitionType)

Converts a string to a VolumeDefinitionType.

Inequality(VolumeDefinitionType, VolumeDefinitionType)

Determines if two VolumeDefinitionType values are not the same.

Applies to