你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReplicaOpenMode Enum

  • java.lang.Object
    • java.lang.Enum<ReplicaOpenMode>
      • system.fabric.ReplicaOpenMode

public enum ReplicaOpenMode

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Fields

Existing
Invalid
New

Methods

get(int value)

public static ReplicaOpenMode get(int value)

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Parameters

value
int
This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Returns

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

getValue()

public int getValue()

Returns

int

Applies to