EntryPointDescription Class
- java.
lang. Object - system.
fabric. description. EntryPointDescription
- system.
public class EntryPointDescription
Describes an entry point that is associated with a code package.
Constructor Summary
Constructor | Description | |
---|---|---|
EntryPointDescription(CodePackageEntryPointKind kind) |
Method Summary
Modifier and Type | Method and Description |
---|---|
CodePackageEntryPointKind |
getKind()
Indicates an entry point type. |
Constructor Details
EntryPointDescription
public EntryPointDescription(CodePackageEntryPointKind kind)
Parameters:
kind
Method Details
getKind
public CodePackageEntryPointKind getKind()
Indicates an entry point type.
Returns:
system.fabric.description.internal.CodePackageEntryPointKind
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java