Class DppProxyResource

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.dataprotection.models.DppProxyResource
Direct Known Subclasses:
BackupInstanceResourceInner

public class DppProxyResource extends com.azure.core.management.ProxyResource
The DppProxyResource model.
  • Constructor Details

    • DppProxyResource

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

    • tags

      public Map<String,String> tags()
      Get the tags property: Proxy Resource tags.
      Returns:
      the tags value.
    • withTags

      public DppProxyResource withTags(Map<String,String> tags)
      Set the tags property: Proxy Resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the DppProxyResource 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.
    • validate

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