次の方法で共有


LargeFileSharesState 構造体

定義

[有効] に設定されている場合は、大きなファイル共有を許可します。 有効にした後は無効にできません。

public readonly struct LargeFileSharesState : IEquatable<Azure.ResourceManager.Storage.Models.LargeFileSharesState>
type LargeFileSharesState = struct
Public Structure LargeFileSharesState
Implements IEquatable(Of LargeFileSharesState)
継承
LargeFileSharesState
実装

コンストラクター

LargeFileSharesState(String)

LargeFileSharesState の新しいインスタンスを初期化します。

プロパティ

Disabled

無効。

Enabled

有効にします。

メソッド

Equals(LargeFileSharesState)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(LargeFileSharesState, LargeFileSharesState)

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

Implicit(String to LargeFileSharesState)

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

Inequality(LargeFileSharesState, LargeFileSharesState)

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

適用対象