ContainerHostEntryPointDescription Class

Definition

Provides information about the executable entry point.

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

Properties

Commands

Gets or sets the commands passed to the container as specified in the service manifest.

EntryPoint

Gets the entry point for the Contianer.

ImageName

Gets or sets the Container Image name as specified in the service manifest.

Kind

Indicates an entry point type.

(Inherited from EntryPointDescription)

Methods

ToString()

Gets the string representation of this entry point.

Applies to