ContainerHostEntryPointDescription クラス

定義

実行可能エントリ ポイントに関する情報を提供します。

public sealed class ContainerHostEntryPointDescription : System.Fabric.Description.EntryPointDescription
type ContainerHostEntryPointDescription = class
    inherit EntryPointDescription
Public NotInheritable Class ContainerHostEntryPointDescription
Inherits EntryPointDescription
継承
ContainerHostEntryPointDescription

プロパティ

Commands

サービス マニフェストで指定されたコンテナーに渡されるコマンドを取得または設定します。

EntryPoint

Contianer のエントリ ポイントを取得します。

ImageName

サービス マニフェストで指定されたコンテナー イメージ名を取得または設定します。

Kind

エントリ ポイントの種類を示します。

(継承元 EntryPointDescription)

メソッド

ToString()

このエントリ ポイントの文字列表現を取得します。

適用対象