Uses of Class
com.azure.resourcemanager.devcenter.models.CatalogSyncState
Package
Description
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of CatalogSyncState in com.azure.resourcemanager.devcenter.fluent.models
-
Uses of CatalogSyncState in com.azure.resourcemanager.devcenter.models
Modifier and TypeFieldDescriptionstatic final CatalogSyncState
CatalogSyncState.CANCELED
Static value Canceled for CatalogSyncState.static final CatalogSyncState
CatalogSyncState.FAILED
Static value Failed for CatalogSyncState.static final CatalogSyncState
CatalogSyncState.IN_PROGRESS
Static value InProgress for CatalogSyncState.static final CatalogSyncState
CatalogSyncState.SUCCEEDED
Static value Succeeded for CatalogSyncState.Modifier and TypeMethodDescriptionstatic CatalogSyncState
CatalogSyncState.fromString
(String name) Creates or finds a CatalogSyncState from its string representation.Catalog.syncState()
Gets the syncState property: The synchronization state of the catalog.Modifier and TypeMethodDescriptionstatic Collection<CatalogSyncState>
CatalogSyncState.values()
Gets known CatalogSyncState values.