FabricClientRole Enum
- java.
lang. Object - java.
lang. Enum<FabricClientRole> - system.
fabric. FabricClientRole
- system.
- java.
public enum FabricClientRole
Represents the fabric client security role.
Fields
ADMIN |
Indicates administrator permissions. |
USER |
Indicates user permissions. |
Methods
get(int value)
public static FabricClientRole get(int value)
Gets the system.fabric.FabricClientRole from int value.
Parameters
- value
- int
Returns
system.fabric.FabricClientRole value.
getValue()
public int getValue()
Gets the Fabric Client security role value.
Returns
int
returns an integer value representing the Fabric client security role.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for Java