Class DppBaseResourceInner

java.lang.Object
com.azure.resourcemanager.dataprotection.fluent.models.DppBaseResourceInner

public final class DppBaseResourceInner extends Object
Base resource under Microsoft.DataProtection provider namespace.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of DppBaseResourceInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Get the id property: Resource Id represents the complete path to the resource.
    Get the name property: Resource name associated with the resource.
    Get the type property: Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DppBaseResourceInner

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

    • id

      public String id()
      Get the id property: Resource Id represents the complete path to the resource.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: Resource name associated with the resource.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
      Returns:
      the type value.
    • validate

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