ComputeFleetCachingType 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.
Specifies the caching requirements.
public readonly struct ComputeFleetCachingType : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetCachingType>
type ComputeFleetCachingType = struct
Public Structure ComputeFleetCachingType
Implements IEquatable(Of ComputeFleetCachingType)
- Inheritance
-
ComputeFleetCachingType
- Implements
Constructors
ComputeFleetCachingType(String) |
Initializes a new instance of ComputeFleetCachingType. |
Properties
None |
'None' is default for Standard Storage. |
ReadOnly |
'ReadOnly' is default for Premium Storage. |
ReadWrite |
'ReadWrite' is default for OS Disk. |
Methods
Equals(ComputeFleetCachingType) |
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(ComputeFleetCachingType, ComputeFleetCachingType) |
Determines if two ComputeFleetCachingType values are the same. |
Implicit(String to ComputeFleetCachingType) |
Converts a String to a ComputeFleetCachingType. |
Inequality(ComputeFleetCachingType, ComputeFleetCachingType) |
Determines if two ComputeFleetCachingType values are not the same. |
Applies to
Azure SDK for .NET