ContainerHostEntryPointDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET