次の方法で共有


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)

2 つの DevTestLabHostCachingOption 値が同じかどうかを判断します。

Implicit(String to DevTestLabHostCachingOption)

文字列を DevTestLabHostCachingOption に変換します。

Inequality(DevTestLabHostCachingOption, DevTestLabHostCachingOption)

2 つの DevTestLabHostCachingOption 値が同じでないかどうかを判断します。

適用対象