DevCenterProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. fluent. models. DevCenterUpdateProperties - com.
azure. resourcemanager. devcenter. fluent. models. DevCenterProperties
- com.
- com.
public final class DevCenterProperties
extends DevCenterUpdateProperties
Properties of the devcenter.
Constructor Summary
| Constructor | Description |
|---|---|
| DevCenterProperties() |
Creates an instance of Dev |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
devCenterUri()
Get the dev |
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
|
Provisioning |
provisioningState()
Get the provisioning |
|
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 DevCenterUpdateProperties
Methods inherited from java.lang.Object
Constructor Details
DevCenterProperties
public DevCenterProperties()
Creates an instance of DevCenterProperties class.
Method Details
devCenterUri
public String devCenterUri()
Get the devCenterUri property: The URI of the Dev Center.
Returns:
fromJson
public static DevCenterProperties fromJson(JsonReader jsonReader)
Reads an instance of DevCenterProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DevCenterProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
DevCenterProperties.validate()withDisplayName
public DevCenterProperties withDisplayName(String displayName)
Set the displayName property: The display name of the devcenter.
Overrides:
DevCenterProperties.withDisplayName(String displayName)Parameters:
withEncryption
public DevCenterProperties withEncryption(Encryption encryption)
Set the encryption property: Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations).
Overrides:
DevCenterProperties.withEncryption(Encryption encryption)Parameters:
withProjectCatalogSettings
public DevCenterProperties withProjectCatalogSettings(DevCenterProjectCatalogSettings projectCatalogSettings)
Set the projectCatalogSettings property: Dev Center settings to be used when associating a project with a catalog.
Overrides:
DevCenterProperties.withProjectCatalogSettings(DevCenterProjectCatalogSettings projectCatalogSettings)Parameters: