CachingType 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. Possible values are: None,ReadOnly,ReadWrite. The default values are: None for Standard storage. ReadOnly for Premium storage.
public readonly struct CachingType : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.CachingType>
type CachingType = struct
Public Structure CachingType
Implements IEquatable(Of CachingType)
- Inheritance
-
CachingType
- Implements
Constructors
| Name | Description |
|---|---|
| CachingType(String) |
Initializes a new instance of CachingType. |
Properties
| Name | Description |
|---|---|
| None |
Caching type:None. |
| ReadOnly |
Caching type:ReadOnly. |
| ReadWrite |
Caching type:ReadWrite. |
Methods
| Name | Description |
|---|---|
| Equals(CachingType) |
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
| Name | Description |
|---|---|
| Equality(CachingType, CachingType) |
Determines if two CachingType values are the same. |
| Implicit(String to CachingType) |
Converts a string to a CachingType. |
| Implicit(String to Nullable<CachingType>) | |
| Inequality(CachingType, CachingType) |
Determines if two CachingType values are not the same. |