CachingType Struct

Definition

CachingType enums.

public readonly struct CachingType : IEquatable<Azure.Compute.Batch.CachingType>
type CachingType = struct
Public Structure CachingType
Implements IEquatable(Of CachingType)
Inheritance
CachingType
Implements

Constructors

CachingType(String)

Initializes a new instance of CachingType.

Properties

None

The caching mode for the disk is not enabled.

ReadOnly

The caching mode for the disk is read only.

ReadWrite

The caching mode for the disk is read and write.

Methods

Equals(CachingType)

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(CachingType, CachingType)

Determines if two CachingType values are the same.

Implicit(String to CachingType)

Converts a string to a CachingType.

Inequality(CachingType, CachingType)

Determines if two CachingType values are not the same.

Applies to