次の方法で共有


AppPlatformConfigServerState 構造体

定義

構成サーバーの状態。

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

コンストラクター

AppPlatformConfigServerState(String)

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

プロパティ

Deleted

削除。

Failed

失敗。

NotAvailable

NotAvailable。

Succeeded

成功。

Updating

更新。

メソッド

Equals(AppPlatformConfigServerState)

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

ToString()

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

演算子

Equality(AppPlatformConfigServerState, AppPlatformConfigServerState)

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

Implicit(String to AppPlatformConfigServerState)

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

Inequality(AppPlatformConfigServerState, AppPlatformConfigServerState)

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

適用対象