Share via


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

Name Description
CachingType(String)

Initializes a new instance of CachingType.

Properties

Name Description
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

Name Description
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

Name Description
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