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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java