你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HostCaching 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'
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.HostCachingTypeConverter))]
public struct HostCaching : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.HostCaching>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.HostCachingTypeConverter))>]
type HostCaching = struct
interface IArgumentCompleter
Public Structure HostCaching
Implements IArgumentCompleter, IEquatable(Of HostCaching)
- Inheritance
-
HostCaching
- Attributes
- Implements
Fields
None | |
ReadOnly | |
ReadWrite |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(HostCaching) |
Compares values of enum type HostCaching |
Equals(Object) |
Compares values of enum type HostCaching (override for Object) |
GetHashCode() |
Returns hashCode for enum HostCaching |
ToString() |
Returns string representation for HostCaching |
Operators
Equality(HostCaching, HostCaching) |
Overriding == operator for enum HostCaching |
Implicit(HostCaching to String) |
Implicit operator to convert HostCaching to string |
Implicit(String to HostCaching) |
Implicit operator to convert string to HostCaching |
Inequality(HostCaching, HostCaching) |
Overriding != operator for enum HostCaching |