次の方法で共有


AppPlatformServicePowerState 構造体

定義

サービスの電源状態。

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

コンストラクター

AppPlatformServicePowerState(String)

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

プロパティ

Running

実行中。

Stopped

停止中。

メソッド

Equals(AppPlatformServicePowerState)

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

ToString()

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

演算子

Equality(AppPlatformServicePowerState, AppPlatformServicePowerState)

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

Implicit(String to AppPlatformServicePowerState)

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

Inequality(AppPlatformServicePowerState, AppPlatformServicePowerState)

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

適用対象