次の方法で共有


StorageLeaseState 構造体

定義

コンテナーのリースの状態。

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

コンストラクター

StorageLeaseState(String)

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

プロパティ

Available

使用可能。

Breaking

破壊。

Broken

壊れた。

Expired

期限 切れ。

Leased

リース。

メソッド

Equals(StorageLeaseState)

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

ToString()

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

演算子

Equality(StorageLeaseState, StorageLeaseState)

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

Implicit(String to StorageLeaseState)

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

Inequality(StorageLeaseState, StorageLeaseState)

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

適用対象