Class DppBaseTrackedResource

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.dataprotection.models.DppBaseTrackedResource
Direct Known Subclasses:
DppTrackedResource, ResourceGuardResourceInner

public class DppBaseTrackedResource extends com.azure.core.management.Resource
The DppBaseTrackedResource model.
  • Constructor Details

    • DppBaseTrackedResource

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

    • etag

      public String etag()
      Get the etag property: Optional ETag.
      Returns:
      the etag value.
    • withEtag

      public DppBaseTrackedResource withEtag(String etag)
      Set the etag property: Optional ETag.
      Parameters:
      etag - the etag value to set.
      Returns:
      the DppBaseTrackedResource object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • withLocation

      public DppBaseTrackedResource withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

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

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