DevCenterProjectCatalogSettings Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. models. DevCenterProjectCatalogSettings
- com.
Implements
public final class DevCenterProjectCatalogSettings
implements JsonSerializable<DevCenterProjectCatalogSettings>
Project catalog settings for project catalogs under a project associated to this dev center.
Constructor Summary
| Constructor | Description |
|---|---|
| DevCenterProjectCatalogSettings() |
Creates an instance of Dev |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Catalog |
catalogItemSyncEnableStatus()
Get the catalog |
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Dev |
withCatalogItemSyncEnableStatus(CatalogItemSyncEnableStatus catalogItemSyncEnableStatus)
Set the catalog |
Methods inherited from java.lang.Object
Constructor Details
DevCenterProjectCatalogSettings
public DevCenterProjectCatalogSettings()
Creates an instance of DevCenterProjectCatalogSettings class.
Method Details
catalogItemSyncEnableStatus
public CatalogItemSyncEnableStatus catalogItemSyncEnableStatus()
Get the catalogItemSyncEnableStatus property: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
Returns:
fromJson
public static DevCenterProjectCatalogSettings fromJson(JsonReader jsonReader)
Reads an instance of DevCenterProjectCatalogSettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCatalogItemSyncEnableStatus
public DevCenterProjectCatalogSettings withCatalogItemSyncEnableStatus(CatalogItemSyncEnableStatus catalogItemSyncEnableStatus)
Set the catalogItemSyncEnableStatus property: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
Parameters:
Returns: