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 Details

    • DevCenterInner

      public DevCenterInner()
  • Method Details

    • identity

      public ManagedServiceIdentity identity()
      Get the identity property: Managed identity properties.
      Returns:
      the identity value.
    • 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:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public DevCenterInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • provisioningState

      public String provisioningState()
      Get the provisioningState property: The provisioning state of the resource.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.