Share via


DevCenterInner Class

public final class DevCenterInner
extends Resource

Represents a devcenter resource.

Constructor Summary

Constructor Description
DevCenterInner()

Creates an instance of DevCenterInner class.

Method Summary

Modifier and Type Method and Description
String devCenterUri()

Get the devCenterUri property: The URI of the Dev Center.

String displayName()

Get the displayName property: The display name of the devcenter.

Encryption encryption()

Get the encryption property: Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations).

static DevCenterInner fromJson(JsonReader jsonReader)

Reads an instance of DevCenterInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

ManagedServiceIdentity identity()

Get the identity property: Managed identity properties.

String name()

Get the name property: The name of the resource.

DevCenterProjectCatalogSettings projectCatalogSettings()

Get the projectCatalogSettings property: Dev Center settings to be used when associating a project with a catalog.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the resource.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

DevCenterInner withDisplayName(String displayName)

Set the displayName property: The display name of the devcenter.

DevCenterInner withEncryption(Encryption encryption)

Set the encryption property: Encryption settings to be used for server-side encryption for proprietary content (such as catalogs, logs, customizations).

DevCenterInner withIdentity(ManagedServiceIdentity identity)

Set the identity property: Managed identity properties.

DevCenterInner withLocation(String location)
DevCenterInner withProjectCatalogSettings(DevCenterProjectCatalogSettings projectCatalogSettings)

Set the projectCatalogSettings property: Dev Center settings to be used when associating a project with a catalog.

DevCenterInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

DevCenterInner

public DevCenterInner()

Creates an instance of DevCenterInner class.

Method Details

devCenterUri

public String devCenterUri()

Get the devCenterUri property: The URI of the Dev Center.

Returns:

the devCenterUri value.

displayName

public String displayName()

Get the displayName property: The display name of the devcenter.

Returns:

the displayName value.

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:

the encryption value.

fromJson

public static DevCenterInner fromJson(JsonReader jsonReader)

Reads an instance of DevCenterInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DevCenterInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

DevCenterInner.id()

Returns:

the id value.

identity

public ManagedServiceIdentity identity()

Get the identity property: Managed identity properties.

Returns:

the identity value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

DevCenterInner.name()

Returns:

the name value.

projectCatalogSettings

public DevCenterProjectCatalogSettings projectCatalogSettings()

Get the projectCatalogSettings property: Dev Center settings to be used when associating a project with a catalog.

Returns:

the projectCatalogSettings value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the resource.

Returns:

the provisioningState value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DevCenterInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

DevCenterInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withDisplayName

public DevCenterInner withDisplayName(String displayName)

Set the displayName property: The display name of the devcenter.

Parameters:

displayName - the displayName value to set.

Returns:

the DevCenterInner object itself.

withEncryption

public DevCenterInner 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:

encryption - the encryption value to set.

Returns:

the DevCenterInner object itself.

withIdentity

public DevCenterInner withIdentity(ManagedServiceIdentity identity)

Set the identity property: Managed identity properties.

Parameters:

identity - the identity value to set.

Returns:

the DevCenterInner object itself.

withLocation

public DevCenterInner withLocation(String location)

Overrides:

DevCenterInner.withLocation(String location)

Parameters:

location

withProjectCatalogSettings

public DevCenterInner withProjectCatalogSettings(DevCenterProjectCatalogSettings projectCatalogSettings)

Set the projectCatalogSettings property: Dev Center settings to be used when associating a project with a catalog.

Parameters:

projectCatalogSettings - the projectCatalogSettings value to set.

Returns:

the DevCenterInner object itself.

withTags

public DevCenterInner withTags(Map<String,String> tags)

Overrides:

DevCenterInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to