SyncAgentState Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<SyncAgentState>
      • com.microsoft.azure.management.sql.SyncAgentState

public class SyncAgentState

Defines values for SyncAgentState.

Field Summary

Modifier and Type Field and Description
final SyncAgentState NEVER_CONNECTED

Static value NeverConnected for SyncAgentState.

final SyncAgentState OFFLINE

Static value Offline for SyncAgentState.

final SyncAgentState ONLINE

Static value Online for SyncAgentState.

Method Summary

Modifier and Type Method and Description
SyncAgentState fromString(String name)

Creates or finds a SyncAgentState from its string representation.

Collection<SyncAgentState> values()

Field Details

NEVER_CONNECTED

public static final SyncAgentState NEVER_CONNECTED= fromString("NeverConnected")

Static value NeverConnected for SyncAgentState.

OFFLINE

public static final SyncAgentState OFFLINE= fromString("Offline")

Static value Offline for SyncAgentState.

ONLINE

public static final SyncAgentState ONLINE= fromString("Online")

Static value Online for SyncAgentState.

Method Details

fromString

public static SyncAgentState fromString(String name)

Creates or finds a SyncAgentState from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding SyncAgentState

values

public static Collection values()

Returns:

known SyncAgentState values

Applies to