Class DevCenterProperties
java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.DevCenterProperties
Properties of the devcenter.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the devCenterUri property: The URI of the resource.Get the provisioningState property: The provisioning state of the resource.void
validate()
Validates the instance.
-
Constructor Details
-
DevCenterProperties
public DevCenterProperties()Creates an instance of DevCenterProperties class.
-
-
Method Details
-
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.
-