DevCenterUpdateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. fluent. models. DevCenterUpdateProperties
- com.
Implements
public class DevCenterUpdateProperties
implements JsonSerializable<DevCenterUpdateProperties>
Properties of the devcenter. These properties can be updated after the resource has been created.
Constructor Summary
| Constructor | Description |
|---|---|
| DevCenterUpdateProperties() |
Creates an instance of Dev |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
| Encryption |
encryption()
Get the encryption property: Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). |
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
|
Dev |
projectCatalogSettings()
Get the project |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Dev |
withDisplayName(String displayName)
Set the display |
|
Dev |
withEncryption(Encryption encryption)
Set the encryption property: Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations). |
|
Dev |
withProjectCatalogSettings(DevCenterProjectCatalogSettings projectCatalogSettings)
Set the project |
Methods inherited from java.lang.Object
Constructor Details
DevCenterUpdateProperties
public DevCenterUpdateProperties()
Creates an instance of DevCenterUpdateProperties class.
Method Details
displayName
public String displayName()
Get the displayName property: The display name of the devcenter.
Returns:
encryption
public Encryption encryption()
Get the encryption property: Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations).
Returns:
fromJson
public static DevCenterUpdateProperties fromJson(JsonReader jsonReader)
Reads an instance of DevCenterUpdateProperties from the JsonReader.
Parameters:
Returns:
Throws:
projectCatalogSettings
public DevCenterProjectCatalogSettings projectCatalogSettings()
Get the projectCatalogSettings property: Dev Center settings to be used when associating a project with a catalog.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplayName
public DevCenterUpdateProperties withDisplayName(String displayName)
Set the displayName property: The display name of the devcenter.
Parameters:
Returns:
withEncryption
public DevCenterUpdateProperties withEncryption(Encryption encryption)
Set the encryption property: Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations).
Parameters:
Returns:
withProjectCatalogSettings
public DevCenterUpdateProperties withProjectCatalogSettings(DevCenterProjectCatalogSettings projectCatalogSettings)
Set the projectCatalogSettings property: Dev Center settings to be used when associating a project with a catalog.
Parameters:
Returns: