Interface DppBaseResource


  • public interface DppBaseResource
    An immutable client-side representation of DppBaseResource.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String id()
      Gets the id property: Resource Id represents the complete path to the resource.
      DppBaseResourceInner innerModel()
      Gets the inner com.azure.resourcemanager.dataprotection.fluent.models.DppBaseResourceInner object.
      String name()
      Gets the name property: Resource name associated with the resource.
      String type()
      Gets the type property: Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
    • Method Detail

      • id

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

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

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

        DppBaseResourceInner innerModel()
        Gets the inner com.azure.resourcemanager.dataprotection.fluent.models.DppBaseResourceInner object.
        Returns:
        the inner object.