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

DevTestLabHostCachingOption 结构

定义

数据磁盘的缓存选项 (即 None、ReadOnly、ReadWrite) 。

public readonly struct DevTestLabHostCachingOption : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabHostCachingOption>
type DevTestLabHostCachingOption = struct
Public Structure DevTestLabHostCachingOption
Implements IEquatable(Of DevTestLabHostCachingOption)
继承
DevTestLabHostCachingOption
实现

构造函数

DevTestLabHostCachingOption(String)

初始化 DevTestLabHostCachingOption 的新实例。

属性

None

无。

ReadOnly

ReadOnly。

ReadWrite

ReadWrite。

方法

Equals(DevTestLabHostCachingOption)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(DevTestLabHostCachingOption, DevTestLabHostCachingOption)

确定两个 DevTestLabHostCachingOption 值是否相同。

Implicit(String to DevTestLabHostCachingOption)

将字符串转换为 DevTestLabHostCachingOption

Inequality(DevTestLabHostCachingOption, DevTestLabHostCachingOption)

确定两个 DevTestLabHostCachingOption 值是否不同。

适用于