你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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