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

47 строки
2.1 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: system.fabric.ReplicaOpenMode.Existing
name: Existing
nameWithType: ReplicaOpenMode.Existing
uid: system.fabric.ReplicaOpenMode.Existing
- fullName: system.fabric.ReplicaOpenMode.Invalid
name: Invalid
nameWithType: ReplicaOpenMode.Invalid
uid: system.fabric.ReplicaOpenMode.Invalid
- fullName: system.fabric.ReplicaOpenMode.New
name: New
nameWithType: ReplicaOpenMode.New
uid: system.fabric.ReplicaOpenMode.New
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;ReplicaOpenMode&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: system.fabric.ReplicaOpenMode.get(int value)
name: get(int value)
nameWithType: ReplicaOpenMode.get(int value)
parameters:
- description: <p>This supports the Service Fabric infrastructure and is not meant to be used directly from your code. </p>
name: value
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
returns:
description: <p>This supports the Service Fabric infrastructure and is not meant to be used directly from your code. </p>
type: <xref href="system.fabric.ReplicaOpenMode?alt=system.fabric.ReplicaOpenMode&text=ReplicaOpenMode" data-throw-if-not-resolved="False"/>
summary: <p>This supports the Service Fabric infrastructure and is not meant to be used directly from your code. </p>
syntax: public static ReplicaOpenMode get(int value)
uid: system.fabric.ReplicaOpenMode.get(int)
- fullName: system.fabric.ReplicaOpenMode.getValue()
name: getValue()
nameWithType: ReplicaOpenMode.getValue()
returns:
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
syntax: public int getValue()
uid: system.fabric.ReplicaOpenMode.getValue()
nameWithType: ReplicaOpenMode
syntax: public enum ReplicaOpenMode
uid: system.fabric.ReplicaOpenMode
fullName: system.fabric.ReplicaOpenMode
name: ReplicaOpenMode
package: system.fabric
summary: <p>This supports the Service Fabric infrastructure and is not meant to be used directly from your code. </p>
metadata: {}