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

DevOpsDataDiskCachingType Struct

Definition

The type of caching in a data disk.

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

Constructors

DevOpsDataDiskCachingType(String)

Initializes a new instance of DevOpsDataDiskCachingType.

Properties

None

Don't use host caching.

ReadOnly

For workloads that only do read operations.

ReadWrite

For workloads that do a balance of read and write operations.

Methods

Equals(DevOpsDataDiskCachingType)

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

Determines if two DevOpsDataDiskCachingType values are the same.

Implicit(String to DevOpsDataDiskCachingType)

Converts a string to a DevOpsDataDiskCachingType.

Inequality(DevOpsDataDiskCachingType, DevOpsDataDiskCachingType)

Determines if two DevOpsDataDiskCachingType values are not the same.

Applies to