DevOpsDataDiskCachingType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET