Caching 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.
Caching type of Data Disk.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CachingTypeConverter))]
public struct Caching : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.Caching>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CachingTypeConverter))>]
type Caching = struct
interface IArgumentCompleter
Public Structure Caching
Implements IArgumentCompleter, IEquatable(Of Caching)
- Inheritance
-
Caching
- 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(Caching) |
Compares values of enum type Caching |
Equals(Object) |
Compares values of enum type Caching (override for Object) |
GetHashCode() |
Returns hashCode for enum Caching |
ToString() |
Returns string representation for Caching |
Operators
Equality(Caching, Caching) |
Overriding == operator for enum Caching |
Implicit(Caching to String) |
Implicit operator to convert Caching to string |
Implicit(String to Caching) |
Implicit operator to convert string to Caching |
Inequality(Caching, Caching) |
Overriding != operator for enum Caching |