Class CatalogSyncState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CatalogSyncState>
com.azure.resourcemanager.devcenter.models.CatalogSyncState
public final class CatalogSyncState
extends com.azure.core.util.ExpandableStringEnum<CatalogSyncState>
The synchronization state of the catalog.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CatalogSyncState
Static value Canceled for CatalogSyncState.static final CatalogSyncState
Static value Failed for CatalogSyncState.static final CatalogSyncState
Static value InProgress for CatalogSyncState.static final CatalogSyncState
Static value Succeeded for CatalogSyncState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CatalogSyncState
fromString
(String name) Creates or finds a CatalogSyncState from its string representation.static Collection<CatalogSyncState>
values()
Gets known CatalogSyncState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SUCCEEDED
Static value Succeeded for CatalogSyncState. -
IN_PROGRESS
Static value InProgress for CatalogSyncState. -
FAILED
Static value Failed for CatalogSyncState. -
CANCELED
Static value Canceled for CatalogSyncState.
-
-
Constructor Details
-
CatalogSyncState
public CatalogSyncState()
-
-
Method Details
-
fromString
Creates or finds a CatalogSyncState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding CatalogSyncState.
-
values
Gets known CatalogSyncState values.- Returns:
- known CatalogSyncState values.
-