azure-docs-sdk-java/docs-ref-autogen/system.fabric.FabricClientR...

50 строки
2.1 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: system.fabric.FabricClientRole.ADMIN
name: ADMIN
nameWithType: FabricClientRole.ADMIN
summary: <p>Indicates administrator permissions. </p>
uid: system.fabric.FabricClientRole.ADMIN
- fullName: system.fabric.FabricClientRole.USER
name: USER
nameWithType: FabricClientRole.USER
summary: <p>Indicates user permissions. </p>
uid: system.fabric.FabricClientRole.USER
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;FabricClientRole&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: system.fabric.FabricClientRole.get(int value)
name: get(int value)
nameWithType: FabricClientRole.get(int value)
parameters:
- description: <p>integer value representing FabricClientRole. </p>
name: value
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
returns:
description: >-
<p>
<xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.FabricClientRole"></xref> value. </p>
type: <xref href="system.fabric.FabricClientRole?alt=system.fabric.FabricClientRole&text=FabricClientRole" data-throw-if-not-resolved="False"/>
summary: <p>Gets the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.FabricClientRole"></xref> from int value. </p>
syntax: public static FabricClientRole get(int value)
uid: system.fabric.FabricClientRole.get(int)
- fullName: system.fabric.FabricClientRole.getValue()
name: getValue()
nameWithType: FabricClientRole.getValue()
returns:
description: <p>returns an integer value representing the Fabric client security role. </p>
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
summary: <p>Gets the Fabric Client security role value. </p>
syntax: public int getValue()
uid: system.fabric.FabricClientRole.getValue()
nameWithType: FabricClientRole
syntax: public enum FabricClientRole
uid: system.fabric.FabricClientRole
fullName: system.fabric.FabricClientRole
name: FabricClientRole
package: system.fabric
summary: <p>Represents the fabric client security role. </p>
metadata: {}