DevTestLabHostCachingOption 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.
Caching option for a data disk (i.e. None, ReadOnly, ReadWrite).
public readonly struct DevTestLabHostCachingOption : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabHostCachingOption>
type DevTestLabHostCachingOption = struct
Public Structure DevTestLabHostCachingOption
Implements IEquatable(Of DevTestLabHostCachingOption)
- Inheritance
-
DevTestLabHostCachingOption
- Implements
Constructors
DevTestLabHostCachingOption(String) |
Initializes a new instance of DevTestLabHostCachingOption. |
Properties
None |
None. |
ReadOnly |
ReadOnly. |
ReadWrite |
ReadWrite. |
Methods
Equals(DevTestLabHostCachingOption) |
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(DevTestLabHostCachingOption, DevTestLabHostCachingOption) |
Determines if two DevTestLabHostCachingOption values are the same. |
Implicit(String to DevTestLabHostCachingOption) |
Converts a string to a DevTestLabHostCachingOption. |
Inequality(DevTestLabHostCachingOption, DevTestLabHostCachingOption) |
Determines if two DevTestLabHostCachingOption values are not the same. |
Applies to
Azure SDK for .NET