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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java