你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerHostEntryPointDescription 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关可执行入口点的信息。
public sealed class ContainerHostEntryPointDescription : System.Fabric.Description.EntryPointDescription
type ContainerHostEntryPointDescription = class
inherit EntryPointDescription
Public NotInheritable Class ContainerHostEntryPointDescription
Inherits EntryPointDescription
- 继承
属性
Commands |
获取或设置传递给服务清单中指定的容器的命令。 |
EntryPoint |
获取 Contianer 的入口点。 |
ImageName |
获取或设置服务清单中指定的容器映像名称。 |
Kind |
指示入口点类型。 (继承自 EntryPointDescription) |
方法
ToString() |
获取此入口点的字符串表示形式。 |