DevCenterInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. devcenter. fluent. models. DevCenterInner
- com.
- com.
- com.
public final class DevCenterInner
extends Resource
Represents a devcenter resource.
Constructor Summary
| Constructor | Description |
|---|---|
| DevCenterInner() |
Creates an instance of Dev |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
devCenterUri()
Get the dev |
| 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 |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Managed |
identity()
Get the identity property: Managed identity properties. |
| String |
name()
Get the name property: The name of the resource. |
|
Dev |
projectCatalogSettings()
Get the project |
|
Provisioning |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| 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 |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed identity properties. |
|
Dev |
withLocation(String location) |
|
Dev |
withProjectCatalogSettings(DevCenterProjectCatalogSettings projectCatalogSettings)
Set the project |
|
Dev |
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:
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 DevCenterInner fromJson(JsonReader jsonReader)
Reads an instance of DevCenterInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DevCenterInner.id()Returns:
identity
public ManagedServiceIdentity identity()
Get the identity property: Managed identity properties.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DevCenterInner.name()Returns:
projectCatalogSettings
public DevCenterProjectCatalogSettings projectCatalogSettings()
Get the projectCatalogSettings property: Dev Center settings to be used when associating a project with a catalog.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DevCenterInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DevCenterInner.type()Returns:
validate
public void validate()
Validates the instance.
withDisplayName
public DevCenterInner withDisplayName(String displayName)
Set the displayName property: The display name of the devcenter.
Parameters:
Returns:
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:
Returns:
withIdentity
public DevCenterInner withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed identity properties.
Parameters:
Returns:
withLocation
public DevCenterInner withLocation(String location)
Overrides:
DevCenterInner.withLocation(String location)Parameters:
withProjectCatalogSettings
public DevCenterInner withProjectCatalogSettings(DevCenterProjectCatalogSettings projectCatalogSettings)
Set the projectCatalogSettings property: Dev Center settings to be used when associating a project with a catalog.
Parameters:
Returns:
withTags
public DevCenterInner withTags(Map<String,String> tags)
Overrides:
DevCenterInner.withTags(Map<String,String> tags)Parameters: