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