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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java