次の方法で共有


AcceptOwnershipState 構造体

定義

リソースの所有権を受け入れる状態。

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

コンストラクター

AcceptOwnershipState(String)

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

プロパティ

Completed

完了。

Expired

期限 切れ。

Pending

保留中

メソッド

Equals(AcceptOwnershipState)

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

ToString()

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

演算子

Equality(AcceptOwnershipState, AcceptOwnershipState)

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

Implicit(String to AcceptOwnershipState)

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

Inequality(AcceptOwnershipState, AcceptOwnershipState)

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

適用対象