你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Caching Struct

Definition

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

Applies to