Class ResourceProperties

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.models.ResourceProperties
Direct Known Subclasses:
EnvironmentResourceProperties, EventSourceCommonProperties

public class ResourceProperties extends Object
Properties that are common to all tracked resources.
  • Constructor Details

    • ResourceProperties

      public ResourceProperties()
      Creates an instance of ResourceProperties class.
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the resource.
      Returns:
      the provisioningState value.
    • creationTime

      public OffsetDateTime creationTime()
      Get the creationTime property: The time the resource was created.
      Returns:
      the creationTime value.
    • validate

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