Class DevCenterInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.devcenter.fluent.models.DevCenterInner
public final class DevCenterInner
extends com.azure.core.management.Resource
Represents a devcenter resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the devCenterUri property: The URI of the resource.identity()
Get the identity property: Managed identity properties.Get the provisioningState property: The provisioning state of the resource.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.withIdentity
(ManagedServiceIdentity identity) Set the identity property: Managed identity properties.withLocation
(String location) Methods inherited from class com.azure.core.management.Resource
location, tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
DevCenterInner
public DevCenterInner()Creates an instance of DevCenterInner class.
-
-
Method Details
-
identity
Get the identity property: Managed identity properties.- Returns:
- the identity value.
-
withIdentity
Set the identity property: Managed identity properties.- Parameters:
identity
- the identity value to set.- Returns:
- the DevCenterInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
withLocation
- Overrides:
withLocation
in classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTags
in classcom.azure.core.management.Resource
-
provisioningState
Get the provisioningState property: The provisioning state of the resource.- Returns:
- the provisioningState value.
-
devCenterUri
Get the devCenterUri property: The URI of the resource.- Returns:
- the devCenterUri value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-