SharedGalleryHostCaching 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 host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'.
public readonly struct SharedGalleryHostCaching : IEquatable<Azure.ResourceManager.Compute.Models.SharedGalleryHostCaching>
type SharedGalleryHostCaching = struct
Public Structure SharedGalleryHostCaching
Implements IEquatable(Of SharedGalleryHostCaching)
- Inheritance
-
SharedGalleryHostCaching
- Implements
Constructors
SharedGalleryHostCaching(String) |
Initializes a new instance of SharedGalleryHostCaching. |
Properties
None |
None. |
ReadOnly |
ReadOnly. |
ReadWrite |
ReadWrite. |
Methods
Equals(SharedGalleryHostCaching) |
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(SharedGalleryHostCaching, SharedGalleryHostCaching) |
Determines if two SharedGalleryHostCaching values are the same. |
Implicit(String to SharedGalleryHostCaching) |
Converts a String to a SharedGalleryHostCaching. |
Inequality(SharedGalleryHostCaching, SharedGalleryHostCaching) |
Determines if two SharedGalleryHostCaching values are not the same. |
Applies to
Azure SDK for .NET