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에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java