次の方法で共有


ContainerAppReplicaContainer クラス

定義

Container App Revision Replica の下のコンテナー オブジェクト。

public class ContainerAppReplicaContainer
type ContainerAppReplicaContainer = class
Public Class ContainerAppReplicaContainer
継承
ContainerAppReplicaContainer

コンストラクター

ContainerAppReplicaContainer()

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

プロパティ

ContainerId

コンテナーの ID。

ExecEndpoint

コンテナー exec エンドポイント。

IsReady

コンテナーの準備完了状態。

IsStarted

コンテナーの開始状態。

LogStreamEndpoint

Log Stream エンドポイント。

Name

コンテナーの名前。

RestartCount

コンテナーの再起動数。

RunningState

コンテナーの現在の実行状態。

RunningStateDetails

コンテナーの現在の実行状態の詳細。

適用対象