ContainerInfo クラス
ContainerInfo。
- 継承
-
azure.mgmt.web._serialization.ModelContainerInfo
コンストラクター
ContainerInfo(*, current_time_stamp: datetime | None = None, previous_time_stamp: datetime | None = None, current_cpu_stats: _models.ContainerCpuStatistics | None = None, previous_cpu_stats: _models.ContainerCpuStatistics | None = None, memory_stats: _models.ContainerMemoryStatistics | None = None, name: str | None = None, id: str | None = None, eth0: _models.ContainerNetworkInterfaceStatistics | None = None, **kwargs: Any)
キーワードのみのパラメーター
名前 | 説明 |
---|---|
current_time_stamp
|
|
previous_time_stamp
|
|
current_cpu_stats
|
|
previous_cpu_stats
|
|
memory_stats
|
|
name
|
|
id
|
|
eth0
|
|
変数
名前 | 説明 |
---|---|
current_time_stamp
|
|
previous_time_stamp
|
|
current_cpu_stats
|
|
previous_cpu_stats
|
|
memory_stats
|
|
name
|
|
id
|
|
eth0
|
|
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python