Compartir a través de


HostCaching Struct

Definition

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

Applies to